如何跟踪推文按钮点击?
我想通过 Google Analytics 跟踪推文按钮点击,但推文按钮是一个包含来自另一个域的内容的 iframe。是否有一些技巧可以为推文按钮点击添加回调?
I want to track tweet button clicks via Google Analytics, but tweet button is an iframe with content from another domain. Is there some tricks to add callbacks for tweet button click?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
或者..你可以简单地向你的div添加事件,然后等待这个div被点击,就像:
当然,如果你只需要点击,而不是回调。
Or.. u can simply add event to your div and wait when this div well be clicked, like a:
Sure, if you need only click, not callback.
怎么样:
What about:
尝试
使用 Google Analytics 跟踪社交按钮的点击
http://www.conversionworks.co.uk/blog/2013/05/16/tracking-clicks-on-social-buttons-with-google-analytics/
try this
Tracking clicks on social buttons with Google Analytics
http://www.conversionworks.co.uk/blog/2013/05/16/tracking-clicks-on-social-buttons-with-google-analytics/
一种想法是为 Twitter 按钮 href 生成 UTM 链接,然后添加回 iFrame 源页面作为 href 源。这将提供对 Google Analytics(分析)跟踪的点击/会话/用户数据的可见性
为此,请首先复制原始超链接并用作 使用 Google 链接生成器构建链接。生成后,返回 iframe 源页面并将新的 UTM 链接添加为 href 源。
One thought is to generate a UTM'd link for the Twitter button href, then add back into iFrame source page as the href source. This will provide visibility into the click/session/user data on your Google Analytics tracking
To do this, first copy the original hyperlink and use as the source for building the link using the Google link builder. Once generated, come back into the iframe source page and add the new UTM'd link as the href source.