Questions tagged [imasdk]
39 questions
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
0 answers
Closed captioning not working in DAI
Closed caption is not working/displaying in DAI sample which i get from here
Where as same assets key working fine and showing closed caption for platforms (i.e. AppleTV and Roku). I have used latest version (3.8)

Manoj Patidar
- 302
- 3
- 17
4
votes
1 answer
Google IMA SDK Overlay & Fullslot Ad Reference for JavaScript
I'm already using the Google IMA HTML5 SDK API for displaying a fullslot ad in our self-made player.
Now, I'm trying to add an overlay ad within the same API, but I can't find the documentation for that. In the FAQ is a link to a technical quick…

Simon Ferndriger
- 4,455
- 6
- 28
- 53
3
votes
0 answers
Interactive Media Ads SDK for Flutter
I am working on a Flutter application and I want to implement Google Interactive Media Ads SDK to Flutter. How do I implement IMA SDK in Flutter?

Manan Pandya
- 31
- 2
3
votes
0 answers
How to play ad before video through chromecast using IMA sdk?
i am developing a streaming app in which i have implemented chromecast functionality.Everything is working fine but the only issue is when a content video have pre roll ad then either ad is skipped and content video is played if we connected with…

user7629803
- 87
- 5
3
votes
1 answer
How to start IMA HTML5 SDK ads muted?
What I'm trying to do is to make the autoplay video on ios 10 using HTML5 and I did that using:
2
votes
0 answers
Android IMA SDK onAdEvent bug
I am working to implement DAI ads in my app using IMA SDK. The problem is that not always i receive onAdEvent() events about: AD_BREAK_STARTED, AD_PERIOD_STARTED, AD_BREAK_ENDED, AD_PERIOD_ENDED
Just for the first 4-5 series of DAI ads. After that i…

BejanCorneliu
- 65
- 3
- 13
2
votes
0 answers
Events are not triggered and UI is not displaying for IMA SDK Android
I am implementing pre roll ads with the help of IMA SDK and using Media Player on Surface / Texture View.
Have been closely following the implementation google samples IMA ANDROID
The initialisation code is as follows
fun requestAds(){
…

WISHY
- 11,067
- 25
- 105
- 197
2
votes
0 answers
Android IMA SDK Preloading - UI is not rendering & Events are not getting fired
I am trying to implement preroll ads with IMA SDK for Android with MediaPlayer implemented with SurfaceView/TextureView & MediaPlayer of Android. I have followed Advanced Example given on git link
I have connected my video player with AdsManager as…

Anuja Kothekar
- 2,537
- 2
- 15
- 28
2
votes
0 answers
Chromecast CAF and IMA SDK not works togeather
The latest Google Chromecast API has native ads functionality it supports VAST and VMAP formats, but we have found that if XML manifest file has type="aplication *" so the ads not work, chomecast ads functionality ignore this. Google cast issue Any…

stress_tn
- 174
- 3
- 12
2
votes
1 answer
Android IMA SDK "Learn More" custom click listener
Upon tapping on "Learn More" text-link when a Video-Ad is played in the Android App, a default "Open With" dialog appears before the appropriate ClickThroughUrl is retrieved in the AdEvent.AdEventListener.onAdEvent(AdEvent adEvent) method and passed…

AndroidRocks
- 292
- 4
- 16
2
votes
2 answers
How to trigger HTML5 IMA SDK Click event manually?
I am using HTML5 IMA SDK, I would like to programmatically trigger the click event of the sdk or if that's not possible, I would like to extract the clickthrough URL. The clickTrackingElement that I am providing is an anchor tag. The end result that…

Muhammad Mamoor Khan
- 492
- 1
- 8
- 29
1
vote
1 answer
ExoPlayer not loading Ads from external VAST url
I am trying to load VAST URL in ExoPlayer.
I get success while trying this url pubads
But I am trying with my own VAST URL , It is not working
url
Error Showing: howing No 'Access-Control-Allow-Origin' header is present on the requested…

Saneesh
- 1,796
- 16
- 23
1
vote
0 answers
How to get companion ads' height and width using exoplayer Ima extension?
I want to get height and width of companion ads but every time app crashes. adEvent.getAd() returning ad but it crashes when I start null checking adEvent.getAd().getCompanionAds()
private class AdEventListener implements AdEvent.AdEventListener {
…

ltsadevs
- 11
- 2