Get metrics from Facebook Ads API
I am not able get the below metrics from Facebook API. How can I calculate the these metrics, which appear in Facebook's own ads interface, from the Facebook Ads API: Reach Social reach Frequency, CPC, CPM. Vasil Karpachev When you have the Ad group ID, you have to issue an API call: https://graph.facebook.com/<AD-GROUP_ID>/stats Then you get answer like this: { "id": "<AD-GROUP_ID>/stats/0/.....", "impressions": 31, "clicks": 0, "spent": 0, "social_impressions": 0, "social_clicks": 0, "social_spent": 0, "unique_impressions": 0, "social_unique_impressions": 0, "unique_clicks": 0, "social