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
1
vote
0 answers

Skip Button doesn't work for google pre roll on iOS

On iOS app with GoogleInteractiveMediaAds integrated "Skip Ad" button doesn't work. Meanwhile manual call adsManager.skip() works perfectly. The button itself reacts to the tuches because it changes bounds and seems highlighted. Unfortunately, I…
1
vote
0 answers

GoogleInteractiveMediaAds issue when app came from background to foreground mode after Learn More option in ad was getting selected

I am using latest GoogleInteractiveMediaAds V3.11.1 in my app. After ad was getting loaded, I selected learn more option and moved the app to background and reopened the app once in the foreground at that time the below issue happens and my app…
Madhavan
  • 647
  • 4
  • 16
1
vote
2 answers

IMAAdsLoader Erroring in Swift but not Objective C

I am using the GoolgeInteractiveMediaAds framework in tvOS. At the very beginning of the process I am getting an error from the delegate that says: Error loading ads: nil. I have also loaded the sample Google project, written in Objective C, which…
C6Silver
  • 3,127
  • 2
  • 21
  • 49
1
vote
1 answer

How to remove ad countdown timer in google-ima SDK?

I'm using video.js and videojs-ima plugin in order to create ad pre-rolls on videos, however; Google's Ads SDK creates an ad countdown timer through the videoAdUi and it appends it through a iframe which means I cannot affect or change the styles…
Kasador
  • 405
  • 7
  • 18
1
vote
0 answers

How to tell if an ad is completed with Videojs and Google IMA?

Currently working on a project using video.js and Google IMA to load prerolls (ads) to my videos. However, the problem is, is that the main video plays when ad is paused, and if the ad is resumed playing, then the main video is paused. However, if…
Kasador
  • 405
  • 7
  • 18
1
vote
1 answer

Trigger Additional Ads on IMA SDK for HTML5

I have successfully implemented IMA SDK for HTML5 and my pre-roll plays successfully. As a user navigates the content videos on my page, the source is changed without a page refresh, thus I need to manually tell IMA to fire another ad. The question…
Gene Ellis
  • 313
  • 1
  • 4
  • 11
1
vote
2 answers

Google IMA-SDK and UITableViewCell in iOS

I am using the Google IMA SDK in the table view. The video ad will display within the video cell as expected. But the scroll won't work in video cell while the ad is playing. Are there any ways to resolve this issue?
mottu
  • 135
  • 1
  • 8
1
vote
1 answer

VideoJS-IMA Plugin - Play PostRoll Ad after 2 or more Videos

Is there a way in videojs-ima plugin to play post-roll ad after 2 or more videos? By default, it plays the pre-roll ad before first video and plays the post-roll ad after first video ends. I want to play sequence of videos and want ads to play…
Haris ur Rehman
  • 2,593
  • 30
  • 41
1
vote
1 answer

How to implement Google IMA into videojs?

I am struggling implementing and generating my adTagUrl into my demo example. var options = { id: 'content_video', //adTagUrl: 'http://pubads.g.doubleclick.net/gampad/ads?sz=640x480&' + // …
Chris Palmer Breuer
  • 680
  • 1
  • 10
  • 24
1
vote
1 answer

Google IMA iOS SDK `IMAAdsLoader -requestAdsWithRequest:` doesn't work on the 2nd time

I am using GoogleAds-IMA-iOS-SDK (3.3.1) via Cocoapods to show video ads, Xcode 8.0. This is how I set up the adsLoader. Note I have enableDebugMode = true. This adsLoader is stored in VKSharedAdManager.adsLoader for reuse. IMASettings *settings =…
Hlung
  • 13,850
  • 6
  • 71
  • 90
1
vote
0 answers

Confusion about google ima tags (resolution)

There is so many places where you can specify the width & height of the a google ima ad tag: 1-https://pubads.g.doubleclick.net/gampad/ads?sz=640x480& (sz: inside the tag parameter) 2-new google.ima.AdDisplayContainer(div_id) div_id has a fixed…
1
vote
1 answer

google ima sdk ad loader fails with sdk timeout

I have integated Google IMA sdk to my project using cocoapods (pod 'GoogleAds-IMA-iOS-SDK', '~> 3.2.1'). I have a separate class called VideoPresenter to interact with the sdk. This presenter is a property of a collectionview cell called VideoCell…
unosahj
  • 99
  • 5
1
vote
0 answers

iOS 10 IMA V3.0 Jams Sometimes on Main Thread

Using iOS 10 and Google IMA release from 5/9/2016, we are seeing it jamming the main thread sometimes, not the 1-2 secs it claims to take. The line that is doing this is:   adsLoader = IMAAdsLoader(settings: nil) it locks up the main thread and we…
ort11
  • 3,359
  • 4
  • 36
  • 69
1
vote
2 answers

Where can I find more info on DFP tags and parameters

This page : https://support.google.com/dfp_sb/answer/1068325?hl=en does not cover all available optional and required parameters. More specifically I want to know what the following are used for : ged eid sdr
Fabii
  • 3,820
  • 14
  • 51
  • 92
1
vote
1 answer

Google Interactive Media Ads for tvOS

I am using Google Interactive Media Ads in my iOS application. It's working good and now I want to use them in my tvOS application. When I add the code for the Google Interactive Media Ads I am getting these issues: Terminating app due to uncaught…
Ali Raza
  • 1,183
  • 1
  • 10
  • 15