Re: AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-29 Thread Greenleaf
Many thanks Xiaoming. Your revised script worked perfectly. On Wednesday, 29 April 2020 04:48:51 UTC+12, adsapiforumadvisor wrote: > > Hi Greenleaf, > > Thank you for reaching out. In order for me to further investigate, could > you please share the complete request and response logs along with

Re: AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Greenleaf, Thank you for reaching out. In order for me to further investigate, could you please share the complete request and response logs along with the source code you used and the client customer id via the Reply privately to author option? Thanks and regards, Xiaoming, Google Ads API

Re: AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-27 Thread Greenleaf
, 28 April 2020 04:37:58 UTC+12, adsapiforumadvisor wrote: > > Hi Greenleaf, > > Thank you for reaching out. AttributeError: 'GoogleAdsRow' object has no > attribute 'results' usually occurs when you try to get the attribute from > 'GoogleAdsRow' object while you didn’t

RE: AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Greenleaf, Thank you for reaching out. AttributeError: 'GoogleAdsRow' object has no attribute 'results' usually occurs when you try to get the attribute from 'GoogleAdsRow' object while you didn’t put it in the SELECT clause in the query. If you add this attribute in the query, the issue

AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-27 Thread Greenleaf
Hi Trying to migrate from the AdWords API to the Google Ads API. In my test run using get_campaigns.py ( https://github.com/googleads/google-ads-python/blob/master/examples/basic_operations/get_campaigns.py), I get the following error: AttributeError: 'GoogleAdsRow' object has