/management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//remarketingAudiences'
Response Response Example
{
"items": [
{
"accountId": "string",
"audienceDefinition": {
"includeConditions": {
"daysToLookBack": 0,
"isSmartList": true,
"kind": "analytics#includeConditions",
"membershipDurationDays": 0,
"segment": "string"
}
},
"audienceType": "string",
"created": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"internalWebPropertyId": "string",
"kind": "analytics#remarketingAudience",
"linkedAdAccounts": [
{
"accountId": "string",
"eligibleForSearch": true,
"id": "string",
"internalWebPropertyId": "string",
"kind": "analytics#linkedForeignAccount",
"linkedAccountId": "string",
"remarketingAudienceId": "string",
"status": "string",
"type": "string",
"webPropertyId": "string"
}
],
"linkedViews": [
"string"
],
"name": "string",
"stateBasedAudienceDefinition": {
"excludeConditions": {
"exclusionDuration": "string",
"segment": "string"
},
"includeConditions": {
"daysToLookBack": 0,
"isSmartList": true,
"kind": "analytics#includeConditions",
"membershipDurationDays": 0,
"segment": "string"
}
},
"updated": "2019-08-24T14:15:22Z",
"webPropertyId": "string"
}
],
"itemsPerPage": 0,
"kind": "analytics#remarketingAudiences",
"nextLink": "string",
"previousLink": "string",
"startIndex": 0,
"totalResults": 0,
"username": "string"
}
Request
Path Params
accountId
stringÂ
required
webPropertyId
stringÂ
required
Query Params
max-results
integerÂ
optional
start-index
integerÂ
optional
type
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:07