<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" version="2.0">
<channel>
	<title>Comments for wheresitworking?</title>
	
	<link>http://www.wheresitworking.com</link>
	<description>adam ware's reviews and reflections of all things digital</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:30:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wheresitworking-comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wheresitworking-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Tracking Authors in WordPress with Google Analytics Event Tracking by wheresitworking</title>
		<link>http://www.wheresitworking.com/2010/02/08/tracking-authors-in-wordpress-with-google-analytics-event-tracking/comment-page-1/#comment-471</link>
		<dc:creator>wheresitworking</dc:creator>
		<pubDate>Sat, 04 Sep 2010 16:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wheresitworking.com/?p=333#comment-471</guid>
		<description>All, 
I've actually abandoned using my own script in favor of Yoast's plugin:  &lt;a href="http://yoast.com/wordpress/google-analytics/" rel="nofollow"&gt;http://yoast.com/wordpress/google-analytics/&lt;/a&gt; 
Since recent updates were made earlier this year, I find it is far superior to my JavaScripting capabilities, and I highly recommend it. 
- Adam </description>
		<content:encoded><![CDATA[<p>All,<br />
I&#039;ve actually abandoned using my own script in favor of Yoast&#039;s plugin:  <a href="http://yoast.com/wordpress/google-analytics/" rel="nofollow">http://yoast.com/wordpress/google-analytics/</a><br />
Since recent updates were made earlier this year, I find it is far superior to my JavaScripting capabilities, and I highly recommend it.<br />
- Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Authors in WordPress with Google Analytics Event Tracking by goodenglishgrammar</title>
		<link>http://www.wheresitworking.com/2010/02/08/tracking-authors-in-wordpress-with-google-analytics-event-tracking/comment-page-1/#comment-470</link>
		<dc:creator>goodenglishgrammar</dc:creator>
		<pubDate>Wed, 25 Aug 2010 14:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.wheresitworking.com/?p=333#comment-470</guid>
		<description>Can you give a code example of what you mean? </description>
		<content:encoded><![CDATA[<p>Can you give a code example of what you mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Authors in WordPress with Google Analytics Event Tracking by wheresitworking</title>
		<link>http://www.wheresitworking.com/2010/02/08/tracking-authors-in-wordpress-with-google-analytics-event-tracking/comment-page-1/#comment-469</link>
		<dc:creator>wheresitworking</dc:creator>
		<pubDate>Sun, 08 Aug 2010 20:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wheresitworking.com/?p=333#comment-469</guid>
		<description>That all makes sense. Is that why there is the page level scope option for custom variables in Google Analytics. It seems like using custom variables instead of events is the solution here. </description>
		<content:encoded><![CDATA[<p>That all makes sense. Is that why there is the page level scope option for custom variables in Google Analytics. It seems like using custom variables instead of events is the solution here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Authors in WordPress with Google Analytics Event Tracking by goodenglishgrammar</title>
		<link>http://www.wheresitworking.com/2010/02/08/tracking-authors-in-wordpress-with-google-analytics-event-tracking/comment-page-1/#comment-468</link>
		<dc:creator>goodenglishgrammar</dc:creator>
		<pubDate>Sun, 08 Aug 2010 19:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wheresitworking.com/?p=333#comment-468</guid>
		<description>It's complicated, so I'll repost what I wrote at an official Wordpress forum: 
 
This may be a bit advanced for some, but just a warning: the problem with Google Analytics Event Tracking is that it is not a completely accurate way for tracking unique pageviews, as it wasn't built for that (it was built to record visitor's actions such as hitting play on a video or downloading a file). So the code above, while semi-helpful, is not an entirely accurate way of recording unique pageviews and probably should not be 100% used to determine pay for bloggers. 
 
The reason Event Tracking is not accurate for tracking pageviews using the code above is that if a visitor views multiple unique webpages in WordPress's "Single Page" view (single.php), Event Tracking will only count those views as 1 unique event (or 1 pageview). For example, say a visitor reads one article, then reads 10 more on your site, Google Event Tracking will record all those views as 1 unique event, and also record it as 11 total events. (You'll have to read up on Google Event Tracking to know the difference between Total and Unique Events.) 
 
Why does it do that? Because "Single Page" (single.php) is the trigger, not individual post titles. So even though a user is browsing multiple articles on the site, Google Analytics Events Tracking only counts it as one unique event of accessing the single.php on your site during the visitor's session. Think of it the same way regular ol' Google Analytics counts unique pageviews, except instead of a tracking a specific URL, single.php is the webpage, and the posts are just the dynamic content loading inside of it. 
 
So to reiterate, no matter if a user reads 1 article or 11 different articles in "Single Page" view, it will only be counted as 1 unique event during a user's session on your site, 
 
So Total Events seems more accurate right? Wrong. Because if that same user views the same article 11 times (in other words, hits refresh 11 times), it will count as 11 total events, also ruining your pageview counting. 
 
So unique events does not equal unique pageviews. And that's too bad, because unique pageviews would be one accurate way to measure individual author success on a multi-author blog. 
 
Maybe there is a way to do use Google Analytics Event Tracking more accurately than the above code example, I'm still looking for it though. 
 </description>
		<content:encoded><![CDATA[<p>It&#039;s complicated, so I&#039;ll repost what I wrote at an official WordPress forum: </p>
<p>This may be a bit advanced for some, but just a warning: the problem with Google Analytics Event Tracking is that it is not a completely accurate way for tracking unique pageviews, as it wasn&#039;t built for that (it was built to record visitor&#039;s actions such as hitting play on a video or downloading a file). So the code above, while semi-helpful, is not an entirely accurate way of recording unique pageviews and probably should not be 100% used to determine pay for bloggers. </p>
<p>The reason Event Tracking is not accurate for tracking pageviews using the code above is that if a visitor views multiple unique webpages in WordPress&#039;s &quot;Single Page&quot; view (single.php), Event Tracking will only count those views as 1 unique event (or 1 pageview). For example, say a visitor reads one article, then reads 10 more on your site, Google Event Tracking will record all those views as 1 unique event, and also record it as 11 total events. (You&#039;ll have to read up on Google Event Tracking to know the difference between Total and Unique Events.) </p>
<p>Why does it do that? Because &quot;Single Page&quot; (single.php) is the trigger, not individual post titles. So even though a user is browsing multiple articles on the site, Google Analytics Events Tracking only counts it as one unique event of accessing the single.php on your site during the visitor&#039;s session. Think of it the same way regular ol&#039; Google Analytics counts unique pageviews, except instead of a tracking a specific URL, single.php is the webpage, and the posts are just the dynamic content loading inside of it. </p>
<p>So to reiterate, no matter if a user reads 1 article or 11 different articles in &quot;Single Page&quot; view, it will only be counted as 1 unique event during a user&#039;s session on your site, </p>
<p>So Total Events seems more accurate right? Wrong. Because if that same user views the same article 11 times (in other words, hits refresh 11 times), it will count as 11 total events, also ruining your pageview counting. </p>
<p>So unique events does not equal unique pageviews. And that&#039;s too bad, because unique pageviews would be one accurate way to measure individual author success on a multi-author blog. </p>
<p>Maybe there is a way to do use Google Analytics Event Tracking more accurately than the above code example, I&#039;m still looking for it though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Authors in WordPress with Google Analytics Event Tracking by wheresitworking</title>
		<link>http://www.wheresitworking.com/2010/02/08/tracking-authors-in-wordpress-with-google-analytics-event-tracking/comment-page-1/#comment-466</link>
		<dc:creator>wheresitworking</dc:creator>
		<pubDate>Sun, 25 Jul 2010 16:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wheresitworking.com/?p=333#comment-466</guid>
		<description>Alex, 
Are you saying that Google will only record one event per author (i.e. unique Catagory/Action/Label combination) during a visit? Or one per page? 
- Adam </description>
		<content:encoded><![CDATA[<p>Alex,<br />
Are you saying that Google will only record one event per author (i.e. unique Catagory/Action/Label combination) during a visit? Or one per page?<br />
- Adam</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.272 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-04 10:00:48 -->
