Bad Cuder
Bad Cuder

Reputation: 1

Manage data for multiple ads accounts by Facebook Marketing API

my team uses many Facebook Business Manager to manage multiple Ad Accounts. Usually our employees will check the Amount Spent and Bill manually in Facebook sites. But now the number of ad accounts increases, I would like to automate the tasks: syncing data from Facebook to our own database (for high manager to view).

I tried with my own Facebook Account (by my own facebook App), I can get the Amount Spent already. My questions are:

Sorry for my bad English, I am really new to Facebook API, please help. Thank you very much.

Upvotes: 0

Views: 1179

Answers (1)

Dat Nguyen
Dat Nguyen

Reputation: 824

You can get Budget,Spend... with Ad Set (lifetime_budget,daily_budget)

https://developers.facebook.com/docs/marketing-api/reference/ad-campaign#fields

and get report Cpc,cpm... with Insight

https://developers.facebook.com/docs/marketing-api/reference/ad-campaign-group/insights/#fields

Upvotes: 1

Related Questions