Android Question Facebook Audience Network & Admob Mediation

tufanv

Expert
Licensed User
Longtime User
Hello,

2 years ago I had created a tutorial for FAN mediation for admob and it was working perfect, now I want to create a new tutorial and also use this in my apps but I couldnt show a facebook ad, I never get impression from the mediation. I followed instructions at: https://developers.google.com/admob/android/mediation/facebook

I included the aar for adapter and sdk but didnt add anything else to my app ( previosuly we were adding some lines to manifest but new instrucitons says to add nothinng)

It seems like sdk is not integrated because I get integrate sdk now message on dashboard. What may be missing ?
 

tufanv

Expert
Licensed User
Longtime User
Included with #AdditionalJar ?

Based on the instructions you don't need to do anything else. Make sure to check the unfiltered logs. Maybe worth integrating the test suite: https://developers.google.com/admob/android/mediation-test-suite
Yes:

B4X:
#AdditionalJar: AudienceNetwork.aar
#AdditionalJar: facebook-5.4.1.0.aar

I only see this in unfiltered logs :

B4X:
Rejecting re-init on previously-failed class java.lang.Class<com.google.ads.mediation.facebook.FacebookInitializer>
 
Upvote 0
Top