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
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 T
Thanks for your reply Xiaoming.
Below is the code that I'm using.
It looks to me that the attributes (campaign id and campaign name) are in
the SELECT clause.
Or am I missing something basic here?
query = ('SELECT campaign.id, campaign.name FROM campaign '
'ORDER BY campaign.id')
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 sho