When we add and admob campaign, whe got two informations :
the application id like this :
ca-app-pub-6479106299339251~891161xxxx
the id ads like this :
ca-app-pub-6479106299339251/712340xxxx
With this plugin there is no information on how to inquire the the application id...
nothing in config.xml ?
It's maybe the reason that mediation don't works ???
Have you succed to try this plugin with google admob mediation and providers ?
Thanks a lot for your help...this is the last step before i publish my game :)
Hi,
I'm using cordova
Using this simple js snippet :
Init my app like this
Result
Admob ads are displaying not problem with that. The plugin works.
Problem
Admob mediation don't works, it's always the google admod ads who are displaying. I have try with these providers without errors in admob :
And following guide by providers : https://developers.google.com/admob/android/mediate and copy sdk and adapter by provider in
myApp/platforms/android/app/src/main/libs
Question
When we add and admob campaign, whe got two informations :
ca-app-pub-6479106299339251~891161xxxx
ca-app-pub-6479106299339251/712340xxxx
With this plugin there is no information on how to inquire the the application id... nothing in config.xml ? It's maybe the reason that mediation don't works ???
Have you succed to try this plugin with google admob mediation and providers ?
Thanks a lot for your help...this is the last step before i publish my game :)