Skip to content
Discussion options

You must be logged in to vote

Issue:
ACTION_NOT_SUPPORTED
error when creating Sponsored Products campaign via
/adsApi/v1/create/campaigns

Root Cause: The
autoManageCampaign
field in your
autoCreationSettings
object is not supported for Sponsored Products campaigns in the Amazon Ads API v1.

Solution:

Remove the
autoManageCampaign
field from your request. For Sponsored Products, only use
autoCreateTargets
in the
autoCreationSettings
object:

"autoCreationSettings": { "autoCreateTargets": false }

Corrected Payload:

{
"campaigns":
{
"adProduct": "SPONSORED_PRODUCTS",
"autoCreationSettings": {
"autoCreateTargets": false
},
"budgets":
{
"budgetType": "MONETARY",
"budgetValue": {
"monetaryBudgetValue": {
"monetaryBudget": {
"…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CoderWeiAden
Comment options

Answer selected by CoderWeiAden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants