869 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
57
views
How to fetch unpublished "dark posts" created automatically by Facebook/Instagram ad creatives via the Graph API?
I am working on an internal tool to manage customer service for Facebook Ads using the Graph API v23.0. I need to programmatically access and retrieve dark posts (unpublished posts used in active ...
1
vote
0
answers
155
views
API access blocked (OAuthException code 200) for long-lived user token (FACEBOOK)
I'm running into an issue when trying to fetch data from a Facebook ad account via the Marketing API.
I’m using a long-lived user access token created by the account admin.
The user associated with ...
0
votes
0
answers
119
views
Creative Error when uploading via Meta Marketing API
I try to upload videos via the Meta Marketing API and always get Creative errors after the upload. It tells me the format is wrong and can't be used on certain positions which include serious ...
0
votes
0
answers
176
views
How to get the ad accounts that the system user access token has access to in facebook
I am trying to retrieve the ad accounts that a user has explicitly given access to during login in my Meta Business App.
Currently, I am using the following API call with a system user access token:
...
0
votes
0
answers
77
views
not getting ad_id, campaign_id, adset_id for live leads in <FORM_ID>/leads ( Meta Retrieving lead / Ads / Meta API )
I'm encountering an issue while retrieving lead data via the Graph API for live leads (not test leads). Despite explicitly requesting fields like ad_id, campaign_id, and adset_id, the API response ...
0
votes
0
answers
41
views
Facebook Ads API: Filtering "actor_name" with "NOT_CONTAIN" still returns results with "Meta"
I am using the Facebook Ads API to retrieve activities from my ad account. I want to exclude results where actor_name contains "Meta", so I used the NOT_CONTAIN operator in the filtering ...
0
votes
0
answers
105
views
Can I retrieve ad text using the Facebook Marketing API?
I was hoping someone could help me with this.
I am using the Facebook Marketing API to fetch ad details, and I am specifically trying to retrieve the ad text (e.g., headline, body text, or captions).
...
0
votes
0
answers
67
views
How to test an iOS app with Meta Ads implemented without having it on the App Store?
I am working on a demo of an iOS app that has Meta Ads (formerly Facebook Ads) integrated, and I need to test it. The issue is that my app is not yet published on the App Store, and I’m wondering if ...
3
votes
0
answers
696
views
Meta Ad Library API permission error (subcode 2332004)
I'm creating a datacollector which would fetch data from public available ad in order to retrieve it on my app.
Basically, I would like to create a copycat of the official tool from Meta on my ...
1
vote
0
answers
651
views
Creating an ads campaign for my Android app but get `Missing or Invalid Field in Promoted Objects . (#1815437)` error
The whole error message is as follows:
Missing or Invalid Field in Promoted Objects: For optimization goal APP_INSTALLS, application_id needs to be valid. Please set it in the Promoted Objects. (#...
0
votes
1
answer
342
views
Issue with Facebook Graph API 'time_created' Filter Not Comparing Leads in Seconds
I'm encountering an issue with the Facebook Graph API when filtering leads based on the time_created field using UNIX timestamps. It seems that the API's time filtering is not precise down to the ...
-1
votes
1
answer
58
views
Python - How to obtain "scheduled_total" metric from Facebook Insights API
I am working on a project that requires obtaining the "scheduled_total" metric from the Facebook Insights API for statistical purposes. However, I have noticed that the results I get through ...
0
votes
1
answer
208
views
Facebook Lead Ads, Marketing API - Retrieve Business Profile from Lead Id
I create a webhook that send the lead to our CRM.
Everything works fine: I can retrieve the lead, the form and the page data.
Now I need to retrieve which business account create the ads for the leads....
0
votes
0
answers
172
views
meta ad library PermissionError: [Errno 13] Permission denied
I am running this command on my terminal :
C:\Ad-Library-API-Script-Repository-main\python> py fb_ads_library_api_cli.py -t (token) -f "id,page_id,page_name,ad_creative_bodies,spend,...
0
votes
1
answer
261
views
How do I merge Facebook Ads API data with GA4 data so that spend data is appropriately attributed to source / medium data?
I am merging Facebook Ads API data with GA4 data. I am matching up the data based on campaign name matches between the two data sets. However, in the GA4 data there are records where the campaign name ...