I'm using reportstats
edge to download some reports in CSV format. (It probably applies to XLS as well)
What I've noticed:
headers have different descriptions than the data columns parameters - is there a resource describing the mapping? (eg.
adgroup_id
-> 'Ad ID',adgroup_name
-> 'Ad Name',unique_impressions
-> 'Reach'...will the order of csv columns be as defined in
data_columns
param?! some columns are not returned in csv format - two I've identified so far are
inline_actions
andunique_social_clicks
- the column is skipped in csv format but available in json - is it a bug or there is a reason for that?general question - does csv format require pagination or I will always get all of the data?
value mapping - the constant values in csv/xls format have different labels, eg. placement(
desktop_feed
-> 'News Feed on Desktop Computers'), Is there a resource describing all the possible values?asynchronous report requests - it happens quite often that although I'm checking the
report_run_id
forasync_percent_completion
the data is still not available when it should . I'm getting a text responseNo data available.
. I need to retry and then it's usually available. Is this expected?
Thanks!