{
"categoryFilter": ["INTEREST"],
"audienceTargetingExpression": {
"audiences": [
{
"negative": "false",
"groupId": "Group 1",
"audienceId": "419322688608733468"
},
{
"negative": "false",
"groupId": "Group 1",
"audienceId": "376383813034626712"
}
]
}
}
curl --location --request POST 'https://advertising-api.amazon.com/insights/topOverlappingAudiences?advertiserId=1111111' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Accept: application/json' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryFilter": ["INTEREST"],
"audienceTargetingExpression": {
"audiences": [
{
"negative": "false",
"groupId": "Group 1",
"audienceId": "419322688608733468"
},
{
"negative": "false",
"groupId": "Group 1",
"audienceId": "376383813034626712"
}
]
}
}'
{}