admob-rewardedvideoad

Flutter. Admob ads with mediation

纵饮孤独 提交于 2020-05-23 10:51:25
问题 I've integrated https://pub.dev/packages/firebase_admob into my app and implemented rewarded ads . My problem now is that I'd like to use mediation via this plugin. The only thing is that I know (from developing Android apps and also it says in the Admob docs) that one needs to include the mediated networks' SDKs in the app. Does this plugin even support mediation? I wasn't able to find anything relating to this. Or does the mediation only come from the admob dashboard, just by setting up the

Rewarded video from AdMob in Unity - loading so slow

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-25 09:39:05
问题 Previously I used Unity Ads to display interstitial and rewarded ads in my game made with unity but now I'm switching to Google Ads (AdMob). I read documentation from here and next from here and everything seems like it's working, but kinda slow. I have 3 scenes: Main Menu Game Shop I need to display rewarded ads in Game and Shop scenes. In the Game scene, the user has the ability to watch an ad to continue where he dies. He have only 5 sec to do that. If he doesn't watch an ad, then he has

Google Admob Reward Video callback called mutiple times after reloading scene in Unity

筅森魡賤 提交于 2020-01-03 04:54:15
问题 I'm developing an android game apk in Unity. I've integrated Google Admob SDK in my project and succeeded to show the Google admob reward video ads in my android apk by referring https://developers.google.com/admob/unity/rewarded-video. However when scene is reloaded to restart game callback functions called multiple times. callback function example: // Called when an ad request has successfully loaded. rewardBasedVideo.OnAdLoaded += HandleRewardBasedVideoLoaded; // Called when an ad request

Admob ads now showing from two weeks

可紊 提交于 2019-12-24 06:42:21
问题 My reward ads match rate was about 90% but after 26 November match rate dramatically decrease down to 30%. Is it global problem or specific to my app ? 回答1: Seems to be happening to quite a few people (me including) There is a whole thread on it on the google product forums with no official response so far https://productforums.google.com/forum/#!topic/google-admob-help-forum/8oc3pebOrFw;context-place=forum/google-admob-help-forum 来源: https://stackoverflow.com/questions/53611921/admob-ads-now

Crash when resume an AdMob RewardedVideoAd

耗尽温柔 提交于 2019-12-12 10:09:19
问题 With the last AdMob version, 15.0.0 , I getting a crash when try to resume a RewardedVideoAd after return from another Activity. java.lang.ClassCastException: com.google.ads.mediation.admob.AdMobAdapter cannot be cast to com.google.android.gms.ads.mediation.m at com.google.android.gms.ads.internal.mediation.client.y.a(:com.google.android.gms.dynamite_dynamitemodulesa@12529004@12.5.29 (000308-192802242):262) at com.google.android.gms.ads.internal.reward.c.b(:com.google.android.gms.dynamite

Implementing AdMob Rewarded Video with LibGDX

£可爱£侵袭症+ 提交于 2019-12-11 04:12:43
问题 I am creating a game with LibGDX and wanted to put rewarded videos on it but I can't figure out how I do that. I have already displayed an admob banner with this tutorial: https://www.youtube.com/watch?v=cwAN4LMXo58 I have already seen this question but don't understand where to put this code: public void showVideoAd(){ runOnUiThread(new Runnable() { public void run() { if (mAd.isLoaded()) { mAd.show(); } else { loadRewardedVideoAd(); } } }); } public boolean hasVideoReward(){ return

Crash when resume an AdMob RewardedVideoAd

冷暖自知 提交于 2019-12-06 06:53:43
With the last AdMob version, 15.0.0 , I getting a crash when try to resume a RewardedVideoAd after return from another Activity. java.lang.ClassCastException: com.google.ads.mediation.admob.AdMobAdapter cannot be cast to com.google.android.gms.ads.mediation.m at com.google.android.gms.ads.internal.mediation.client.y.a(:com.google.android.gms.dynamite_dynamitemodulesa@12529004@12.5.29 (000308-192802242):262) at com.google.android.gms.ads.internal.reward.c.b(:com.google.android.gms.dynamite_dynamitemodulesa@12529004@12.5.29 (000308-192802242):54) at com.google.android.gms.ads.internal.reward