[
{
"expression": [
{
"type": "audience",
"value": [
{
"type": "audienceSameAs",
"value": "370208451989309147"
}
]
}
],
"bid": "1.25",
"adGroupId": {{adGroupId}},
"expressionType": "manual",
"state": "enabled"
}
]
curl --location --request POST 'https://www.amazon.com/ap/oa/sd/targets' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"expression": [
{
"type": "audience",
"value": [
{
"type": "audienceSameAs",
"value": "370208451989309147"
}
]
}
],
"bid": "1.25",
"adGroupId": {{adGroupId}},
"expressionType": "manual",
"state": "enabled"
}
]'
[
{
"code": "SUCCESS",
"description": "Estimated audience size: 4.5MM - 5MM",
"targetId": 527772488260916
}
]