Questions tagged [admob-rewardedvideoad]

154 questions
11
votes
2 answers

Is there income inequality by admob ad types

I had 3 ad type in my application. rewarded ad with the most impressions but somehow even banners earn more than rewarded ads. Rewarded ads impressions 3 times more than interstitial but same earnings. for the first few weeks, there was no such…
6155031
  • 4,171
  • 6
  • 27
  • 56
6
votes
3 answers

Test Rewarded ad not displaying - Ad failed to load: LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config.)

I'm currently unable to display a test rewarded ad. I am using the rewarded ad Sample ad unit ID provided in the doc: ca-app-pub-3940256099942544/5224354917. I am getting error code 3, which according to the documentation: The ad request was…
lenz
  • 2,193
  • 17
  • 31
6
votes
1 answer

Flutter. Admob ads with mediation

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…
6
votes
0 answers

Prevent application crash on completion of Reward Ad - Google Admob

I am using Google Admob to display Reward Ad. Following are the details : Dependency : 'com.google.android.gms:play-services-ads:17.2.0' Version Info In build.gradle : compileSdkVersion 28 minSdkVersion 21 targetSdkVersion 28 Manifest File Test…
Piyush Singh
  • 223
  • 2
  • 9
5
votes
1 answer

How to solve this error 'com.google.ads.mediation.admob.AdMobAdapter cannot be cast to com.google.android.gms.ads.mediation.m '?

am using firebase adapter in my project, now am integrate admob for rewarded ad it's working fine, but every video after completion it will throw following error... java.lang.ClassCastException: com.google.ads.mediation.admob.AdMobAdapter cannot…
4
votes
0 answers

I can't use SSV with expo-ads-admob

I can't use ServerSideVerifications for Expo Admob I am using expo-ads-admob in my app. I set my ad for server side verification but I can't set user_id or custom data for ad in my app. await AdMobRewarded.requestAdAsync({ servePersonalizedAds:…
4
votes
1 answer

Why I can't show admob rewarded video ads with andengine in android studio?

I have a game with andengine in android studio . I want to show admob rewarded video ads in my app. But I can't show it. is there someone who can help me ? I run the application on my own device (Xiaomi mi 6). The application started correctly on my…
4
votes
1 answer

How to override Admob reward ads timer text in Android

I am able to display Google AdMob Reward Ads. Now I want to override the timer text in the Ads. See the below image in which I have highlighted the text to change. Is there any way to override it?. I have tried to set the customData but…
Muhamed Riyas M
  • 5,055
  • 3
  • 30
  • 31
4
votes
0 answers

AdMob Rewarded video ad capping

I implemented AdMob rewarded video ads into my app. Both test ads (test ad unit ID) and production ads (my own ad unit ID) are being shown well. I set the frequency capping to show no more than 3 impressions per user per an hour, but it has no…
3
votes
1 answer

Admob rewarded ad not showed even if the petitions get responses

I have an Android application written in Java where I give coins to use the application by watching a rewardered ad using the Admob advertising network. I have followed the new API implementation guide. My frown starts when I receive implementation…
user15338837
3
votes
1 answer

Can i give users points for rewarded videos

Is it against google's policy to give users who watch rewarded videos, give them points that are convertible for real rewards . For example , Top 3 users will receive real gifts, the ranking is based on points that are gathered by answering quiz…
3
votes
1 answer

Should there be a limit on how often a user is allowed to view rewarded ads?

I have an app that allows the user to spin a wheel to earn tickets. I allow users to watch a rewarded ad to retry the spin, this means the user can view as many ads as they want. Is there any policy on how often a user should be allowed to view a…
aryaxt
  • 76,198
  • 92
  • 293
  • 442
3
votes
0 answers

Android - Admob rewarded ads automatically disappear after some time

I had placed admob rewarded ads on my app. Whenever rewarded ads starts and after some time it tend to disappear automatically without taking any user action. Do help me out on how I can resolve the issue?
3
votes
1 answer

When I must reward player for watching video in the core (libgdx)?

I am making a game on LibGdx that has video ads. I implemented interface and it's methods. Everything works, video is shown. AndroidLauncher: public class MainAndroidLauncherAuthorization extends AndroidApplication implements AdsController,…
Retron
  • 119
  • 6
3
votes
1 answer

Google AdMobs's rewarded video only loads sometimes

I'm trying to implement Ads in my App. Currently I am working on Google Ad Mobs Rewarded Video Ads. My Problem is, that after the first time I press the button which should load the ad an error becomes: Unhandled Exception:…
1
2 3
10 11