【覆盘】对接广告源不支持现有聚合平台时,采用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

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