<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Leaf Duo &#187; tips</title>
	<atom:link href="http://blog.leafduo.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leafduo.com</link>
	<description>All About My Life and Information Technology</description>
	<lastBuildDate>Sat, 06 Aug 2011 07:34:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>用 Google Analytics 时排除内部点击量的小技巧</title>
		<link>http://blog.leafduo.com/23/google-analytics-no-report-tip/</link>
		<comments>http://blog.leafduo.com/23/google-analytics-no-report-tip/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 07:07:23 +0000</pubDate>
		<dc:creator>Leaf Duo</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://leafduo.com/blog/23/google-analytics-no-report-tip</guid>
		<description><![CDATA[使用 Google Analytics 的时候，大家都要排除内部点击对结果产生的影响，在这里 Google 给出了官方方法。 由于我们都是动态 IP （IP 贵啊，买不起啊……），所以要用添加 Cookie 的办法，不过在加 Cookie 的时候给出的方法比较麻烦，还得写一页 HTML 。 下面是我的方法： 打开你使用 Google Analytics 的站点。 在浏览器的地址栏输入 "javascript:__utmSetVar('no_report')" （不含双引号），然后回车。 这样就添加好了。 比官方方法要简单些吧？]]></description>
			<content:encoded><![CDATA[<p>使用 Google Analytics 的时候，大家都要排除内部点击对结果产生的影响，在<a href="https://www.google.com/support/googleanalytics/bin/answer.py?answer=55481&#038;hl=zh_CN">这里</a> Google 给出了官方方法。<br />
由于我们都是动态 IP （IP 贵啊，买不起啊……），所以要用添加 Cookie 的办法，不过在加 Cookie 的时候给出的方法比较麻烦，还得写一页 HTML 。<br />
下面是我的方法：</p>
<ol>
<li>
打开你使用 Google Analytics 的站点。
</li>
<li>
在浏览器的地址栏输入 "javascript:__utmSetVar('no_report')" （不含双引号），然后回车。
</li>
<li>
这样就添加好了。
</li>
</ol>
<p>比官方方法要简单些吧？</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leafduo.com/23/google-analytics-no-report-tip/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

