GoogleAdsValueError: Unrecognized version for the AdWords API. Given: v201809 Supported: ['v201806', 'v201802']

2019-01-25 Thread 'Ketan Ingle' via AdWords API and Google Ads API Forum
Hi Team, I'm using the Python wrapper for the AdWords API. When I try to fetch a service, for ex: ad_group_criterion_service = adwords_client.GetService('AdGroupCriterionService', version='v201809') I get the following error: GoogleAdsValueError: Unrecognized version for the AdWords API.

Re: OperationAccessDenied.ACTION_NOT_PERMITTED: while creating a new ad customiser feed

2019-05-17 Thread 'Ketan Ingle' via AdWords API and Google Ads API Forum
Hi Sai Teja, The user has the access to the account. I have created campaigns/ad groups etc using the API before. I also export reports on a regular basis from the account with the same user. The problem is persisting. Can you please detail out how I can share the SOAP logs for the operation?

Re: KeyError when using mutate method FeedItemService

2019-05-20 Thread 'Ketan Ingle' via AdWords API and Google Ads API Forum
Hi Dave, I have replied privately to you. Please let me know. On Monday, May 20, 2019 at 10:10:26 AM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hi, > > Thank you for reaching out. To further investigate this, could you provide > the complete SOAP request and response logs when you

OperationAccessDenied.ACTION_NOT_PERMITTED: while creating a new ad customiser feed

2019-05-10 Thread 'Ketan Ingle' via AdWords API and Google Ads API Forum
I'm trying to create a new ad customizer feed using the Python2.7 and API version 'v201809' The mutate function doesn't seem to work and is giving the following error: GoogleAdsServerFault: [OperationAccessDenied.ACTION_NOT_PERMITTED @ class

KeyError when using mutate method FeedItemService

2019-05-17 Thread 'Ketan Ingle' via AdWords API and Google Ads API Forum
I have an ad customizer feed setup in my account and I want to change the value of one Item in that feed. I tried doing that using the "SET" operation in the 'FeedItemService' PFA code: fi_service = adwords_client.GetService('FeedItemService', version = 'v201809') fi_operator = {