<?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>Louis Han Life Log &#187; tracking tools</title>
	<atom:link href="http://louishan.com/articles/tag/tracking-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://louishan.com</link>
	<description>Life will find its way out!</description>
	<lastBuildDate>Thu, 09 Feb 2012 00:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使用Google Analytics查看访客IP地址和统计数据[译文120]</title>
		<link>http://louishan.com/articles/view-websites-visitors-with-google-analytics.html</link>
		<comments>http://louishan.com/articles/view-websites-visitors-with-google-analytics.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:15:00 +0000</pubDate>
		<dc:creator>Louis Han</dc:creator>
				<category><![CDATA[软件网络]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[tracking tools]]></category>
		<category><![CDATA[流量统计]]></category>
		<category><![CDATA[网站监控]]></category>
		<category><![CDATA[网站追踪]]></category>
		<category><![CDATA[访客统计]]></category>

		<guid isPermaLink="false">http://louishan.com/articles/view-websites-visitors-with-google-analytics.html</guid>
		<description><![CDATA[对于我们的网络行为是否被跟踪，毫无疑问答案是肯定的。而且甚至不是一个组织保存有这些记录：你的 ISP、网站所有者、广告商和国家安全局（NSA）都知道你在昨天 22:12 切换到隐私浏览模式的原因。如果这些冷酷的家伙们在做这样的事情，为什么你不能呢？下面向你们介绍如何"知道"你网站访客的 IP 地址。



<span class="readmore"><a href="http://louishan.com/articles/view-websites-visitors-with-google-analytics.html" title="使用Google Analytics查看访客IP地址和统计数据[译文120]">阅读全文——共1393字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3436/3989590899_911cc2d4b6_o.png" style="MARGIN: 0px 10px 0px 0px; WIDTH: 120px; DISPLAY: inline; FLOAT: left; HEIGHT: 74px" height="74" width="120" alt="Analytics" border="0"/> 对于我们的网络行为是否被跟踪，毫无疑问答案是肯定的。而且甚至不是一个组织保存有这些记录：你的 ISP、网站所有者、广告商和国家安全局（NSA）都知道你在昨天 22:12 切换到隐私浏览模式的原因。如果这些冷酷的家伙们在做这样的事情，为什么你不能呢？下面向你们介绍如何"知道"你网站访客的 IP 地址。</p>
<p style="TEXT-ALIGN: center"><img src="http://farm3.static.flickr.com/2625/3990345538_c600d3f81e_o.png" style="WIDTH: 500px; DISPLAY: inline; HEIGHT: 297px" height="297" width="500" alt="google analytics visitor ip" border="0" class="aligncenter"/></p>
<p>首先你需要在 <a href="http://analytics.google.com/">Google Analytics</a> 创建一个账户。你要问我为什么要这么做？是的，根据我的经验，这个服务提供大量的数据、拥有不错的用户界面、便于安装到任何网站，最重要的是，完全免费。毫无疑问这是获取访客的信息 -- 包括IP地址和主机名，最简单、便宜和快速的方式了。</p>
<p>如果你已经在使用 Google 的服务，只需要用已有的用户凭证登录即可。使用 Google 设定网站的过程并不容易，你需要创建一个配置文件。一个配置文件就好像是一个文件夹，用来跟踪网站流量的各个方面。每个不同的域名会有自己单独的配置文件，选择"为新域名添加配置文件"并输入域名地址和时区。</p>
<p>下一个页面将会生成一段代码，你需要将其插入网站模板的头部或者尾部。需要这么做的原因是你想要跟踪访问你网站所有页面的用户而不仅仅是主页。这样，不管用户通过导航到了哪里（例如 mysite.com/secondpage），你就可以知道总共消耗的时间、浏览量/独立访客比例和跳出通道。</p>
<p style="TEXT-ALIGN: center"><img src="http://farm4.static.flickr.com/3497/3989591073_26266738cf_o.png" style="WIDTH: 500px; DISPLAY: inline; HEIGHT: 194px" height="194" width="500" alt="google analytics visitor ip" border="0" class="aligncenter"/></p>
<p>如何向你的网站添加代码因人而异 -- 并且需要人工访问和编辑主题文件的知识。你可能建立了自己的网站，所以你必须知道怎么进行操作。如果你不知道，不要惊慌，去 Google 搜索<strong>'[网站类型] + 编辑主题 OR <a href="http://www.makeuseof.com/tags/google-analytics/">Google Analytics</a>'</strong>。例如，<em>'Wordpress 编辑主题 Google Analytics'</em>。可以搜索到很多的指导文章告诉你如何添加这段代码。</p>
<p>在最新版本的独立 WordPress 博客中，只需要点击侧边栏的'界面'、'编辑'并在右侧列表中选择<em>'footer.php</em>'。作为金科玉律，将代码插入到最后的 '&lt;/body&gt;&lt;/html&gt;' 标记之前。在<a href="https://www.google.com/support/googleanalytics/">帮助页面</a>提供了一些支持材料，可也许会想要查看。</p>
<p style="TEXT-ALIGN: center"><img src="http://farm4.static.flickr.com/3521/3989591193_d60e3301ca_o.png" style="WIDTH: 500px; DISPLAY: inline; HEIGHT: 301px" height="301" width="500" alt="visitor ip address" border="0" class="aligncenter"/></p>
<p>24小时之后，你就可以首次尝试网站的统计数据了。准备好花费晚上剩下的时间来查看各种图像吧：来源位置、连接速度、ISP、浏览器功能、操作系统、浏览器、浏览时间等等。之后，唯一可能会出现的问题是你可能会想要在你的女朋友身上装上跟踪代码，以便绘制'访客忠诚度'图表。</p>
<p style="TEXT-ALIGN: center"><img src="http://farm4.static.flickr.com/3471/3990345816_bf18e2d3e0_o.png" style="WIDTH: 500px; DISPLAY: inline; HEIGHT: 328px" height="328" width="500" alt="visitor ip address" border="0" class="aligncenter"/></p>
<p>如果想要浏览网站访客的单个 IP 地址，你需要从左侧点击 <strong>访问者&gt;网络属性&gt;主机名</strong>，如上图所示。在那里你可以看到 IP 地址列表以及每个 IP 访问网站的次数。如果你的网站受到攻击（<a href="http://en.wikipedia.org/wiki/Website_defacement">defaced</a>、<a href="http://en.wikipedia.org/wiki/Denial-of-service_attack">DDOS</a> 等）这个功能非常有用，你可以辨别攻击者是谁，或者至少是它的<a href="http://en.wikipedia.org/wiki/Proxy_server">代理</a>。</p>
<p>更多视图和信息可以在左侧边栏进行访问：<em>访问者、流量来源、内容和目标</em>。它们本身的意思很清楚了：访问者标签页下包含的信息有 -- 你应该已经猜到了，就是访问你网站的人；流量来源确定谁给你带来的流量，搜索引擎、推介网站还是直接流量；内容标签页当然是告诉你每个页面在吸引访客眼球方面做得怎么样；最后，目标是电子商务伙伴和公司用来衡量转化率 -- 一个表示销售的时髦的词的。</p>
<p>你应该花费1分钟的时间来查看一下这篇关于<a href="http://www.makeuseof.com/tags/blogging-tools/">博客工具</a>更全面的文章。</p>
<p>原文地址：<a href="http://www.makeuseof.com/tag/view-your-websites-visitors-ip-address-keep-statistics/" target="_blank">View Your Website's Visitors' IP Address &amp; Keep Statistics</a></p>
<p xmlns="" class="poweredbyzoundry">Powered by <a href="http://www.zoundryraven.com" class="poweredbyzoundry_link" rel="nofollow">Zoundry Raven</a></p>
<h3>Related Posts</h3><ul><li><a href="http://louishan.com/articles/3-open-source-website-analytics-tools-besides-google-analytics.html" title="3款Google Analytics之外的开源网站分析工具[译文180] 2011.10.31">3款Google Analytics之外的开源网站分析工具[译文180]</a>(28)</li>
<li><a href="http://louishan.com/articles/louishan-com-blog-summary-1007-with-nasboq.html" title="2010年7月LouisHan.com博客分析 2010.08.9">2010年7月LouisHan.com博客分析</a>(95)</li>
<li><a href="http://louishan.com/articles/louishan-com-blog-summary-1006-with-google-analytics.html" title="2010年6月LouisHan.com博客分析 2010.07.9">2010年6月LouisHan.com博客分析</a>(105)</li>
<li><a href="http://louishan.com/articles/louishan-com-blog-summary-1005-with-nasboq.html" title="2010年5月LouisHan.com博客分析 2010.06.5">2010年5月LouisHan.com博客分析</a>(90)</li>
<li><a href="http://louishan.com/articles/louishan-com-blog-summary-0911-with-analytics.html" title="LouisHan.Com博客09年11月总结 2009.12.1">LouisHan.Com博客09年11月总结</a>(175)</li>
<li><a href="http://louishan.com/articles/blog-summary-0910.html" title="09年10月博客总结 2009.11.6">09年10月博客总结</a>(111)</li>
<li><a href="http://louishan.com/articles/throw-off-51la.html" title="撤掉 51.la 统计 2009.10.1">撤掉 51.la 统计</a>(94)</li>
<li><a href="http://louishan.com/articles/6-websites-to-track-websites-traffic.html" title="6个跟踪网站流量的站点[译文109] 2009.09.19">6个跟踪网站流量的站点[译文109]</a>(44)</li>
</ul><hr />
<p><small>© Louis for <a href="http://louishan.com">Louis Han Life Log</a>, 2009. |
<a href="http://louishan.com/articles/view-websites-visitors-with-google-analytics.html">Permalink</a> |
<a href="http://louishan.com/articles/view-websites-visitors-with-google-analytics.html#comments">57 comments</a> |
<br/>
Post tags: <a href="http://louishan.com/articles/tag/google-analytics" rel="tag">Google Analytics</a>, <a href="http://louishan.com/articles/tag/tracking-tools" rel="tag">tracking tools</a>, <a href="http://louishan.com/articles/tag/%e6%b5%81%e9%87%8f%e7%bb%9f%e8%ae%a1" rel="tag">流量统计</a>, <a href="http://louishan.com/articles/tag/%e7%bd%91%e7%ab%99%e7%9b%91%e6%8e%a7" rel="tag">网站监控</a>, <a href="http://louishan.com/articles/tag/%e7%bd%91%e7%ab%99%e8%bf%bd%e8%b8%aa" rel="tag">网站追踪</a>, <a href="http://louishan.com/articles/tag/%e8%ae%bf%e5%ae%a2%e7%bb%9f%e8%ae%a1" rel="tag">访客统计</a><br/>
订阅(Subscribe)：<a href="http://louishan.com/feed">FeedBurner</a> | <a href="http://feed.feedsky.com/louishan">FeedSky</a> 
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://louishan.com/articles/view-websites-visitors-with-google-analytics.html/feed</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>6个跟踪网站流量的站点[译文109]</title>
		<link>http://louishan.com/articles/6-websites-to-track-websites-traffic.html</link>
		<comments>http://louishan.com/articles/6-websites-to-track-websites-traffic.html#comments</comments>
		<pubDate>Sat, 19 Sep 2009 13:01:53 +0000</pubDate>
		<dc:creator>Louis Han</dc:creator>
				<category><![CDATA[软件网络]]></category>
		<category><![CDATA[tracking tools]]></category>
		<category><![CDATA[web trends]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[网站流量]]></category>
		<category><![CDATA[网站流量跟踪]]></category>

		<guid isPermaLink="false">http://louishan.com/articles/6-websites-to-track-websites-traffic.html</guid>
		<description><![CDATA[当你搜索网络的时候，你可能会找到非常好的站点。许多人判断站点的好坏是根据其每天/周/月的访问量，不过你怎么找出这些信息呢？

那么这里给出一些网站流量跟踪站点可以告诉你想要知道的信息。

<span class="readmore"><a href="http://louishan.com/articles/6-websites-to-track-websites-traffic.html" title="6个跟踪网站流量的站点[译文109]">阅读全文——共1149字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3422/3933381971_bd9d4012bc_o.png" style="MARGIN: 0px 10px 0px 0px; WIDTH: 120px; DISPLAY: inline; FLOAT: left; HEIGHT: 60px" height="60" alt="Alexa" width="120"/>当你搜索网络的时候，你可能会找到非常好的站点。许多人判断站点的好坏是根据其每天/周/月的访问量，不过你怎么找出这些信息呢？</p>
<p>那么这里给出一些网站流量跟踪站点可以告诉你想要知道的信息。</p>
<h2><a href="http://www.google.com/adplanner"><strong>Google Adplanner</strong></a></h2>
<p style="TEXT-ALIGN: center"><img src="http://farm3.static.flickr.com/2482/3934165354_16d5e922fe_o.gif" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 500px; DISPLAY: inline; HEIGHT: 352px; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid" height="352" width="500" alt="adplanner" border="0" class="aligncenter"/></p>
<p>我认为 Google AdPlanner 应该是你查看特定站点统计资料的第一步。因为它主要是面向广告人查看站点统计数据以判断是否值得在此站点上发布广告，精确和可信的数据使它成为理想的选择。</p>
<p>面对现实吧，有什么是 Google <em>不</em> 知道的吗？他们拥有几乎所有站点的数据不过那是另一个问题了。你可以从 MakeUseOf 的统计资料中看到，任何人都可以分辨出我们有多少的访问量，哪些类型的人经常阅读我们的文章。还有一点不错的是你可以选择显示来自某个国家的数据。</p>
<h2><a href="http://www.alexa.com/"><strong>Alexa</strong></a></h2>
<p style="TEXT-ALIGN: center"><img src="http://farm3.static.flickr.com/2672/3934165420_b2d3f4ea05_o.png" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 500px; DISPLAY: inline; HEIGHT: 629px; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid" height="629" width="500" alt="alexa" border="0" class="aligncenter"/></p>
<p>Alexa 是另一个比较受欢迎的网站流量跟踪网站，属于 Amazon 旗下。尽管要得到你要的结果需要一系列的点击，不过证明是很有用的。就像在图片中看到的那样，也有大量的统计数据可以浏览。</p>
<h2><a href="http://www.compete.com/"><strong>Compete</strong></a></h2>
<p style="TEXT-ALIGN: center"><img src="http://farm3.static.flickr.com/2446/3933382181_0c5b5e9e3f_o.png" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 500px; DISPLAY: inline; HEIGHT: 457px; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid" height="457" width="500" alt="compete" border="0" class="aligncenter"/></p>
<p>Compete 是另一个不错的查看站点访客数量的站点。然后，如果你没有高级账号会有很多的限制。除此之外，你可以将图标保存为图片。总之，你想要得到某个站点的上升（或下降）图像，Compete 是个不错的选择。</p>
<h2><a href="http://www.bizinformation.org/"><strong>BizInformation</strong></a></h2>
<p style="TEXT-ALIGN: center"><img src="http://farm3.static.flickr.com/2480/3933382279_9e560e5c0f_o.png" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 500px; DISPLAY: inline; HEIGHT: 467px; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid" height="467" width="500" alt="bixinformation" border="0" class="aligncenter"/></p>
<p>Biz Information 是一个不错的站点，不仅为你提供站点独立访客的图像（来自 Compete），还会告诉你站点的价值（尽管我不知道这有多么精确）。</p>
<p>Biz Information 两一个不错的地方是，它还会告诉你在流行的社会化网络站点中有多少提交，比如在 <a href="http://digg.com/users/sduer"target="_blank"title="" >Digg</a> 和 Stumbleupon。</p>
<p>那么以人为 MUO 的拥有着会以那个价格卖掉吗？拥有大约 100,000 订阅者，谁知道？</p>
<h2><a href="http://www.quantcast.com/"><strong>Quantcast</strong></a></h2>
<p style="TEXT-ALIGN: center"><img src="http://farm3.static.flickr.com/2564/3934165658_c44bf4d4a1_o.png" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 500px; DISPLAY: inline; HEIGHT: 456px; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid" height="456" width="500" alt="quantcast" border="0" class="aligncenter"/></p>
<p>使用 Quantcast，你又许多的选择。你可以改变图标显示每天、每周、每月，可以选择某个日期范围显示从一周到所有时间。另一个相当好的功能是现实访客中的美国人的年龄、性别、收入、子女和教育水平等等。不过我觉得 Google Adplanner 会更好。</p>
<h2><a href="http://www.urltrends.com/"><strong>URL Trends</strong></a></h2>
<p style="TEXT-ALIGN: center"><img src="http://farm4.static.flickr.com/3486/3933382421_83bcc90302_o.png" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 500px; DISPLAY: inline; HEIGHT: 323px; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid" height="323" width="500" alt="urltrends" border="0" class="aligncenter"/></p>
<p>URL Trends 有良好的用户界面以及放置很好的广告，所以要当心你点击的内容。不过他们的网站流量跟踪非常好。就像你在图片中看到的那样，它会显示刘来着来自什么地方，当你阅读'报告导航'链接时会得到更多的细节。如果你有付费订阅，可以下载 PDF 格式的报告。</p>
<p>原文：<a href="http://www.makeuseof.com/tag/6-websites-to-track-a-websites-traffic/" target="_blank">6 Websites to Track A Website's Traffic</a></p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/tracking+tools" class="ztag" rel="tag">tracking tools</a>, <a href="http://www.technorati.com/tag/web+trends" class="ztag" rel="tag">web trends</a>, <a href="http://www.technorati.com/tag/webmaster+tools" class="ztag" rel="tag">webmaster tools</a>, <a href="http://www.technorati.com/tag/%E7%BD%91%E7%AB%99%E6%B5%81%E9%87%8F" class="ztag" rel="tag">网站流量</a>, <a href="http://www.technorati.com/tag/%E7%BD%91%E7%AB%99%E6%B5%81%E9%87%8F%E8%B7%9F%E8%B8%AA" class="ztag" rel="tag">网站流量跟踪</a></span>  <br /> <span class="ztags"><span class="ztagspace">Del.icio.us</span> : <a href="http://del.icio.us/tag/tracking%20tools" class="ztag" rel="tag">tracking tools</a>, <a href="http://del.icio.us/tag/web%20trends" class="ztag" rel="tag">web trends</a>, <a href="http://del.icio.us/tag/webmaster%20tools" class="ztag" rel="tag">webmaster tools</a>, <a href="http://del.icio.us/tag/%E7%BD%91%E7%AB%99%E6%B5%81%E9%87%8F" class="ztag" rel="tag">网站流量</a>, <a href="http://del.icio.us/tag/%E7%BD%91%E7%AB%99%E6%B5%81%E9%87%8F%E8%B7%9F%E8%B8%AA" class="ztag" rel="tag">网站流量跟踪</a></span> </p>
<h3>Related Posts</h3><ul><li><a href="http://louishan.com/articles/gain-my-google-sitelinks-louishan-com.html" title="LouisHan.com 获得了谷歌网站链接[Google Sitelinks] 2010.08.2">LouisHan.com 获得了谷歌网站链接[Google Sitelinks]</a>(91)</li>
<li><a href="http://louishan.com/articles/keep-away-from-global-translator.html" title="Wordpress建议：慎用Global Translator 2009.10.9">Wordpress建议：慎用Global Translator</a>(86)</li>
<li><a href="http://louishan.com/articles/view-websites-visitors-with-google-analytics.html" title="使用Google Analytics查看访客IP地址和统计数据[译文120] 2009.10.8">使用Google Analytics查看访客IP地址和统计数据[译文120]</a>(57)</li>
<li><a href="http://louishan.com/articles/7-free-web-hosting-services.html" title="7个简单免费的网络主机服务[译文115] 2009.09.30">7个简单免费的网络主机服务[译文115]</a>(24)</li>
<li><a href="http://louishan.com/articles/tell-and-fix-hacked-wordpress-blog.html" title="如何辨别Wordpress博客是否被攻击以及如何修复[译文111] 2009.09.23">如何辨别Wordpress博客是否被攻击以及如何修复[译文111]</a>(81)</li>
</ul><hr />
<p><small>© Louis for <a href="http://louishan.com">Louis Han Life Log</a>, 2009. |
<a href="http://louishan.com/articles/6-websites-to-track-websites-traffic.html">Permalink</a> |
<a href="http://louishan.com/articles/6-websites-to-track-websites-traffic.html#comments">44 comments</a> |
<br/>
Post tags: <a href="http://louishan.com/articles/tag/tracking-tools" rel="tag">tracking tools</a>, <a href="http://louishan.com/articles/tag/web-trends" rel="tag">web trends</a>, <a href="http://louishan.com/articles/tag/webmaster-tools" rel="tag">webmaster tools</a>, <a href="http://louishan.com/articles/tag/%e7%bd%91%e7%ab%99%e6%b5%81%e9%87%8f" rel="tag">网站流量</a>, <a href="http://louishan.com/articles/tag/%e7%bd%91%e7%ab%99%e6%b5%81%e9%87%8f%e8%b7%9f%e8%b8%aa" rel="tag">网站流量跟踪</a><br/>
订阅(Subscribe)：<a href="http://louishan.com/feed">FeedBurner</a> | <a href="http://feed.feedsky.com/louishan">FeedSky</a> 
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://louishan.com/articles/6-websites-to-track-websites-traffic.html/feed</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

