Questions tagged [admob-rewardedvideoad]
154 questions
1
vote
0 answers
How to deal with ad serving is limited and very low match rate on admob
I have 15 app on play store and they have 100k daily active users and those apps include admob ads but the 'ad serving is limited' is applied on my account and match rate is less that 2%.
I barely make one dollar per day since they applied…
1
vote
1 answer
admob-plus-cordova stopped working on Android
I use admob-plus-cordova@1.23.1 for a while and everything worked perfectly fine for me.
All with a simple implementation like this:
this.platform.ready().then(async () => {
await this.admob.start().then(() => {
console.log('admob…

Bolin
- 119
- 10
1
vote
1 answer
Setting rewarded video ads to 30 seconds
I have implemented a rewarded video ad in my application but it displays the ad in just 10 seconds. How can i code the program to set the ad to 30 seconds?
I am using gms:play-service:19.0.1
Thanks

Ali
- 11
- 3
1
vote
0 answers
missing function from ad reward google ad sdk
I have implemented reward ad in my code , so basically when the user is done doing a task , will get rewarded , now the issue is that with the old version of google ads using reward ad , there was function called onRewardAdClose() but when i tried…

Taki
- 3,290
- 1
- 16
- 41
1
vote
1 answer
Trying to implement Rewarded Ad to Android Studio correctly with Kotlin
Hello everyone i have an app for presenting random lotto balls. I have a button for incrementing token count binded to a rewarded ad. But i can't make it function properly. Here is my code:
package com.zumatrahia.kazandiranlototahmini
import…

Serdar Çivi
- 181
- 1
- 8
1
vote
1 answer
How can I reload rewarded ad in new API?
I want when the user watched rewarded ad reload it again to be ready in next time.
Code
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_watch);
…

Taha Sami
- 1,565
- 1
- 16
- 43
1
vote
0 answers
admob server side verification test verify doesn't send reward_amount
When setting up rewarded ads on Admob, when I click on VERIFY URL on the Admob's rewarded ads settings, I noticed that in my server side application it doesn't receive the reward_amount query parameter while all the other parameters are…

madz
- 1,803
- 18
- 45
1
vote
0 answers
AdMob RewardedAd causes Memory leaks (v19.7.0)
After Analysing with Android profiler I found that My Activity doesn't get garbage collected and is still running after calling finish().
And the cause of this is the AdMob RewardedAd (videos), so I tried to set the reference to the RewardedAd…

Falafel14
- 17
- 3
1
vote
1 answer
How to keep a Bool state after Google AdMob RewardAd has finished displaying?
I'm currently developing an application using SwiftUI.
I'm trying to use a google AdMob reward Ad.
I made codes to show reward Ads referring to this article.
I'm trying to show an alert after I finish watching a reward Ad fully using a Bool state…

Tio
- 944
- 3
- 15
- 35
1
vote
1 answer
How to add Admob non-rewarded video ads in Swift
I implemented an iOS and displayed video ads on app. I decided to use Google Mobile Ads due to its popular.
The problem is it only provides Rewarded Video Ads. It means when the video is playing and user close it, it always show a popup warning that…

Scofield Tran
- 828
- 1
- 18
- 30
1
vote
0 answers
Add a cool down period before AdMob rewarded video can be viewed again
The reward button will be disabled in this period to inform the user. Once the cool down ends, an ad will be loaded and button will become clickable. I plan to do this using Handler.postDelayed() and shared preferences.
Can AdMob frequency capping…

secretshardul
- 1,635
- 19
- 31
1
vote
1 answer
When click again on button to show rewarded ad no ad is showing
So, i want to make an app with a simple button that shows an rewarded ad. The button works and shows a rewarded ad but when i press again no rewarded ad is showing.
I want to show ad for every button click.
this is the code:
public class…

Markus Strugari
- 27
- 7
1
vote
1 answer
Rewarded ads memory leak admob
I am super new to android coding, please tell me if this memory leak is significant enough for me to get worried. And if so please suggest something i can do about it.
I am trying to use admob to show rewarded ads in my android app, but after…

Dark Cloud
- 11
- 3
1
vote
1 answer
iOS Unity3D app unable to access internet / GoogleAdMobSDK
I've recently developed a mobile Unity3D app, integrated with GoogleAdMobSDK. So far everything works fine on Android, but when I run the app on an iPhone 6 / iOS device I get "GoogleMobileAdsPlugin: Rewarded ad is not ready to be shown."
It also…

Nathan
- 2,617
- 1
- 19
- 27
1
vote
0 answers
Admob Rewarded Video Ads Reporting Zero Revenue for a week
For a week now, i have added admob rewarded video ads to my app to reward users with a point for each video ads watched. The users are watchig the videos and getting the rewards, but my admob dashboard always shows 0 as revenue.
Check attached…

Ismail Osunlana
- 434
- 5
- 9