86 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
54
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 ...
0
votes
0
answers
57
views
Custom events are not visible in ads manager Facebook
If I check event manager, I see a lot of custom events there!
This events I send from my iOS and Android app.
But when I open adsManager to see how many of this events were fired, I cannot see all of ...
1
vote
0
answers
106
views
Facebook Ads Deep Link Tester throw error when sending Deferred Deep Links notification
I have been trying to integrate deeplinks in Facebook Ads for my Android application but I am not able to test the "first time install" flow because the tool throws the following error:"...
0
votes
1
answer
44
views
Facebook Graph API - Application App Event Type Parameter Values
I am trying to understand how to use Facebook Graph API to get the parameter values of the app events that I log in my React Native app using react-native-fbsdk-next.
Here is the Facebook ...
0
votes
0
answers
26
views
The "Slider" option is not visible while creating Lead Form ads on Facebook
The "Slider" option is not visible in the question type section while creating an Instant Form on Facebook.
enter image description here
Based on this article the "Slider" Option ...
0
votes
0
answers
103
views
Integrating Meta Ads using google admob bidding iOS
I setup Meta developer account and google Admob account and link admob mediation with meta placement ID.
But when I tried to receive the ads using meta adView with this code
let placementID = &...
0
votes
0
answers
66
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 ...
0
votes
2
answers
592
views
Facebook Conversion API is recording Conversion, but no attribution to ads
I have a conversion API set up, which seems to have good enough amount of parameters, it is connected to an ad set:
I am missing the following events, which don't seem to be that important:
My ads ...
1
vote
0
answers
647
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
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,...
1
vote
0
answers
166
views
How to get Instagram username or ID with Ad Library API (or other way)
I'm using official Facebbok API for getting ads with /ads_archive endpoint.
Example request:
curl -G \
-d "search_terms='oil'" \
-d "ad_reached_countries=['US']" \
-d "fields=...
0
votes
0
answers
76
views
Facebook Pixel - Multi Tenant ecommerce site
I have a multi tenant application - www.example-app.com. When I onboard a new client, they get a URL suffix (www.example-app.com/client1, www.example-app.com/client2 ... and so on).
Several clients ...
2
votes
0
answers
1k
views
Meta Ads campaign not reporting app installs
I recently created a campaing in Meta Ads to promote my Android app. After a week, the campaing is working fine, impressions are running, money is also and I'm noticing results in the daily installs ...
2
votes
1
answer
409
views
Enable Multi-Advertiser Ads option using Facebook ads API
Using Facebook ads manager, We can create ads with property "Multi-advertiser ads".
However I could not figure out how to check if it's enabled and how to enable it while creating ads using ...
1
vote
2
answers
746
views
How to identify Lead source in META
I'm new to META ad manager I'll planning to integrate leadgen form to webhook but I didn't get the lead source in webhook whether lead is coming from Facebook or Instagram.
Is there any way to ...