428 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
44
views
Data aggregated from ad level metrics doesn't equate to account level metrics
I'm trying to fetch data for each ad for a given account and aggregate it at the adset/campaign/account level internally so we don't have to make multiple calls to the Meta API. However, while doing ...
0
votes
0
answers
46
views
Facebook ad insights discrepancy async vs sync
I am using Facebook business SDK to fetch insights.
I started with general sync approach which lead me to timeout and downtime errors, as I have quite a large data in my ad_accounts.
Then I tried ...
0
votes
0
answers
71
views
Meta Marketing API Rate Limiting Decay Rate
According to Official documentation at:
https://developers.facebook.com/docs/marketing-api/overview/rate-limiting/?locale=en_US
The rate limiting Points will decay according to the decay rate, but ...
0
votes
1
answer
102
views
Facebook insights API returns empty values when `video_asset` is used as a breakdown
I'm asking this question since it's been close to a decade since it was last asked.
When performing an insights lookup against the Meta business API, in the form of
{AD_ACCOUNT_ID}/insights?
...
0
votes
1
answer
266
views
Meta Marketing API: "Invalid Parameter" error (code 100, subcode 3699001) when fetching insights
I'm working with the Meta Marketing API to retrieve insights for campaigns, ad sets, and ads. However, when I make a request to the following endpoint:
https://graph.facebook.com/v21.0/{entity_ids[i]}/...
1
vote
1
answer
2k
views
Why am I getting "Ad account owner has NOT granted ads_management or ads_read permission" error with Meta API despite having the permissions?
I'm using the Meta Marketing API to retrieve information from a user's ad account. However, I'm encountering the following error:
{'error': {'message': '(#200) Ad account owner has NOT grant ...
0
votes
1
answer
272
views
Retrieve Daily Metrics for Facebook Posts, Videos, and Reels Using Graph API
Body:
I need to retrieve all daily metrics (e.g., impressions, reactions, video views) for my Facebook posts, videos, reels, etc., starting from their creation date. However, using Graph API v20.0 or ...
1
vote
0
answers
84
views
Crawl unsupported metrics from Facebook Insights API and Facebook Adsmanager
I've encounted a problem. I need to get metrics from Facebook API insights (I'm using version 18) to build my own report. Some of metrics are displayed in Facebook Adsmanager, but not found in API ...
2
votes
0
answers
265
views
How can I get the insights corresponding to each optimization goal with the Meta API?
I wish to get insights which correspond to each optimization goal - for example, {'OPTIMIZATION_GOAL':['KPI1', 'KPI2', ...]}.
However, this is proving difficult, since certain optimization goals (such ...
0
votes
1
answer
561
views
What's the best way to retrieve daily_budget and lifetime_budget in Facebook API?
I'm using Insights API to query multiple campaigns data, and I would like to also retrieve daily_budget and lifetime_budget info, but Insights API does not provide these fields.
I know that I can make ...
1
vote
0
answers
690
views
How do I interpret Meta Marketing API Rate Limit responses?
I'm calling the Facebook marketing API on AdSets and AdInsights. It has rate limiting and I can't figure out the what the response parameters mean so I can logically handle with sleep calls. Three ...
0
votes
1
answer
802
views
Meta Insights API - show Spend of all campaigns in USD
I've been trying to pull out the spend of each ad campaign using the Meta Insights API, but the spend comes out as the currency as stated in the account_currency field.
When creating a report through ...
0
votes
1
answer
150
views
Display Facebook Page Insights Publicly on Website Using Graph API without Requiring Login, Except for Owner
I am looking to integrate my Facebook Page Insights into my website using the Facebook Graph API. I want to make these insights publicly accessible without forcing visitors to log in, except for the ...
2
votes
0
answers
377
views
How do you use the Facebook Marketing API sandbox to retrieve simulated insights?
I’m working on an application that is going to leverage the Facebook (Meta) Marketing API to retrieve ad campaign insights. I don’t have any real life data to work with so I was hoping to use ‘...
1
vote
1
answer
1k
views
How to get the Individual campaign id, For each Campaign ID, having fields Post Engagement, Page Engagement, Link Click
ttps://graph.facebook.com/v14.0/act_XXXXXX/insights?fields=account_name,campaign_id,campaign_name,adset_id,adset_name,ad_id,ad_name,spend,actions&filtering=[{field: "action_type",...