Questions tagged [facebook-ads]
85 questions
13
votes
4 answers
application_id needs to be Valid Facebook Ad
I'm getting this error after re-creating my entire campaign several times:
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. (#1815437)
Have…

dub
- 441
- 1
- 3
- 17
9
votes
3 answers
Creating ads in Facebook for iOS14 app not working
I'm trying to set my first FB/IG campaign for an hybrid app made by me with angular/capacitor:
This is my app link on app store
But the ads form doesn't recognize it and keep saying "choose an app itunes ID".
I tried app ID, app store url, app…

Nemus
- 1,322
- 2
- 23
- 47
7
votes
3 answers
What to replace FacebookAdapter&FacebookExtras with on com.google.ads.mediation:facebook:6.14.0.0?
Background
I had this on the project, to handle Facebook ads via Admob:
implementation 'com.google.ads.mediation:facebook:6.11.0.0'
And in code:
final AdRequest.Builder builder = new…

android developer
- 114,585
- 152
- 739
- 1,270
7
votes
2 answers
How do you verify user-owned subdomains in Facebook?
As part of the upcoming changes to Facebook Ads, you now must verify ownership of your domain name.
We operate a SaaS platform where user content is hosted on subdomains (myaccount.example.com etc). We need these users to be able to verify ownership…

Marc Fowler
- 913
- 1
- 11
- 22
5
votes
2 answers
Duplicate class com.google.android.flexbox - Android Admob
I am using admob and facebook for ads in my app and its done but I want to check it so i have added Mediation Test Suite depnedancy
implementation 'com.google.android.ads:mediation-test-suite:2.0.0'
And the app could not build it shows
Duplicate…

Syed Irfan Hussaini
- 419
- 4
- 18
5
votes
0 answers
How to select a format for ad placement in facebook audience network
I just used facebook audience network for the first time and it is showing me something this after the implementation.
I have no idea what is this saying and what should I do, I tried to google it but I didn't found anything useful

Tehleel Mir
- 743
- 8
- 27
5
votes
0 answers
This mediation group is still serving ads, but there are one or more issues affecting its performance. Expand this mediation group for more details
After implementing Facebook Ad unity on Admob, I am getting this message in the Mediation Group:
This mediation group is still serving ads, but there are one or more issues affecting its performance. Expand this mediation group for more…

Tulon
- 4,011
- 6
- 36
- 56
4
votes
1 answer
Facebook webhook verification response structure
This is my first time posting the question so please feel to provide feedback to improve the question.
Facebook webhook mentions that the endpoint should be first verified before the webhook endpoint can receive any event notifications.
The docs for…

spirax4k
- 68
- 5
3
votes
0 answers
What's the API method to retrieve the destination website URL of a Facebook ad?
(1) I need to extract the link inside a facebook ad. When creating a facebook ad , we need to fill in destination, where we need to fill website url, how can I get this value from some facebook api. Basically the link where the ad redirects to.
(2)…

Vagish Dilawari
- 31
- 1
3
votes
0 answers
Facebook iOS 14.0+ app install stuck at "Verifying Your Changes" even after SDK upgrade
Trying to run an app install ads campaign through facebook; for the iOS 14 changes, it required me to update the SDK to 8.0+, I did, my app is currently on 9.0. What else does it need me to do? I have logged in on the latest/updated version many…

Zorayr
- 23,770
- 8
- 136
- 129
3
votes
1 answer
App crashes after trying to add a banner Ad at the navigation header section
So i've added a linearlayout for my banner ad container in my nav_header.xml file . I called it out in my MainActivity.java file using the LinearLayout class . The app crashes when i try to launch it and gives the following exception :
Caused by:…

agega
- 157
- 3
- 13
2
votes
1 answer
How do I access (new july 2022) targeting information from the Facebook Ad Library API (R solution preferred)?
As this announcement mentions (https://www.facebook.com/business/news/transparency-social-issue-electoral-political-ads) new targeting information (or a summary) has been made available in the Facebook Ad Library.
I am used to use the 'Radlibrary'…

Mads F. Hove
- 35
- 6
2
votes
0 answers
Issue with Deferred Deep Linking in iOS when run the Facebook live campaign
We're trying to implement deferred deep linking in one of our iOS applications to basically show the product details page when click on the ad but this is not working
Consider the scenario
When the app is not installed and we click on the Facebook…

shoaib sheikh
- 21
- 1
2
votes
0 answers
Deferred Deeplink not working in facebook ads, but working on testing through facebook notifications as mentioned in the documentation
I have implemented Facebook Deferred Deeplink Inside the application. When I test my ad from the Ad Helper in Facebook, the deferred link is successfully transmitted. But when I click the ad preview from the Facebook app, the deferred deep link is…

Ram S
- 21
- 1
2
votes
1 answer
AdChoicesView deprecated in Facebook ads any replacement
AdChoicesView deprecated in Facebook ads any replacement
import com.facebook.ads.AdChoicesView;
AdChoicesView adChoicesView = new AdChoicesView(context, nativeAd, true);
viewHolder.adChoice = adChoicesView;
…

sejn
- 2,040
- 6
- 28
- 82