简体   繁体   English

Google Analytics(分析)-GA在删除Cookie后如何跟踪用户?

[英]Google Analytics - how GA tracks users after removal of Cookies?

If the Google Analytics cookies are removed from the web browser, how GA tracks that if it was the same computer from where a site having GA.js code was accessed? 如果从网络浏览器中删除了Google Analytics(分析)Cookie,如果GA是访问具有GA.js代码的网站的同一台计算机,那么GA如何跟踪呢?

for instance, www.stackoverflow.com has GA.js code to track it's visitors. 例如,www.stackoverflow.com具有GA.js代码来跟踪其访问者。 A user opened it in his/her browser and GA starts tracking the traffic, but the next hour all of the browser cookies are removed. 用户在他/她的浏览器中打开它,GA开始跟踪流量,但是第二个小时所有浏览器cookie都将被删除。 NOW, how GA will track the same user accessed this site before? 现在,GA如何跟踪之前访问过该网站的同一用户?

*This cookie is typically written to the browser upon the first visit to your site from that web browser. *此Cookie通常在首次从该Web浏览器访问您的网站时写入浏览器。 If the cookie has been deleted by the browser operator, and the browser subsequently visits your site, a new __utma cookie is written with a different unique ID. 如果该cookie已被浏览器操作员删除,并且浏览器随后访问了您的站点,则将使用不同的唯一ID写入新的__utma cookie。 This cookie is used to determine unique visitors to your site and it is updated with each page view. 该cookie用于确定您网站的唯一访问者,并随每个页面视图进行更新。 Additionally, this cookie is provided with a unique ID that Google Analytics uses to ensure both the validity and accessibility of the cookie as an extra security measure.* - Google: http://code.google.com/apis/analytics/docs/concepts/gaConceptsCookies.html 此外,此cookie带有唯一的ID,Google Analytics(分析)使用该ID来确保cookie的有效性和可访问性,作为一种额外的安全措施。*-Google: http//code.google.com/apis/analytics/docs/概念/gaConceptsCookies.html

So it doesn't track them as the same user. 因此,它不会以同一用户的身份跟踪他们。

If you're very interested, I recommend their "Conversion University" videos: http://www.google.com/support/conversionuniversity/bin/request.py?hl=en&contact_type=indexSplash&rd=1 如果您非常感兴趣,我推荐他们的“转化大学”视频: http : //www.google.com/support/conversionuniversity/bin/request.py?hl= zh-CN& contact_type= indexSplash& rd=1

If you really wanted, you could cross reference an ip number with a browser fingerprint, and have a pretty good lock on a browser / location combination as a result. 如果确实需要,您可以交叉引用具有浏览器指纹的IP地址,从而很好地锁定浏览器/位置的组合。 However, there are two reasons most people won't bother: 但是,大多数人不会打扰有两个原因:

  1. It's a big pain in the bum 流浪汉非常痛苦
  2. It doesn't give users the option of not being tracked, which they might not like, and it might not even be legal, depending on privacy laws which constantly change with technology. 它不会让用户选择不被跟踪,这可能是他们不喜欢的,甚至可能是不合法的,具体取决于随着技术而不断变化的隐私法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM