{}
curl --location -g --request GET 'https://www.amazon.com/ap/oa/sb/targets/{{targetId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Prefer: return=representation' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"targetId": 365490413814773,
"adGroupId": 336526170361779,
"campaignId": 373154468548682,
"state": "enabled",
"bid": 10,
"expressions": [
{
"type": "asinCategorySameAs",
"value": "2522102011"
},
{
"type": "asinBrandSameAs",
"value": "7048034011"
},
{
"type": "asinReviewRatingBetween",
"value": "3-4.5"
}
],
"resolvedExpressions": [
{
"type": "asinCategorySameAs",
"value": "Paper Dolls"
},
{
"type": "asinBrandSameAs",
"value": "Back to Basics"
},
{
"type": "asinReviewRatingBetween",
"value": "3-4.5"
}
]
}