如何实施来自Sizmek的第三方展示跟踪网址? [英] How to implement third-party impressions tracking URL from Sizmek?

查看:383
本文介绍了如何实施来自Sizmek的第三方展示跟踪网址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到了2个用于展开式横幅广告的第三方跟踪链接。其中一个用于点击跟踪,另一个用于Imps跟踪。我从来没有被要求实施这两个,因为我们使用的平台(OAS)追踪Imps和Clicks。没有可以插入Imps跟踪链接的字段,并且从我的理解中,我需要创建其他代码来支持第三方Imp跟踪。我研究过互联网,但在这个问题上找不到任何有用的信息,除了其他人正在为同样的问题而苦苦挣扎。以下是我提供的imps跟踪网址:



//要跟踪展示次数,请使用以下网址:
http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=16649639&PluID=0&ord= [时间戳]&安培; RTU = -1

请让我知道是否有人能够成功实施第三方跟踪隐式链接,以及如何构建支持代码。



谢谢!

解决方案

解决方案非常简单。我所要做的只是在广告素材代码的末尾添加以下html代码:

 < img src =http: //bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=16649639&PluID=0&ord=12345&rtu=-1border =0 width =1height =1/> 

这会创建一个像素图片,当横幅加载并允许第三方跟踪链接时显示他们提供了。

I've received 2 third-party tracking links for an Expanding banner ad. One of them is for Click Tracking and another is for Imps tracking. I've never been requested to implement both, as the platform that we use (OAS) tracks Imps and Clicks. There is no field to insert Imps tracking link, and from my understanding I would need to create additional code to support third-party imps tracking. I've researched internet but can't find any useful information on this issue, aside that other people are struggling with the same problem. Here is the imps tracking URL I was provided:

//To track Impressions use the following URL: http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=16649639&PluID=0&ord=[timestamp]&rtu=-1

Please let me know if somebody was able to successfully implement the third-party tracking imps link, and what it takes to build the supporting code.

Thanks!

解决方案

The solution was simple. All I had to do was to add following html at the end of the creative tag:

<img src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=16649639&PluID=0&ord=12345&rtu=-1" border="0" width="1" height="1" />

This creates a pixel image that shows up when banner loads and allows third-party track impression with the link they've provided.

这篇关于如何实施来自Sizmek的第三方展示跟踪网址?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆