/management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/entityAdWordsLinks
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//entityAdWordsLinks'
Response Response Example
{
"items": [
{
"adWordsAccounts": [
{
"autoTaggingEnabled": true,
"customerId": "string",
"kind": "analytics#adWordsAccount"
}
],
"entity": {
"webPropertyRef": {
"accountId": "string",
"href": "string",
"id": "string",
"internalWebPropertyId": "string",
"kind": "analytics#webPropertyRef",
"name": "string"
}
},
"id": "string",
"kind": "analytics#entityAdWordsLink",
"name": "string",
"profileIds": [
"string"
],
"selfLink": "string"
}
],
"itemsPerPage": 0,
"kind": "analytics#entityAdWordsLinks",
"nextLink": "string",
"previousLink": "string",
"startIndex": 0,
"totalResults": 0
}
Request
Path Params
accountId
stringÂ
required
webPropertyId
stringÂ
required
Query Params
max-results
integerÂ
optional
start-index
integerÂ
optional
Responses
Modified at 2023-08-15 05:39:07