{
"requests": [
{
"targetingExpression": {
"expression": [
{
"type": "string",
"value": "string"
}
],
"isForNegativeTargeting": true
}
}
],
"sourceDetails": {
"countryCode": "string",
"marketplaceId": "string"
},
"sourceResolvedTargetingExpressionLocales": [
"string"
],
"targetDetailsList": [
{
"countryCode": "string",
"marketplaceId": "string"
}
],
"targetResolvedTargetingExpressionLocale": "string"
}curl --location 'https://www.amazon.com/ap/oa/targetingExpression/localize' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/vnd.targetingexpressionlocalization.v1+json' \
--data '{
"requests": [
{
"targetingExpression": {
"expression": [
{
"type": "string",
"value": "string"
}
],
"isForNegativeTargeting": true
}
}
],
"sourceDetails": {
"countryCode": "string",
"marketplaceId": "string"
},
"sourceResolvedTargetingExpressionLocales": [
"string"
],
"targetDetailsList": [
{
"countryCode": "string",
"marketplaceId": "string"
}
],
"targetResolvedTargetingExpressionLocale": "string"
}'{}