We are trying to create campaigns using the google adwords api and 
getting this error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT
Calling: this endpoint : 
https://googleads.googleapis.com/v10/customers/customerID/campaigns:mutate

Note: The error only appears on mutation requests for listing campaigns it 
works fine

The payload :

{
"operations": [
      {
        "create": {
          "status": "PAUSED",
          "advertisingChannelType": "SEARCH",
          "advertisingChannelSubType": "SEARCH_EXPRESS",
          "paymentMode": "CONVERSIONS",
          "name": "TestCampaign",
          "campaignBudget": 
"customers/${customerID}/campaignBudgets/${budgetId}",
        "biddingStrategyType": "COMMISSION",
        }
      }
    ]
}

The error : 


[
                {
                    "errorCode": {
                        "operationAccessDeniedError": 
"MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT"
                    },
                    "message": "A mutate action is not allowed on this 
resource, from this client.",
                    "trigger": {
                        "stringValue": ""
                    },
                    "location": {
                        "fieldPathElements": [
                            {
                                "fieldName": "operations",
                                "index": 0
                            },
                            {
                                "fieldName": "create"
                            },
                            {
                                "fieldName": "advertising_channel_sub_type"
                            }
                        ]
                    }
                },
                {
                    "errorCode": {
                        "operationAccessDeniedError": 
"OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE"
                    },
                    "message": "This operation is not permitted on this 
campaign type",
                    "trigger": {
                        "stringValue": "SEARCH(SEARCH_EXPRESS)"
                    },
                    "location": {
                        "fieldPathElements": [
                            {
                                "fieldName": "operations",
                                "index": 0
                            },
                            {
                                "fieldName": "create"
                            },
                            {
                                "fieldName": "payment_mode"
                            }
                        ]
                    }
                }
            ],

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b338af68-829f-4fb3-80e0-913bc3f6a67en%40googlegroups.com.

Reply via email to