Video ads are one type of ad that can appear on AdSense sites. They can show on your pages if you have chosen to display image ads and are a using supported ad size.
Questions tagged [video-ads]
29 questions
10
votes
5 answers
flutter - Rewarded Video Ads Error when Reload : "ad_not_loaded, show failed for rewarded video, no ad was loaded, null)"
i try to reload Rewarded Video Ads, when i call RewardedVideoAd.instance.load(adUnitId: "xxx", targetingInfo: xyz); i find below error :
W/MessageQueue(13672): Handler (android.os.Handler) {1a13e8a} sending message to a Handler on a dead thread
…

questionasker
- 2,536
- 12
- 55
- 119
6
votes
0 answers
Adocean usage into the HTML5 video player
I'm trying to integrate adocean into my Html5 video player to play ads. Here is my code which I wrote from adocean official documentation.I'm getting xml link from ado object. This XML contains the video SRC (campaign creative, which was created…

Saba Shavidze
- 604
- 4
- 14
5
votes
1 answer
How to mute volume of Google IMA Ads
I am using Google-IMA Android SDK for loading adds and playing videos in my application.
From the sample app provided in this link , I am able to play advertisements and videos.
But I am not able to mute audio for advertisements played.
Tried with…

Sreehari
- 5,621
- 2
- 25
- 59
5
votes
0 answers
Display Custom video ads on native android videoPlayer like on Youtube
I just want to know that is it possible to display custom video ads on native videoPlayer . iwas doing R&D on this topic and got IMA SDk from google developers .
link given bellow :-…

Sonu negi
- 119
- 1
- 3
- 10
4
votes
1 answer
Admob Reward Video Ads don't work with test devices
We want to integrate Reward Video Ads in our app (https://firebase.google.com/docs/admob/android/rewarded-video).
The ads work great if we don't provide the test device. However, if we do, we receive error code 0 aka ERROR_CODE_INTERNAL_ERROR, so…

Silviu Ungureanu
- 101
- 1
- 6
3
votes
1 answer
Is there a way to call javascript in VAST before playing video?
I have a requirement to call an API to my server from the device before playing the media file in VAST Tag.
I am able to load the javascript with

Avi Chopra
- 143
- 3
- 11
2
votes
0 answers
IMA SDK integration for Android app, with videoview and MediaPlayer
I am integrating IMA SDK in my Android app, for pre-roll video ads in Videos. I am following the Google tutorial and the sample app provided in the link: https://developers.google.com/interactive-media-ads/docs/sdks/android/quickstart
In the sample…

Venus
- 51
- 4
1
vote
0 answers
how to mute video ads? firebase admob react native
I have ads module firebase-admob. I want disable volume when video-ads will showing. now
const interstitial = InterstitialAd.createForAdRequest(adUnitId, {
requestNonPersonalizedAdsOnly: true,});
interstitial.load();
interstitial.show();
config…

Денис
- 9
- 1
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
Focus is not transferrable to iframe game when Video Ad Skip button event occurs
My website has some video ads. After the video ad is shown (ima.adevent.type.complete occurs), the game gets keyboard focus ok with the code below.
However, Focus is not properly given to game in case when video Ad was Skipped with a Skip button…

Tom
- 6,725
- 24
- 95
- 159
1
vote
1 answer
Can we implement pre-roll video ads
Just required the information and your views.
Can we implement pre-roll video ads before streaming a live video in our created android apps like youtube. Does google provide such service.
As i checked in admod, here we can get 3 types of ads -…

Rana Pratap
- 55
- 1
- 9
1
vote
0 answers
Xamarin.Forms admob video ads
I use admob banner and intersitial ads. And I want to add video ads to the application. I have done a lot of research on the internet, but I have not reached the right result. If you know anything, I'm waiting for your help.
Thank you

Mike
- 11
- 1
1
vote
1 answer
Admob not giving videos options
I've implemented admob in my application, However when I visit the page I am getting adtype only text and images, no videos. How Can I get to include video ads in my application? or is it something you get rewarded after a period of time?

krikor Herlopian
- 731
- 1
- 10
- 23
1
vote
0 answers
Google IMA3 sdk , which is best video player to use android
I am new to work with Google IMA3 SDK for displaying video ads througt DFP, I just went through Quick start IMA android , it says I can use Google Media Framework (GMF) OR Android Videoview
Android Videoview
This is not customised to work with…

karthik kolanji
- 2,044
- 5
- 20
- 56
1
vote
1 answer
Serving pre-roll , mid - roll and post - roll ads using dfp without IMA sdk
I am trying to integrate advertising to non - standard platforms, for which IMA sdk is not supported. Assuming I am using VAST with google Double Click for Publishers, is it too much of work to write my own sdk / VAST parser to display the ads ? Is…

basum
- 319
- 1
- 3
- 18