Re: Adwords API Error: [OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.adgroup.MutateAction]

2017-12-28 Thread ramdan
Hi Bharani, Thanks for your help. This issue has been resolved. The mcc connect to several emails. Authorization token updated by email that have read-only access. To solve this, I reconnect with email that has administrative access. Thanks, On Friday, December 29, 2017 at 2:34:14 AM

Re: Adwords API Error: [OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.adgroup.MutateAction]

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Based on the logs, OperationAccessDenied.ACTION_NOT_PERMITTED error is encountered when you don't have an authorization to invoke the mutate method. It is possible that

Adwords API Error: [OperationAccessDenied.ACTION_NOT_PERMITTED @ class com.google.ads.api.serviceimpls.campaignmgmt.adgroup.MutateAction]

2017-12-28 Thread ramdan
Hi, Its OK when I get list of adgroup. *I got error when I tried to create or update adgroup.* Thanks, Below is my request. I use ruby. W, [2017-12-28T22:03:47.018791 #24821] WARN -- : ID: 3169325051, URL: https://adwords.google.com/api/adwords/cm/v201708/AdGroupService, Service:

Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Adeel Ahmed
I am using custom made PHP script (nolibrary) for AdWords API. I am able to fetch Campaign's data and AdGroup's Data and as per some calculation, I want to change CpcBid of specific AdGroups (Top Level - not ads/keywords within AdGroup). $adgroupidx=1122334455; $bid=0.12 * 100;

Re: Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Adeel, The error you mention can come only if you don't have UPDATE access to the client account. Can you confirm if the login email you are using to generate your OAuth2/ClientLogin tokens have permission to update the account you are making calls to? Cheers, Anash P. Oommen, AdWords API

Re: Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Adeel Ahmed
Hello Anash First of all thank you for replying on all of my posts. I am just replying here only now :) Well, I am making GUI for a client and they didn't give full access to the email which I am using for manipulation of CpcBid and now they have given the access. After running script again

Re: Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Adeel Ahmed
Hi again, I tested with Client Library and it updated CpcBid but my script response shows no change in CpcBid. For my script, I am not using Library (please note that). It is custom made PHP script and I am able to get all campaigns and adgroups data using SOAP requests. As per nolibrary