Is there any way to get reports with unformatted data ?
41 views
Skip to first unread message
Arun Jain
unread,
Mar 8, 2017, 9:42:37 AM3/8/17
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 Forum
Is there any way to get unformatted (raw) data from AdWords report currently I have to remove all formatting from the each cell by iterating through report to get unformatted data.
this the the question I asked on Adwords Script Forum here
Anthony from AdWords Scripts Team replied this can be done in AdWords API can anyone show me how ?
Shwetha Vastrad (AdWords API Team)
unread,
Mar 8, 2017, 2:27:17 PM3/8/17
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 Forum
Hi Arun,
AdWords API does have the useRawEnumValues header to specify if you want the returned format to be the actual enum value rather than the display value. I'm afraid this only applies to fields which contain enum values. Please see this guide for the return format of different fields in AdWords API reports. The return format of other fields will depend on the downloaded format specified in the request.
Regards,
Shwetha, AdWords API Team.
scor...@gmail.com
unread,
May 3, 2018, 1:38:50 AM5/3/18
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
Hi! I also have this concern. I need the unformatted reports data which should adhere to the fields data type (e.g If field is long or double, then they should be valid long or double data type). This way I dont need to process each data cell.
Message has been deleted
Dannison Yao (AdWords API Team)
unread,
Jun 19, 2018, 2:29:41 AM6/19/18
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
Hi,
Unfortunately, AdWords API does not generate reports with fields according to it's data type. The data type you see on the documentation will not always reflect on the reports. Check this guide for reference.