檢視 InStream iOS Developer Guide 的原始碼
←
InStream iOS Developer Guide
跳至導覽
跳至搜尋
由於下列原因,您沒有權限進行編輯此頁面的動作:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
== 功能說明 == InStream Util是提供回傳VAST格式(Digital Video Ad Serving Template)URL的套件。可配合Google IMA SDK或其他支援VAST格式的Library展示InStream Video廣告。 == 系統需求 == * iOS 8.0或以上的版本 * Xcode 7或以上的版本 == 整合至應用程式 == # TADVastAdUtil.framework加入iOS Project中 # 確認TADVastAdUtil.framework有成功加入 #: [[檔案:vast1.png|900px]] == 開始使用 == :以Google IMA SDK為例 (IMA sample download link:https://developers.google.com/interactive-media-ads/docs/sdks/ios/download) :加入@import TADVastAdUtil; :在IMA SDK請求廣告的地方加入以下代碼,將TADVastURLCreator產生出來的URL帶入Google request AdTagUrl內 /******* TAMedia Begin 只產生VAST URL 其餘是由IMA完成 *******/ '''NSString *vastUrl = [TADVastURLCreator createTADVastURLWithOriginalUrl:<TAMedia提供的原始URL> testMode:<是否使用測試廣告>];''' NSLog(@"Vast URL:%@",vastUrl); /******* TAMedia End *******/ /******* 以下為Google IMA *******/ // Create an ad display container for ad rendering. IMAAdDisplayContainer *adDisplayContainer = [[IMAAdDisplayContainer alloc] initWithAdContainer:self.videoView companionSlots:nil]; // Create an ad request with our ad tag, display container, and optional user context. IMAAdsRequest *request = [[IMAAdsRequest alloc] initWithAdTagUrl:'''vastUrl''' adDisplayContainer:adDisplayContainer contentPlayhead:self.contentPlayhead userContext:nil]; [self.adsLoader requestAdsWithRequest:request]; == 下載 == {| class="wikitable" |- ! Version !! Package !! Size !! Notes |- |1.0.0 || xxx|| xxxkB || * 1.0.0版本 |- |Demo || xxx|| xxxkB || * 1.0.0版本Demo |} [[InStream_Developer_Guide|回InStream首頁]]
返回到「
InStream iOS Developer Guide
」。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
已展開
已摺疊
視圖
閱讀
檢視原始碼
檢視歷史
更多
已展開
已摺疊
搜尋
導覽
首頁
近期變更
隨機頁面
有關 MediaWiki 的說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊