Questions tagged [admob-rewardedvideoad]

154 questions
0
votes
0 answers

What does execution rate and eCPM mean?

I just set up my first rewarded interstitial ad for my IOS app on the Google AdMob website. Under eCPM minimum amount, I can now specify what income my ads should bring. I can choose between "High Minimum", "Medium Minimum" and "All Prices". If I…
0
votes
1 answer

Unable to validate my url in Admob for ssv

I have a firebase function that wait for a post request from Admob for a rewarded video ad verification. When I try to validate my url in adbmob I get error 404, but when i manually try to send a post request to the url, i get a 200 message.
Mental
  • 43
  • 7
0
votes
0 answers

admob impressions is half then request please guide what is the issue also rewarded ads not showing with real id in test is it works

Hello I am working with admob but i dont know in my account their is no ads limit but still number of impressions is less then request Please help me out what is issue why i am getting impressions less then request second question is in my app…
Abbasi
  • 84
  • 7
0
votes
0 answers

Is there an alternative to Google AdMob's Rewarded Ads that works for the web?

I'm looking for an alternative to Google AdMob's Rewarded Ads that works for the web. By AdMob's definition rewarded ads are: a popular ad format that gives users an opportunity to watch a video or engage with a playable ad in exchange for a reward…
Yulian
  • 6,262
  • 10
  • 65
  • 92
0
votes
0 answers

Error: Requiring module "node_modules\react-native-google-mobile-ads\src\index.ts", which threw an exception:

I would like to use react native google ad mob but I have this error that bothers me a lot: Error: Requiring module "node_modules\react-native-google-mobile-ads\index.ts", which threw an exception: Invariant violation: Your JavaScript code tried to…
0
votes
0 answers

Problem when i use ad mob with react native expo

I am creating a project on a React Native application, and I am using Expo. I would like to add ads, so I'm using Google Ad Mob. So I created my account on the site. I have a problem and it's been a long time that I can't solve it. I have this…
0
votes
0 answers

only my banner ads work but when i upload the game same only banners are working not rewarded and intersitials

I am using Google ad mob In unity all my test ads are working but when I get the build and test it only my banner ads work but when I thought that these are test ids lets upload the game and see but when I upload the game same only banners are…
0
votes
0 answers

How do i resolve this error on flutter admit

Hello everyone I try to put the ads on my app in flutter but with each ad viewed it gives me an error message and I can't find how to correct it this is my error message : [I-ACS800014] Cannot get flag for unregistered flag. SDK name, flag name:…
0
votes
0 answers

Admob test ads working in unity editor but dont working on my android Phone

I added admob ads and write a test ad id.That ads working on unity editor but I build my game and install my phone .apk The ads not working.If the code was wrong, it wouldn't work in the editor, so I don't think there is anything wrong with the…
MB Home
  • 1
  • 1
0
votes
0 answers

show RewardedAd from object class

I need to reduce my app size by collect recurring functions in one place All functions works fine Except RewardedAd I want to return a value confirming that ad was shown until end by set variable named adRewardedBoolean to True Here's my Kotlin…
0
votes
0 answers

Google Admob: Impressions vs requests

I'm trying to understand what requests are in Admob report. 1 request is triggered when an ad is loaded and ready to be shown? 1 request is triggered when the user tap the show button of a rewarded ad? I have a button that display rewarded ads when…
faccio
  • 652
  • 3
  • 16
0
votes
0 answers

Android AdMob rewarded ads: server-side callback not called if user is briefly offline

There are rewarded ads in my Android app. There is a server-side verification (SSV) callback set up. Everything is working if the user has a stable network connection: ads are showing, the callback is called, the user gets a reward. However, if the…
0
votes
1 answer

How to show rewardedInterstitial ad which was loaded in mainActivity in a compose?

I try to load rewarded interestitial ad in Mainactivity and then show it in one composable screen in jetpack compose. I loaded it successfully but in my RewardedShow compose screen rewardedInterstitialAd is null? I used my code from…
0
votes
2 answers

Google Mobile Ads Throwing MissingPluginException

RewardedAd doesn't work on google_mobile_ads: 2.0.1 I've already searched everywhere and the fixes don't work. This is the Error on The Logs. E/DartMessenger( 5002): Uncaught exception in binary message listener E/DartMessenger( 5002):…
0
votes
1 answer

Admob rewarded ad won't load

I have build a SwiftUI .sheet() that appears so the user can see their statistics and can click on a button that then will show a rewarded video to give the user some extra points. The code is as follows: import SwiftUI import…
chrispsv
  • 503
  • 1
  • 3
  • 21