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.
|
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:
|
||||
|
|
|
When you have the Ad group ID, you have to issue an API call:
Then you get answer like this:
To calculate the fields in the Facebook frontend: 'Reach' = unique_impressions |
||||
|
|