Re: Can't update TargetCpmMicros on adGroups:mutate

2022-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Cantare, Thank you for the reply. Upon checking, it seems that you are modifying a video entity related ad group, but as per this guide says, Video Campaigns (including other video related entities) are not supported in the API. Please note that we have already created a feature request pre

Re: Can't update TargetCpmMicros on adGroups:mutate

2022-07-25 Thread Cantare John
REQUEST curl --location --request POST ' https://googleads.googleapis.com/v11/customers/xx/adGroups:mutate ' \ --header 'Content-Type: application/json' \ --header 'developer-token: x' \ --header 'login-custome

Re: Can't update TargetCpmMicros on adGroups:mutate

2022-07-25 Thread Cantare John
REQUEST curl --location --request POST 'https://googleads.googleapis.com/v11/customers/6873600921/adGroups:mutate' \ --header 'Content-Type: application/json' \ --header 'developer-token: x' \ --header 'login-customer-id: xx \ --header 'Authorization: Bearer xx' \ --data-raw '

RE: Can't update TargetCpmMicros on adGroups:mutate

2022-07-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Cantare, Thank you for reaching out to our API support team. To investigate the issue further for MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Cli

Can't update TargetCpmMicros on adGroups:mutate

2022-07-25 Thread Cantare John
This is the payload i send to googleAdsApi { "operations": [ { "updateMask": "targetCpmMicros", "update": { "resourceName": "customers/xx/adGroups/y",