facebook twitter hatena line email

「その他/広告/ima/android」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(BasicExampleについて)
(BasicExampleについて)
行11: 行11:
 
==BasicExampleについて==
 
==BasicExampleについて==
 
build.gradle内のinteractivemediaがimaっぽい。
 
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=
  
 
==参考==
 
==参考==
 
公式組み込み方法:https://developers.google.com/interactive-media-ads/docs/sdks/android/
 
公式組み込み方法:https://developers.google.com/interactive-media-ads/docs/sdks/android/

2018年10月19日 (金) 18:57時点における版

動画プレイヤーのライブラリ

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=

参考

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