Questions tagged [google-ima]

The Google Interactive Media Ads (IMA) SDK enables publishers to display linear, non-linear, and companion ads in interactive media content such as videos and games.

The Google Interactive Media Ads (IMA) SDK enables publishers to display linear, non-linear, and companion ads in interactive media content such as videos and games.

Publishers can use the IMA SDK to request and display ads served by DoubleClick for Publishers (DFP), the Google AdSense network, or any VAST-compliant ad server. Common scenarios for using the IMA SDK include displaying pre-rolls or overlays in video content.

The IMA SDKs expose a set of APIs that allow developers to make ad requests to the DFP or AdSense networks, interpret the ad response, and report metrics back to the ad server.

The IMA SDK Developer Guides explain how to use this SDK to display interactive media ads within video content players. Common scenarios for using the IMA SDK include displaying pre-rolls and overlays in video content. Depending on which SDK you are using (IMA Flash SDK, IMA HTML5 SDK, IMA iOS SDK, IMA Android SDK), a basic understanding of one of the following is assumed:

  • ActionScript 3
  • JavaScript
  • Objective-C
  • Java

Reference: https://developers.google.com/interactive-media-ads/

77 questions
0
votes
0 answers

How to add a skip-ad button to exoplayer with IMA extention using react-native-video

Update: After much research I've asked this question instead. It gets to the core of the problem. Google IMA webview is not showing when used inside react native on android We are using react-native-video to use the exoplayer on android to show…
Tom Bevelander
  • 1,686
  • 1
  • 22
  • 31
0
votes
1 answer

JS VPAID - Is there a "standard" way that VPAID ads are rendered in the DOM by JS Video Players?

I've seen two ways in which VPAID Ads (not VPAID used for tracking) are rendered into the DOM by the Video Player. 1) The layering of elements in the DOM in the first example is something like the following (simplified for brevity):
sslnyc
  • 11
  • 2
0
votes
1 answer

IMA SDK HTML5 Video player controls not showing

We are running sample IMA HTML5 example but player is not getting controls even controls property has been set. Below is the link of sample - http://adunits.popmunch.com/neema/googleads_ima_html5_samples/simple/index.html Please advice.
RockStar
  • 1,304
  • 2
  • 13
  • 35
0
votes
1 answer

How to get AdTags for Google IMA SDK android

I have created a mobile application, I want to show Google IMA ads in my app with my Exoplayer. We have created a sample application to show IMA ads in Exoplayer using sample tags provided by this url :…
Sanoj
  • 1
  • 3
0
votes
1 answer

Google IMA HTML5 SDK:Get/set the ad duration

I'm working on VideoJS and I'm using Google IMA HTML5 SDK API to display video ads I need to get the duration of the ad and then need to updated the value. Any sample code to get the duration and is it possible to update the duration of the ad tag…
Zyesh Femina
  • 98
  • 1
  • 12
0
votes
0 answers

Message sent to deallocated instance in swift

I'm getting an error that causes the app to crash. My application having list of the videos(My application screen divided in two part, one for player and second for videos list). I am using AVPlayerViewController for play the video. If user clicks…
0
votes
1 answer

Google ima3 Vast Ad is not working

I have implemented following: https://eas8.emediate.eu/eas?cu=20056;ty=video;pageviewid=_ Suddenly its stop working and returning 303 error. I am unable to identify the issue. It is not working in following test environment…
Amna
  • 603
  • 7
  • 30
0
votes
1 answer

How to get current ad playhead time in google IMA for HTML5

Is there a way of retrieving current ad playhead time in google IMA for HTML5? I couldn't find it in the documentation, perhaps my eyes missed something there. https://developers.google.com/interactive-media-ads/docs/sdks/html5/v3/apis
O.O
  • 7,179
  • 1
  • 34
  • 32
0
votes
1 answer

Internet Explorer CORS Issue - Google IMA HTML5 SDK

I'm working on a project which involves showing Google IMA HTML5 SDK - driven video advertisements. Everything works with no exceptions except when it comes to Internet Explorer 11 (latest 'Edge' release working fine). In IE11, the video…
0
votes
1 answer

Video.js + google IMA on mobile devices: 'tap' event causing errors

I'm trying to implement displaying video ads using video.js and google's IMA plugin [videojs-ima][1] In the example code there is following part: // Initialize the ad container when the video player is clicked, but only the // first time it's…
Gacek
  • 10,184
  • 9
  • 54
  • 87
0
votes
1 answer

Videojs-ima plugin with requirejs not including plugins on load

I followed the example at How can I use a videojs plugin when I also use RequireJS and I have this prepared: requirejs.config({ urlArgs: "bust=" + (new Date()).getTime(), baseUrl: framework + '/', //Framework paths paths: { 'framework':…
adriandro
  • 1
  • 3
0
votes
1 answer

google ima script not loading in Cordova application

I am working on android application wrapped w/ Cordova. The application uses google ima to display ads : Google IMA When I try to reference any functions e.g : adDisplayContainer = new…
Fabii
  • 3,820
  • 14
  • 51
  • 92
0
votes
1 answer

Inserting ads in HTML5 game

I want to insert ads in an HTML5 game using Google IMA SDK and DFP like here. I managed to display video ad following the guide (even though it's for video content) and looking at how it's done in the game mentioned earlier. But I'm using sample ad…
graszka22
  • 11
  • 1
  • 2
0
votes
0 answers

Google IMA flash SDK issues

Would someone please help me run the sample files? I cannot understand Google Guide (no experience with ActionScript as I am a Java developer) but want to run some vpaid tags using this SDK. I have installed Adobe Flash CC 2014. Also have integrated…
Mark
  • 833
  • 1
  • 9
  • 27
0
votes
1 answer

HTML 5 Issues on iPhone with Google IMA SDK - Skippable Event

I am getting the following error: AdError 1005: The provided ad type: skippablevideo is not supported. Is it a known limitation on iPhone devices? Because on iPad everything works properly.
ElizaS
  • 850
  • 1
  • 9
  • 22