You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
Hi Team,
1. Is there any service in Google ads api that I can use to download the reports? 2. If I have to download multiple reports from google ads and each report/resource contains a lot of columns(30+) it's not feasible to write - "try: for batch in stream:
for row in batch.results: print(row.campaign.id) print(row.campaign.name) " Can you guide us on an easy path of downloading a report where we have a lot of columns? Thanks and Regards
Akash Prajapati
unread,
Jan 30, 2022, 10:54:17 PM1/30/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
Hello Team, Can you please provide any Information?
Google Ads API Forum Advisor
unread,
Jan 31, 2022, 1:36:04 AM1/31/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to akash.p...@kpipartners.com, adwor...@googlegroups.com
Hello Akash,
Thank you for reaching out to us.
With regard to downloading reports, you can make use of this sample code for reference. From that sample, you can also add multiple query strings to run for each customer ID.