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

Google ima3.js via require.js

how can I include Google library ima3.js to my module using require.js? I'm trying like this, but unsuccesfully: define(['uiBase', 'base', 'const', 'https://s0.2mdn.net/instream/html5/ima3.js'], function (UIBase, Base, Const, AdSDK) { function Ad…
Simcha
  • 3,300
  • 7
  • 29
  • 42
-1
votes
1 answer

Getting error while installing GoogleAds-IMA-iOS-SDK (~> 3.14.5)

Iam getting this error while installing pods from the terminal. It seems like version 3.14.5 is not ready for user With version 3.14.4 its working fine. I have tried pod repo update, pod update all the things Is 3.14.5 is the beta version? [!]…
1 2 3 4 5
6