我可以在谷歌分析中过滤掉我的流量吗?
我有一个运行 Google 分析的网站,我最终占据了该网站流量的很大一部分(例如每天 2 个点击中的 1 个)。 有什么方法可以设置它,以便我的浏览不会使数字偏差太大? 如果它不记录任何以我的 Google 帐户登录的访问,我会很高兴。
I have a site running Google analytics and I end up being a large fraction of the traffic to it (like 1 of the 2 hits per day). Is there any way I can set it so that my browsing doesn't skew the numbers so much? I'd be happy if it just didn't record anything for accesses that are logged in as my Google account.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
使用分析设置中的过滤器管理器
http://www.google.com/support/analytics/bin/answer.py?answer=55481&cbid=-1j8it19c4uzvt&src=cb&lev=answer
Use the Filter Manager in your analytics settings
http://www.google.com/support/analytics/bin/answer.py?answer=55481&cbid=-1j8it19c4uzvt&src=cb&lev=answer
您可以使用过滤器排除
的流量,也可以使用自定义过滤器。 如果您登录并使用自定义过滤器排除该营销活动代码,则可以编辑您的网站来设置营销活动代码。
如果您使用同一台机器,也可以尝试 ip 过滤器。
You can use filter to exclude
or you can use a custom filter. You can edit your site to set a campaign code if you login in and use the custom filter to exclude that campaign code.
You can also try out the ip filter if you use the same machine.
一种选择是使用广告拦截或javascript 禁用 扩展程序可防止加载 Google 分析。
One option would be to use an ad blocking or javascript disabling extension in your browser to prevent google analytics from being loaded.
一个巧妙的解决方案是简单地根据您计算机上设置的 cookie 停止将跟踪 JavaScript 发送到浏览器。 只需在页面中添加几行代码即可完成此操作。 看看 这篇文章以获得完整的解释。
A neat solution is to simply stop the tracking javascript from being sent to the browser based on a cookie set on your machine. This can be done by simply adding a few lines of code to your page. Take a look at this article for a full explaination.
如果您以网站用户身份登录,也许您不会将用于 Google Analytics 的 JavaScript 放入输出 HTML 中。 当您是管理员并且您不想根据您的活动弄乱结果时,这是一个典型的情况。
如果您能够接触运行您网站的代码,我认为这是最简单的方法。
如果情况并非如此,请提供更多详细信息。
If you login there logged in as a site user, maybe you basing on this you just do not put the JavaScript for Google Analytics in the output HTML. This is a typical case when you are an administrator and you do not want to mess the results basing on your activities.
If you are able to touch the code that runs your site I think this is the simplest way to go.
If it is not the case, please provide some more details.