Hi,
Am making a game with Unity and the client said that when he get a reward Ad from UnityAds the reward callback are not executing properly, i need to test that but i can't because i am exclusively getting Ads from AdMob even thought that our mediation group contain UnityAds, Vungle and Nend, is there a way to force another network to show ? i tried lowering the eCPM of AdMob to $0.01 and keeping others in $10 but i still get AdMob only.
me and my clients are in different countries, probably this is why he get unityAds and i almost never did.
This is really important and i must find a way to force-test all networks.
Thank you.
Hi,Can this be somehow related to the Nend network ? they just recently had the rewardAds implemented using AdMob Mediation, and since we added their Adapters to our build, the amounts of time for Ads to become ready became HUGE (up to 2 minutes) and we only get AdMob and UnityAds (i get only AdMob) but no Vungle nor Nend and when my client get UnityAds, sometimes the callback never get called.NOTE: the game used to crash when calling the reward method within the Callback methods provided by AdMob giving me this error :
- APP ID : ca-app-pub-4059037174817190~4590039449
- Ad Unit : ca-app-pub-4059037174817190/3713616636
- No the reward callback is always fine for me, but i never got UnityAds though,
"can only be called from the main thread"
I had to use Boolean variables and then check them in the Update method in unity to verify if the ad is finished or closed, problem is better described here.
- Does your simple App has Nend & Vungle ? and can i delete all other Adapters so it matches ours ?
- Not sure if the client is ready to go through all that, so my main priority now is that i must get Ads from other Networks.
Thanks!
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/rO19UkjJjFE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/84c104ee-5e03-49e4-9529-2ebc0d0a14ff%40googlegroups.com.
Hi,Can this be somehow related to the Nend network ? they just recently had the rewardAds implemented using AdMob Mediation, and since we added their Adapters to our build, the amounts of time for Ads to become ready became HUGE (up to 2 minutes) and we only get AdMob and UnityAds (i get only AdMob) but no Vungle nor Nend and when my client get UnityAds, sometimes the callback never get called.
- APP ID : ca-app-pub-XXXXXXXXXXXXXXXX~XXXXXXXXXX
- Ad Unit : ca-app-pub-XXXXXXXXXXXXXXXX/XXXXXXXXXX
- No the reward callback is always fine for me, but i never got UnityAds though,
NOTE: the game used to crash when calling the reward method within the Callback methods provided by AdMob giving me this error :"can only be called from the main thread"
I had to use Boolean variables and then check them in the Update method in unity to verify if the ad is finished or closed, problem is better described here.
- Does your simple App has Nend & Vungle ? and can i delete all other Adapters so it matches ours ?
- Not sure if the client is ready to go through all that, so my main priority now is that i must get Ads from other Networks.
Thanks!
NOTE: the game used to crash when calling the reward method within the Callback methods provided by AdMob giving me this error :"can only be called from the main thread"
I had to use Boolean variables and then check them in the Update method in unity to verify if the ad is finished or closed, problem is better described here.
Does your simple App has Nend & Vungle ? and can i delete all other Adapters so it matches ours ?
Not sure if the client is ready to go through all that, so my main priority now is that i must get Ads from other Networks.
I downloaded your HelloWorld app, added Vungle source and i can't seems to find this required part anywhere, am i missing something ?