问题描述
我正在研究使用,但我想知道它是如何影响谷歌分析。谷歌分析是页面底部的代码片段。我会想象深层链接仍然看起来像在初始页面上的活动,而不是新的页面。
I am looking into using http://www.asual.com/jquery/address/ , but I am wondering how it effects google analytics. Google analytics is a snippet of code at the bottom of pages. I would imagine deep linking would still look like activity on the initial page, not new pages.
推荐答案
从我能看到它将看起来像谷歌分析导航到一个新的页面。
From what I can see it will look to google analytics like navigating to a new page.
只要打开例如并检查FF所做的请求(例如使用 Live HTTP Headers ),你会看到,谷歌分析引发了你切换到每个标签的请求。
Just open e.g. http://www.asual.com/jquery/address/samples/tabs/ and check the requests FF makes (e.g. with Live HTTP Headers) and you will see that the google analytics fires a request for every tab you switch to.
这篇关于jQuery的深层链接 - 它如何影响分析?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!