广告商向我提供了 DFP 广告管理系统的代码作为显示广告素材的第三方代码,我如何跟踪此广告系列的点击次数
广告商向我提供了 DFP 发布代码的标准,作为显示其广告的第三方代码。我已经创建了一个订单项,并且广告素材正在显示区域中显示,我在这里想要的是点击该广告素材上的轨道。帮助我解决这些问题
示例代码是:
<script type='text/javascript' src='http://partner.googleadservices.com/gampad/google_service.js'>
</script>
<script type='text/javascript'>
GS_googleAddAdSenseService("ca-pub-xxxxxxxxxxxxxxxx");
GS_googleEnableAllServices();
</script>
<script type='text/javascript'>
GA_googleAddSlot("ca-pub-xxxxxxxxxxxxxxxx", "abc-728x90");
</script>
<script type='text/javascript'>
GA_googleFetchAds();
</script>
<!-- Express-728x90 -->
<script type='text/javascript'>
GA_googleFillSlot("abc-728x90");
</script>
The advertiser has given me the standard as publishing code by DFP as a third party code to display their ads. I have created a line item and the creative is showing in the display area, what I want here is to click tracks on this creative. Help me out with this guys
The sample code is :
<script type='text/javascript' src='http://partner.googleadservices.com/gampad/google_service.js'>
</script>
<script type='text/javascript'>
GS_googleAddAdSenseService("ca-pub-xxxxxxxxxxxxxxxx");
GS_googleEnableAllServices();
</script>
<script type='text/javascript'>
GA_googleAddSlot("ca-pub-xxxxxxxxxxxxxxxx", "abc-728x90");
</script>
<script type='text/javascript'>
GA_googleFetchAds();
</script>
<!-- Express-728x90 -->
<script type='text/javascript'>
GA_googleFillSlot("abc-728x90");
</script>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论