/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks/{linkId}
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//profiles//profileFilterLinks/'
Response Response Example
{
"filterRef": {
"accountId": "string",
"href": "string",
"id": "string",
"kind": "analytics#filterRef",
"name": "string"
},
"id": "string",
"kind": "analytics#profileFilterLink",
"profileRef": {
"accountId": "string",
"href": "string",
"id": "string",
"internalWebPropertyId": "string",
"kind": "analytics#profileRef",
"name": "string",
"webPropertyId": "string"
},
"rank": 0,
"selfLink": "string"
}
Request
Path Params
accountId
string
required
webPropertyId
string
required
profileId
string
required
linkId
string
required
Responses
Modified at 2023-08-15 05:39:07