Questions tagged [imasdk]

39 questions
1
vote
2 answers

iOS IMA SDK - Video not resuming after closing the In-app browser (After clicking Learn More)

I am using IMA SDK to play VAST ads. The ad video plays perfect but when I click on 'Learn More' button in the video ad, which opens in-app browser. After click on 'Done' in that window, the video ad is not resuming. Should i add something here to…
Himabindu
  • 85
  • 1
  • 8
1
vote
2 answers

Save and restore ad progress in Exoplayer IMA extension

I'm trying to load a VAST ad using Exoplayer IMA extension (using tutorials 1, 2). I want to keep ad and content progress, so if app goes background or screen rotates, user continues from the point he/she was watching. You can see my code here and…
Alireza Farahani
  • 2,238
  • 3
  • 30
  • 54
1
vote
0 answers

IMA SDK Issue on Android

I added IMA SDK to my project for playing VAST ads. I found a strange problem - after 10-15 minutes of session onAdError(AdErrorEvent adErrorEvent) and onAdEvent(AdEvent adEvent) are not called. So if I run my app and select a video file from the…
Anton
  • 907
  • 1
  • 10
  • 31
1
vote
1 answer

HTML IMA SDK - Custom click through

Requirement: Show the Visit Website link for the VAST clickThrough. By default in we desktop, whole ima3 container is clickable and redirecting to clickThrough url. Is there anyway to show the clickThrough url like youtube? Note I have tried with…
user1099939
  • 146
  • 1
  • 6
0
votes
0 answers

Proxy server to fetch Ads response from IMA

I have a use case to measure if IMA sdk is making calls to its VAST ad server or not. For that I am planning to setup and intermediate server and provide ads response via this server. Is this possible with IMA? Will this have any impact on ads fill…
Sravan
  • 371
  • 1
  • 8
0
votes
0 answers

Android VideoSupportFragment with IMA sdk ads not showing skip button

I am using the below code in fragement which extend VideoSupportFragment adsLoader = ImaAdsLoader.Builder(requireContext()) .setAdEventListener(AdsEventListener()) .build() val dataSourceFactory: DataSource.Factory =…
0
votes
0 answers

Check if ad completed ima sdk exo player

basically im trying to implement ima ads in exoplayer and then take the native view to flutter via method channel but im facing a problem and that's i want to track the status of ad completion so as soon an ad is completed i want to print ad…
0
votes
1 answer

How to resolve "AdMob APPLICATION_ID not present in the manifest" error without creating an AdMob account?

I am currently using the com.google.android.gms:play-services-ads library in my Android application. However, the application does not display any AdMob ads; it simply uses this library to retrieve the Google Advertising ID from ads delivered…
Mikhail
  • 133
  • 2
  • 9
0
votes
0 answers

Google IMA SDK Overlay Ad for Android

I'm trying to integrate overlay ad using Google IMA SDK . I'm not able to find proper resource or anything related to it, can someone please help me out? I've already integrated, Pre-roll ad using the same
0
votes
0 answers

IMA SDK black screen before load ads in Android

I am using IMA SDK in android after ad request it is showing a black screen for a few seconds then load ads immediately. After debugging the code and inspecting element I found after requesting ads the ima SDK loads a surface view over a player with…
Benjamin
  • 2,257
  • 1
  • 15
  • 24
0
votes
1 answer

android exoplayer with ima extension can't automatically show ad's countdown inside react native

I have made video player using android exoplayer, to show ads on video i use ima extension. But i face a problem, the ad cannot automatically show ad's countdown. To make video player show ad's countdown, i must play video, and rotate the…
robbywh
  • 313
  • 5
  • 20
0
votes
1 answer

Make an if for an event

i 'm trying to make an IF. If an ads event happens i have to do something but i dont know how to capture that event. this is the code: events: player.ima.getAdsManager().addEventListener('loaded',…
Phil
  • 899
  • 1
  • 10
  • 20
0
votes
1 answer

Pause an ad with IMASDK, android?

In my app, I am using exoplayer with IMA extension. The integration works perfectly fine. I want to pause the add on user action basically displaying a play/pause button while the ad is displayed or playing. I have integrated the UI design for the…
WISHY
  • 11,067
  • 25
  • 105
  • 197
0
votes
1 answer

Adsense for games IMA SDK HTML5 Playback Error

Error: Failed to initialize ad playback element before starting ad playback. We can not get an ad to show for us. It used to work just fine, and then all of a sudden this error is now being thrown. We haven't changed the code since it worked for…
tmarois
  • 2,424
  • 2
  • 31
  • 43
0
votes
1 answer

Can i use Id in DAI IMA SDK instead of video Url and adTag Url in android

DAI IMA SDK in android uses adTag Url instead of ID as fetched from sample apps provided by google from "https://support.google.com/dfp_premium/answer/7298842?hl=en". "https://github.com/googleads/googleads-ima-android/releases/tag/3.6" While in iOS…
Manoj Patidar
  • 302
  • 3
  • 17