广告商向我提供了 DFP 广告管理系统的代码作为显示广告素材的第三方代码,我如何跟踪此广告系列的点击次数

发布于 2024-10-30 21:27:17 字数 705 浏览 1 评论 0原文

广告商向我提供了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文