<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
	>
<channel>
	<title>Comments on: Google Analytics and WordPress: Measuring Category Popularity</title>
	<atom:link href="http://marketingtechblog.com/2007/06/09/analytics-categories/feed/" rel="self" type="application/rss+xml" />
	<link>http://marketingtechblog.com/2007/06/09/analytics-categories/</link>
	<description>new media strategies and other marketing gems</description>
	<pubDate>Thu, 08 Jan 2009 03:54:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Douglas Karr</title>
		<link>http://marketingtechblog.com/2007/06/09/analytics-categories/comment-page-1/#comment-48029</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Sun, 10 Jun 2007 17:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/06/09/analytics-categories/#comment-48029</guid>
		<description>Ade,

I found a much better way to actually analyze &lt;a href="http://www.douglaskarr.com/2007/06/10/analytics-categories-better/" rel="nofollow"&gt;categories utilizing Google Analytics campaigns&lt;/a&gt;.  And, it won't result in this mess!

One note, the method above is great for Ajax applications.  You can actually put commands in your onclick events rather than your pages to follow users through your system.

Thanks for calling this to my attention!  It made me dig a little deeper.

Doug</description>
		<content:encoded><![CDATA[<div class="KonaBody">Ade,</p>
<p>I found a much better way to actually analyze <a href="http://www.douglaskarr.com/2007/06/10/analytics-categories-better/" rel="nofollow">categories utilizing Google Analytics campaigns</a>.  And, it won&#8217;t result in this mess!</p>
<p>One note, the method above is great for Ajax applications.  You can actually put commands in your onclick events rather than your pages to follow users through your system.</p>
<p>Thanks for calling this to my attention!  It made me dig a little deeper.</p>
<p>Doug</p></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Campaigns to track Category Popularity in WordPress and Google Analytics &#124; The Marketing Technology Blog</title>
		<link>http://marketingtechblog.com/2007/06/09/analytics-categories/comment-page-1/#comment-48027</link>
		<dc:creator>Using Campaigns to track Category Popularity in WordPress and Google Analytics &#124; The Marketing Technology Blog</dc:creator>
		<pubDate>Sun, 10 Jun 2007 16:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/06/09/analytics-categories/#comment-48027</guid>
		<description>[...]    Subscribe to Feed to Email           &#171; Google Analytics and WordPress: Measuring Category Popularity     Jun [...]</description>
		<content:encoded><![CDATA[<div class="KonaBody">[...]    Subscribe to Feed to Email           &laquo; Google Analytics and WordPress: Measuring Category Popularity     Jun [...]</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Karr</title>
		<link>http://marketingtechblog.com/2007/06/09/analytics-categories/comment-page-1/#comment-48025</link>
		<dc:creator>Douglas Karr</dc:creator>
		<pubDate>Sun, 10 Jun 2007 15:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/06/09/analytics-categories/#comment-48025</guid>
		<description>It's true!  I'm seeing that as we speak.  I tend not to track page views as much as visitts so it doesn't bother me too much.  However, I'm going to do some more digging and see if I can eliminate the duplication and pass multiple variables in a call.

I'm also trying to see how I can combine this with the conversion data from adsense to see what the most 'profitable' categories are.

More to come!</description>
		<content:encoded><![CDATA[<div class="KonaBody">It&#8217;s true!  I&#8217;m seeing that as we speak.  I tend not to track page views as much as visitts so it doesn&#8217;t bother me too much.  However, I&#8217;m going to do some more digging and see if I can eliminate the duplication and pass multiple variables in a call.</p>
<p>I&#8217;m also trying to see how I can combine this with the conversion data from adsense to see what the most &#8216;profitable&#8217; categories are.</p>
<p>More to come!</p></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade</title>
		<link>http://marketingtechblog.com/2007/06/09/analytics-categories/comment-page-1/#comment-48010</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Sun, 10 Jun 2007 12:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/06/09/analytics-categories/#comment-48010</guid>
		<description>This is very cool Doug.  I had no idea you could tweak it like that.  So I started digging further....

Looking at the example on this &lt;a href="http://www.google.com/support/analytics/bin/answer.py?answer=27288&#38;hl=en" rel="nofollow"&gt;help page&lt;/a&gt; it seems like each call to urchinTracker() represents a new page view.  So with your code in your post (and in the HTML of your site) it looks like you're counting a page view per category for just one view.

Let me know if that doesn't seem right to you.  I just don't want you ending up like those you describe at http://www.douglaskarr.com/2007/06/07/cookie-deletions/ :)</description>
		<content:encoded><![CDATA[<div class="KonaBody">This is very cool Doug.  I had no idea you could tweak it like that.  So I started digging further&#8230;.</p>
<p>Looking at the example on this <a href="http://www.google.com/support/analytics/bin/answer.py?answer=27288&amp;hl=en" rel="nofollow">help page</a> it seems like each call to urchinTracker() represents a new page view.  So with your code in your post (and in the HTML of your site) it looks like you&#8217;re counting a page view per category for just one view.</p>
<p>Let me know if that doesn&#8217;t seem right to you.  I just don&#8217;t want you ending up like those you describe at <a href="http://www.douglaskarr.com/2007/06/07/cookie-deletions/" rel="nofollow">http://www.douglaskarr.com/2007/06/07/cookie-deletions/</a> <img src='http://marketingtechblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
	</item>
</channel>
</rss>
