Kuba
Kuba

Reputation: 936

Facebook Ads Insights API reportstats endpoint

I'm using reportstats edge to download some reports in CSV format. (It probably applies to XLS as well)

What I've noticed:

Thanks!

Upvotes: 0

Views: 895

Answers (1)

Pz.
Pz.

Reputation: 1179

  • different names in API and XLS are intentional; API developers prefer naming consistent with the rest of Ads API, but people using XLS exports are often not developers and prefer human-friendly naming

  • you can use export_columns to define the order

  • inline_actions/unique_social_clicks - not sure, maybe these might be deprecated
  • it will give you all of the data
  • I don't think there's public resource for mapping between placement values :-(
  • you need to check report_run_id for the job status (field "async_status"), that should work reliable; once it's "Job Completed" you should be able to get the data

Upvotes: 0

Related Questions