如何判断用户是否通过 Google Adwords PPC 广告系列来到某个页面?
我有一个带有隐藏“来自 Adwords”字段的表单,如果用户来自 PPC 营销活动,则该字段将被标记为 true(通过 javascript),否则将保持 false。这样,当用户提交表单时,我们将在每个提交内容中存储有关该提交内容是否来自 AdWords 的信息,而用户完全不知道。
我怎样才能获取这些信息?我知道每当您单击页面的 PPC 链接时,Google 都会设置一个名为 Conversion 的 cookie,但 cookie 的内容只是随机的字母数字字符。 Analytics/Adwords API 中是否有某些内容可以让我对此进行测试?我是否必须在 PPC URL 上添加 ?ref=adwords 或其他内容才能进行测试?
I have a form with a hidden "Came from Adwords" field that will be marked true (via javascript) if the user came from a PPC campaign and will stay false if not. That way, when the user submits the form, we will have each submission stored with info about whether that submission came from adwords or not, all without the user knowing.
How can I fetch this info? I know that Google sets a cookie called Conversion whenever you click a PPC link to a page, but the cookie's content is just random alphanumeric characters. Is there something in the Analytics/Adwords API that will let me test for this? Do I have to resort to adding ?ref=adwords or something onto the PPC URLs so that I can test that way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
旧消息,但如果您启用了 AdWords 自动标记,请在网址上查找 glcid 参数。
Old news, but look for the glcid param on the URL if you've got AdWords autotagging enabled.