Are columns for reports guaranteed to be returned in the same order everytime, for the CSV format?
16 views
Skip to first unread message
Bas de Bruijn
unread,
Dec 11, 2017, 2:02:45 AM12/11/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,
For example for an AD_PERFORMANCE_REPORT, when making a CSV call with or without a header, are the columns always returned in the same order?
I'm using the googleads-python-lib if that makes a difference.
Thanks a lot,
Bas
Vincent Racaza (AdWords API Team)
unread,
Dec 11, 2017, 4:07:03 AM12/11/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 Bas,
Without the report and column header (by setting skipReportHeader and skipColumnHeader to true), the data will always be returned according to the ordering of your fields in your selector/query regardless of any AdWords API client library being used.