Questions tagged [rewardedvideoad]
131 questions
0
votes
1 answer
Multiple AdMob rewarded videos using cocos2dx (c++) on android API
I am trying to load multiple rewarded videos from AdMob in my app. It's on cocos2d-x (C++) and we extended atomic-plugin-ads's code to handle AdMob's Rewarded Videos. This means that we make JNI calls to Java to load the ads. Also, that our entire…

dddkirby
- 3
- 2
0
votes
0 answers
Adcolony Rewarded Video Null Pointer Error
I'm trying to show AdColony's rewarded video to my app when the user opens the ResultActivity and I request ad on MainActivity and load it to ad on MainActivity as below by calling the related functions from onCreate function.
public class…

Sarlken Konig
- 33
- 6
0
votes
1 answer
Rewarded video ad failed to load
Every time when i run the code its call onRewardedVideoAdFailedToLoad(int i) function. I am using codelabs example.
Sorry for bad English and thanks for helping me.
here is my code. I used many tutorial .
Is there anything I did it in the wrong…

Faisal
- 1
- 2
0
votes
1 answer
App closes when RewardedVideoAd is closed. Show Fragment onAdClose?
First of all: There is no exception thrown when this problem occurs.
My app is currently running in Google Plays closed alpha program. When I test the app using an emulator provided by Android Studio or using my own Galaxy A5, everything works fine…

Zitruism
- 121
- 1
- 11
0
votes
1 answer
Revenue from Admob Ads
I have looked around the internet but can't find what counts as a click for Admob Ads (Some ad networks count a click as the full ad being watched)
Please could you confirm the following is correct? - please correct me if I am wrong (I likely…

Cay Pilot
- 7
- 3
0
votes
2 answers
AdMob Rewarded Video ERROR_CODE_NO_FILL for test ad
My rewarded video was working 2 weeks ago. I have changed nothing, my code is the same. Right now, when I try to load rewarded video ad, it gives me ERROR_CODE_NO_FILL. I know that it means there is no available ad for my app. But I am on the test…

david_caruso
- 23
- 8
0
votes
1 answer
Determing if a RewardedVideoAd is paused?
There are onVideoStart, onVideoOpen, and onVideoClosed-events.
Is there some way to get if the video is paused by the "Close video"-dialog?

Zitruism
- 121
- 1
- 11
0
votes
1 answer
Unity Admob Rewarded Video Listeners Not Working after changing Scene
This problem has struck me recently, never noticed it before, apparently, i have used admob rewarded Video in my Unity3D project.
In My Project I reward the User on Level Fail, when user watches the Reward Video a reward is Given to User and Scene…

hunainjutt
- 3
- 1
- 4
0
votes
1 answer
SWIFT ADMOB : Failed to load: Request Error: No ad to show
I'm actually developing an iOS app with AdMob Reward in Swift and when I try to build my app with the simulator (iPhone 6, 6s, 7, 8...and so on), ads works and I also have this message:
Reward based video ad is received.
But (because there is…

Gabriel
- 121
- 1
- 12
0
votes
1 answer
Do I HAVE TO sign up to third-party sites for rewarded video ads?
I have successfully implemented AdMob's test ads for rewarded videos. However, I saw on other sites that we have to sign up to third-party sites to get rewarded videos, and we get paid by those sites directly. But I'm not so sure about that because…

Einsambr
- 189
- 2
- 11
0
votes
1 answer
Admob reward video for the application which is not on playstore
I want to display rewarded video ads in my android app. which i'm not going to upload on play store.
So can i use admob for displaying rewarded video ads.
If yes,
this is what i want to do
By viewing ad user will get some points, then after user…

Jaymit Ghadiya
- 7
- 4
0
votes
1 answer
Unity game admob Rewarded video got Event:onAdFailedToLoad result ERROR_CODE_NO_FILL
I am Add Admob in my unity game,but when show Rewarded video got Event:onAdFailedToLoad result ERROR_CODE_NO_FILL, why? How to solve this issue?
https://github.com/unity-plugins/Unity-Admob/issues/54

unitygamer1990
- 11
- 1
0
votes
1 answer
Admob Video ads loading but aren't displaying
I know the videos are loading because the toast message pops up saying it did, and the video displayed once the very first time i tested it yesterday, but its been a whole day now and they still won't show. No error, no crashes.
package…

Matt
- 60
- 10
0
votes
1 answer
I cant load admob rewaeded videos in my android app
I am using this code but it always write
W/Ads: Failed to load ad: 3
in the logcat..
RewardedVideoAd m2Ad = MobileAds.getRewardedVideoAdInstance(this);
AdRequest adRequest = new AdRequest.Builder().build();
…

real madrid13
- 21
- 1
0
votes
1 answer
Admob Unity 5 Rewarded Video/Interstitial Wrong Orientation
I'm making a Android game in Unity 5 that is portrait mode only. I have now succesfully implemented the Admob Rewarded Video Ads, though they appear in landscape mode. I would like to only get them in portrait mode.
Is there any way to fix this?
I'm…

Lente Cuenen
- 23
- 6