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
8
votes
1 answer

Difference between Google Interactive Media Ads(IMA) and Google AdMob

I read about Google IMA and Google AdMob and as per my understanding both are used to used to deliver Ads. The differences are that: 1) Google IMA is generally used when video Ads are required which I believe is not supported by AdMob. 2) AdMob…
Archit Sinha
  • 775
  • 1
  • 8
  • 33
5
votes
1 answer

Google Ima SDK, sound playing but no view

I'm trying to play ads on Android using the Google IMA sdk. I used the example app to come to my solution but for some reason I only get the audio of the ad and the overlay (ad length, read more button etc.). The video is not playing, or at least…
Nieck
  • 1,626
  • 3
  • 21
  • 41
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
1 answer

Class GAD_GTMStringEncoding is implemented in both and . One of the two will be used. Which one is undefined

I have an iOS project in Xcode. It contains a load of linked libraries including GoogleInteractiveMediaAds.framework as well as an internal player library that I believe is also linked against this framework. Both are also embedded binaries. The…
Gareth
  • 121
  • 1
  • 10
5
votes
0 answers

Google IMA VAST Tracking Macros

I am currently in the progress of writing a Google IMA-like implementation because IMA is not supported on various platforms I am working with. When IMA sends tracking events, it replaces certain macro's in URLs. See the [XXXXX] values in the url…
Matthijs
  • 3,162
  • 4
  • 25
  • 46
4
votes
0 answers

GoogleIMA: 1009 The VAST response document is empty

THE SITUATION: I am trying to display preroll ads videos on my app. I have two different adTagUrl. One works fine and the preroll ad is displayed. The other doesn't, and I get an empty VAST response instead. I thought there may be something wrong…
FrancescoMussi
  • 20,760
  • 39
  • 126
  • 178
4
votes
1 answer

VideoJS in reactJS with google IMA plugin

We're migrating to VideoJS in ReactJS project, everything seems to work fine except for google IMA plugin. Are there any resources on how to use google-ima plugin in React? https://www.npmjs.com/package/videojs-ima-player I'm getting 'Uncaught…
rctplcs
  • 341
  • 3
  • 14
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
3
votes
0 answers

ExoPlayer HLS stream AD insertion

I have HLS stream. When I trying insert VAST tag into stream : exoplayer not show AD with any errors and warnings in logcat exoplayer throwing exception, and after re-init with HlsMediaSource.Factory(..) works well How i build ExoPlayer…
3
votes
1 answer

Obscure issue, Google AdMob SDK, XCode 8.2 + Cocoapods integration

I have come across a really strange issue that has kept me busy for over a week which i believe to be a bug with the GoogleAdMob SDK, Xcode 8.2, cocoapods or a combination of those. I am posting it here, in hopes an engineer can confirm the bug and…
3
votes
0 answers

Class IMAActivityMonitor is implemented in both 'framework' and 'targetApp', One of the two will be used. Which one is undefined

I'm making a video player framework which uses GoogleAds-IMA-iOS-SDK to play ads. And have pod file like this target 'targetApp' do #do nothing about Google IMA end target 'myFramework' do pod 'GoogleAds-IMA-iOS-SDK' end I know the log won't…
Jerome Li
  • 1,492
  • 14
  • 20
3
votes
1 answer

How can I change the text "learn more" in video preroll

I m using google-ima SDK for iOS version 3.0.beta.4. I try to change the text "Learn more" which appear at the sdk's UIViewController. I'm looking for that for some time, and didn't find the answer. Does someone achieve it? Screenshot:
gran33
  • 12,421
  • 9
  • 48
  • 76
2
votes
0 answers

How to embed VAST with audio web player?

I'm building a web music player. I'm using a https://howlerjs.com as a player library. I need to embed Ads to the music player. I get a tag url like this https://pubads.g.doubleclick.net/gampad/ads?iu=...... I've been searching via Internet for 2…
Hikaru Shindo
  • 2,611
  • 8
  • 34
  • 59
2
votes
0 answers

Google IMA sdk - Maximum call stack size exceeded

THE SITUATION: In my Vue app I need to show ads using the Google IMA sdk. However it seems that the AdDisplayContainer it's stuck in an endless update loop. JSFIDDLE: I have recreated the issue on JsFiddle with a bare minimum example. You can check…
FrancescoMussi
  • 20,760
  • 39
  • 126
  • 178
2
votes
1 answer

How can I track VAST events with multiple pixels?

I have a linear preroll add like below. I'd like to track each event (like "start", "skip" etc.) with multiple pixels. Specifically: one for my purposes and one provided by the client. How do I accomplish that? I did try inserting multiple
Piotr Ma'niak
  • 698
  • 8
  • 17
1
2 3 4 5 6