【覆盤】對接廣告源不支持現有聚合平臺時,採用Google ad manager js tag請求

1、爲什麼要通過google ad manager js tag的方式接入advertiser

目前我們使用的是A平臺的聚合產品,對接的advertiser不能直接接入A平臺。那麼我們想用起來的話,可以通過Google ad manager作爲橋樑,把該advertiser與我們使用的聚合結合起來。

問題1:那爲什麼不直接接入該advertiser的sdk呢?

原因:目前我們使用的聚合平臺請求banner的填充率是90%,如果再接入該advertiser,他們只能撿尾量,根本沒有多少。

進一步補充:不撿尾量的話,我們想過同時去請求現在使用的聚合平臺和該advertiser的sdk,然後優先填充該advertiser的廣告。但是這樣該advertiser的ecpm不一定比現在的高,且填充率我們也還不知道,風險比較大。

結論:所以通過Google ad manager+該advertiser js tag+現在使用的聚合平臺,讓聚合平臺請求Google ad manager,google ad manager 再去請求該advertiser。理論上來說,我們發給Google ad manager多少請求,該advertiser也能收到多少請求。

請求邏輯:我們通過聚合平臺去請求Google ad manager,Google ad manager再去請求該advertiser,去問它們的價格,該advertiser是bidding的邏輯,勝出的價格再拿去和聚合平臺的整個瀑布流去比價。

2、Tag接入和sdk接入的差異

Sdk的展示率會比較高,因爲是由sdk來控制,不會因爲一些技術原因導致廣告沒有辦法正常展示,這塊可能對視頻的影響會大一些。

tag一般來說報表誤差會比其他對接方式稍大。

3、對接流程。

(1)去Google ad manager生成一個Passback script,也就是生成ad tags。目的是

如果該advertiser沒有填充的話,會返回給我們,我們可以去繼續請求其他demand來進行填充。

備註:生成ad tag的文檔:

https://support.google.com/admanager/answer/177207?hl=en

具體生成的步驟:

Generate an ad tag

Sign in to Google Ad Manager.

Click Inventory 

 Ad units.

Find the ad unit for which you want to create an ad tag and click on its name to see its details.

Select the Tags tab on the ad unit details page.

Select the type of tag you want to generate and click Continue. Options for each tag type may vary.

Make additional selections based on the tag type selected and click Continue.

From "Tag results", copy the generated tags and send them to your web developer.

Your web developer should include the generated tags in the source code for the web page on which you want serve ads.

(2)把ad tag給到該advertiser,他們會對應生成js tag

(3)js tag填到對應的creative下

4、完整的流程

(1)新建第三方合作商。位置:admin>companies 

(2)新建orders。需要命名、並且選擇剛纔創建的advertiser

(3)進入你建的orders裏去建line items。需要選擇廣告樣式。

主要的操作:命名、並添加尺寸、選擇開始和結束時間以及設置底價等等。

(4)新建creative

1、選擇剛纔建的advertiser

2、選擇:the third parties

3、進行命名

4、選擇尺寸

5、把對方給你的js tag填進去

此時:這個creative 的js tag就與剛纔新建的ad unit對應起來了

(5)把ad unit填寫到聚合平臺 Google ad manager即可

備註:需要關注下creative的狀態

文檔:https://support.google.com/admanager/answer/9317128

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章