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 AdWords API and Google Ads API Forum
Hi guys,
I'm using the adwords API and I'm downloading the reports correctly, the problem I have is that I need to extract the data but not download it, I have not found in the documentation how to perform this process since all the information that appears is to make the report and download the data.
Thanks for the help.
Ankit Agarwal
unread,
Sep 18, 2019, 12:35:33 PM9/18/19
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 AdWords API and Google Ads API Forum
Instead of using 'report_utils.download_report_as_file(report_definition, file_name)' use 'report_utils.download_report(report_definition, account_id)', this way you will get the data in response.