Re: Get and mutate operations is returning 'None' in python api.

2017-10-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you saying that the all of your API calls started to fail recently? Are they failing with some error or just that you are getting zero results in the response? Could you please enable logging and share

Get and mutate operations is returning 'None' in python api.

2017-10-24 Thread Eduardo Cesar
We have an application that initialize the adwords client as bellow: self.adwords_client = adwords.AdWordsClient.LoadFromStorage(GOOGLE_ADS_PATH) Then, a lot of clients are instanced as bellow: adgroup_client = self.adwords_client.GetService('AdGroupService', version =SERVICE_VERSION) Then, we