facebook twitter hatena line email

その他/広告/ima/android

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

git clone https://github.com/googleads/googleads-ima-android
  • SampleVideoPlayer・・シンプルなプレイヤー(VideoViewに完了イベントなどを追加したもの)
  • BasicExample・・imaを組み込んだプレイヤー
  • AdvancedExample

BasicExampleについて

build.gradle内のinteractivemediaがimaっぽい。

basturlはres/values/stringのad_tag_urlに以下の様に格納されている

https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dlinear&correlator=

↑はuaとかを見てるっぽくてchromeで見ると表示された。

AdvanceExampleについて

以下サンプルが格納されており、各サンプルのvastのurlはVideoMetadata.javaにある。

  • Pre-roll, linear not skippable
  • Pre-roll, linear, skippable
  • Post-roll
  • VMAP
  • VMAP Pods
  • Wrapper
  • AdSense
  • Custom

参考

公式組み込み方法:https://developers.google.com/interactive-media-ads/docs/sdks/android/