amzn / ads-advanced-tools-docs

Code samples and supplements for the Amazon Ads advanced tools center
https://advertising.amazon.com/API/docs/en-us/index
MIT No Attribution
87 stars 33 forks source link

API /sp/targets/bid/recommendations how to use PAT_CATEGORY_REFINEMENT type ? #239

Closed LionSniper closed 4 months ago

LionSniper commented 4 months ago

when request body is : { "targetingExpressions": [ { "type": "PAT_CATEGORY_REFINEMENT", "value": "" } ], "campaignId": "ABC123", "recommendationType": "BIDS_FOR_EXISTING_AD_GROUP", "adGroupId": "CDE123" }

When the type in targetingExpressions is PAT_CATEGORY_REFINEMENT, what should be filled in the value? and what the difference between PAT_CATEGORY_REFINEMENT and PAT_CATEGORY ?

I can not successfully test the case of PAT_CATEGORY_REFINEMENT, please give me an example, thanks!