关于在 Google Analytics 上设置包含/排除过滤器的 cookie 的问题
我想为我网站的所有成员设置一个名为“gatracking”的 cookie,并在 GA 中设置一个排除过滤器,将拥有“gatracking”cookie 的任何人排除在主页流量之外。如果另一个网站恰巧使用同名的 cookie,GA 排除过滤器将如何处理?过滤器是否只考虑在其跟踪的特定域上设置的 Cookie,还是仅在我保存的 Cookie 中查找名为“gatracking”的任何 Cookie?
如果在 app.mydomain.com 上设置“gatracking”cookie,是否可以将其设置为包含 www.mydomain.com?
I want to set a cookie with the name "gatracking" for all members of my site and set up an exclude filter in GA that excludes anyone who has the "gatracking" cookie from traffic on the homepage. If another site is coincidentally using a cookie with the same name, how would the GA exclude filter treat that? Will the filter only consider cookies set on the specific domain it is tracking, or just look for any cookie with the name "gatracking" in my saved cookies?
If the "gatracking" cookie is being set on app.mydomain.com, can it be set to include www.mydomain.com?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谷歌有更多关于跨域跟踪的详细信息。包括跨子域。看看他们的文档。这可能会有帮助。
http://code.google.com/apis/analytics/docs/tracking /gaTrackingSite.html
Google has more details on cross domain tracking. Including cross subdomain. Take a look at their docs. It could be helpful.
http://code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html