Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我有一个网站,它有许多附属链接,我想衡量哪些表现最好。我可以在侧边栏和每篇文章的末尾使用相同的链接,我想知道哪个是最好的,侧边栏一个,还是文章后面的那个。
我怎样才能做到这一点?谢谢。
在每个链接中,尝试添加onclick带有 Google Analytics 事件跟踪的 JS 片段,或者类似的自行创建的代码或您使用的其他分析套件的代码。我做了类似的事情,通过在onclick
onclick
_gaq.push(['_trackPageview', '/<?=$idnumber?>/download']);