Google Analytics · Schema
EntityAdWordsLink
JSON template for Analytics Entity Google Ads Link.
AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution
Properties
| Name | Type | Description |
|---|---|---|
| adWordsAccounts | array | A list of Google Ads client accounts. These cannot be MCC accounts. This field is required when creating a Google Ads link. It cannot be empty. |
| entity | object | Web property being linked. |
| id | string | Entity Google Ads link ID |
| kind | string | Resource type for entity Google Ads link. |
| name | string | Name of the link. This field is required when creating a Google Ads link. |
| profileIds | array | IDs of linked Views (Profiles) represented as strings. |
| selfLink | string | URL link for this Google Analytics - Google Ads link. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EntityAdWordsLink",
"title": "EntityAdWordsLink",
"description": "JSON template for Analytics Entity Google Ads Link.",
"properties": {
"adWordsAccounts": {
"description": "A list of Google Ads client accounts. These cannot be MCC accounts. This field is required when creating a Google Ads link. It cannot be empty.",
"items": {
"$ref": "#/components/schemas/AdWordsAccount"
},
"type": "array"
},
"entity": {
"description": "Web property being linked.",
"properties": {
"webPropertyRef": {
"$ref": "#/components/schemas/WebPropertyRef"
}
},
"type": "object"
},
"id": {
"description": "Entity Google Ads link ID",
"type": "string",
"example": "123456"
},
"kind": {
"default": "analytics#entityAdWordsLink",
"description": "Resource type for entity Google Ads link.",
"type": "string",
"example": "example_value"
},
"name": {
"description": "Name of the link. This field is required when creating a Google Ads link.",
"type": "string",
"example": "Example Name"
},
"profileIds": {
"description": "IDs of linked Views (Profiles) represented as strings.",
"items": {
"type": "string"
},
"type": "array"
},
"selfLink": {
"description": "URL link for this Google Analytics - Google Ads link.",
"type": "string",
"example": "example_value"
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-analytics-entityadwordslink"
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.