Google Analytics · Schema

ProfileFilterLink

JSON template for an Analytics profile filter link.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution

Properties

Name Type Description
filterRef object Filter for this link.
id string Profile filter link ID.
kind string Resource type for Analytics filter.
profileRef object View (Profile) for this link.
rank integer The rank of this profile filter link relative to the other filters linked to the same profile. For readonly (i.e., list and get) operations, the rank always starts at 1. For write (i.e., create, updat
selfLink string Link for this profile filter link.
View JSON Schema on GitHub

JSON Schema

google-analytics-profilefilterlink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileFilterLink",
  "title": "ProfileFilterLink",
  "description": "JSON template for an Analytics profile filter link.",
  "properties": {
    "filterRef": {
      "$ref": "#/components/schemas/FilterRef",
      "description": "Filter for this link."
    },
    "id": {
      "description": "Profile filter link ID.",
      "type": "string"
    },
    "kind": {
      "default": "analytics#profileFilterLink",
      "description": "Resource type for Analytics filter.",
      "readOnly": true,
      "type": "string"
    },
    "profileRef": {
      "$ref": "#/components/schemas/ProfileRef",
      "description": "View (Profile) for this link."
    },
    "rank": {
      "description": "The rank of this profile filter link relative to the other filters linked to the same profile.\nFor readonly (i.e., list and get) operations, the rank always starts at 1.\nFor write (i.e., create, update, or delete) operations, you may specify a value between 0 and 255 inclusively, [0, 255]. In order to insert a link at the end of the list, either don't specify a rank or set a rank to a number greater than the largest rank in the list. In order to insert a link to the beginning of the list specify a rank that is less than or equal to 1. The new link will move all existing filters with the same or lower rank down the list. After the link is inserted/updated/deleted all profile filter links will be renumbered starting at 1.",
      "format": "int32",
      "type": "integer"
    },
    "selfLink": {
      "description": "Link for this profile filter link.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-analytics-profilefilterlink"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.