<?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>jpreardon.com &#187; Web Analytics</title>
	<atom:link href="http://jpreardon.com/category/development/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpreardon.com</link>
	<description>Now with more randomness!</description>
	<lastBuildDate>Thu, 21 Jul 2011 12:30:24 +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>HOWTO: Tracking Social Engagement in Google Analytics</title>
		<link>http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-tracking-social-engagement-in-google-analytics</link>
		<comments>http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 19:13:14 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1427</guid>
		<description><![CDATA[The social engagement tracking in Google Analytics is great. Google +1 works by default if you use the +1 Button Creator. However, one needs to do a bit of configuration to get tracking working for other things like Twitter tweets (&#8230;)</p><p><a href="http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (37.4)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (29.8)--></li>
		<li><a href="http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Automatically Tracking External Links in Google Analytics</a><!-- (29.3)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (28.3)--></li>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (27.2)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>The social engagement tracking in Google Analytics is great. Google +1 works by default if you use the <a href="http://www.google.com/webmasters/+1/button/" target="_blank">+1 Button Creator</a>. However, one needs to do a bit of configuration to get tracking working for other things like Twitter tweets and Facebook likes. The popular WordPress plugins for Addthis and Sharethis use Google Analytics Events for tracking social engagement rather than the newer _trackSocial method. So, for the time being, if you want to get track social engagement with Google Analytics social reports, you&#8217;ll need to add your own code. Don&#8217;t be alarmed though, it isn&#8217;t all that difficult. This step by step guide about <a href="http://www.ian-thomas.net/tracking-social-engagement-with-google-analytics/" target="_blank">Tracking Social Engagement with Google Analytics</a> will get you headed in the right direction.</p>
<p>One thing that wasn&#8217;t clear (to me at least) was were the javascript code should go for the Twitter event binding. This is important when considering a blog index page where there are multiple tweet buttons on the page that are associated with different posts. Twitter&#8217;s code handles this quite well, so long as you put the call to twttr.events.bind and the function extractParamFromUri somewhere where they only get called once. In my case, I created a .js file for these two things, which loads in the header along with widgets.js.</p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (37.4)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (29.8)--></li>
		<li><a href="http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Automatically Tracking External Links in Google Analytics</a><!-- (29.3)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (28.3)--></li>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (27.2)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking Social Plugins with Google Analytics</title>
		<link>http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tracking-social-plugins-with-google-analytics</link>
		<comments>http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 21:05:17 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1401</guid>
		<description><![CDATA[Google Analytics has a few handy reports for tracking social plugin activity on your site. If you&#8217;re using the standard Google +1 implementation, +1 activity should get tracked automatically without further coding. However, for other plugins like Twitter and Facebook, (&#8230;)</p><p><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">HOWTO: Tracking Social Engagement in Google Analytics</a><!-- (43)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (28.6)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (26.5)--></li>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (25.3)--></li>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (25.1)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>Google Analytics has a few handy reports for tracking social plugin activity on your site. If you&#8217;re using the standard Google +1 implementation, +1 activity should get tracked automatically without further coding. However, for other plugins like Twitter and Facebook, you&#8217;ll probably need to add some code to your site. The Google Analytics Blog to has a quick rundown on <a href="http://analytics.blogspot.com/2011/07/social-plugin-tracking-in-google.html" target="_blank">Social Plugin Tracking in Google Analytics</a>.</p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">HOWTO: Tracking Social Engagement in Google Analytics</a><!-- (43)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (28.6)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (26.5)--></li>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (25.3)--></li>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (25.1)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>+1 Reporting in Google Analytics and Webmaster Tools</title>
		<link>http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=1-reporting-in-google-analytics-and-webmaster-tools</link>
		<comments>http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 18:32:54 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1367</guid>
		<description><![CDATA[Both Google Analytics and Webmaster Tools have built in +1 reporting now. This will make tracking +1 activity a bit easier. Obviously, Google +1 isn&#8217;t the only game in town when it comes to social sharing. Google Analytics also provides (&#8230;)</p><p><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (34.5)--></li>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (31.4)--></li>
		<li><a href="http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/', 'From Page: /category/development/analytics/feed/']);">Useful Tools for Web Analytics Administration</a><!-- (24.5)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (24.5)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (21)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>Both <a href="http://analytics.blogspot.com/2011/06/1-reporting-in-google-webmaster-tools.html">Google Analytics and Webmaster Tools have built in +1 reporting</a> now. This will make tracking +1 activity a bit easier. Obviously, Google +1 isn&#8217;t the only game in town when it comes to social sharing. <a href="http://www.google.com/support/analyticshelp/bin/answer.py?answer=1316556&#038;topic=1316551">Google Analytics also provides a few social reports</a>, these will help you track how people are sharing your content across different social mediums.</p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (34.5)--></li>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (31.4)--></li>
		<li><a href="http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/', 'From Page: /category/development/analytics/feed/']);">Useful Tools for Web Analytics Administration</a><!-- (24.5)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (24.5)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (21)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Track Google Plus One with Google Analytics</title>
		<link>http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-track-google-plus-one-with-google-analytics</link>
		<comments>http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 17:56:56 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1351</guid>
		<description><![CDATA[Google introduced +1 a couple weeks ago. If you&#8217;ve added the buttons, but are wondering how to track all of this, check out this post about tracking Google plus one with Google Analytics on yoast.com. Happy Tracking! Update 2011-06-30: Google (&#8230;)</p><p><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (28.3)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (22.3)--></li>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (22.2)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (21.3)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (20.6)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>Google introduced +1 a couple weeks ago. If you&#8217;ve added the buttons, but are wondering how to track all of this, check out this post about <a href="http://yoast.com/plus-one-google-analytics/">tracking Google plus one with Google Analytics</a> on <a href="http://yoast.com">yoast.com</a>.</p>
<p>Happy Tracking!</p>
<p><strong>Update 2011-06-30:</strong> Google has more methods for <a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/">tracking +1 in Webmaster Tools and Analytics</a>.</p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (28.3)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (22.3)--></li>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (22.2)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (21.3)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (20.6)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Data Sent to Google Analytics</title>
		<link>http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=troubleshooting-data-sent-to-google-analytics</link>
		<comments>http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 14:58:18 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1295</guid>
		<description><![CDATA[If you work with Google Analytics, eventually, you&#8217;ll probably be faced with a situation where you are unsure about what data is being sent by ga.js to Google&#8217;s servers. Google recommends several different ways to troubleshoot the GA tracking code. (&#8230;)</p><p><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (25.7)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (23.5)--></li>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (22.7)--></li>
		<li><a href="http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Automatically Tracking External Links in Google Analytics</a><!-- (21.8)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (21.2)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>If you work with Google Analytics, eventually, you&#8217;ll probably be faced with a situation where you are unsure about what data is being sent by ga.js to Google&#8217;s servers. Google recommends several different ways to <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html">troubleshoot the GA tracking code</a>. However, if you are just trying to find out what data is being sent to Google, I recommend using the <a href="https://chrome.google.com/extensions/detail/jnkmfdileelhofjcijamephohjechhna">Google Analytics Tracking Code Debugger</a> extension for the Chrome browser. This works especially well when looking at custom variables, or when you are trying to ascertain whether or not an event is firing.</p>
<p><em>via <a href="http://analytics.blogspot.com/2011/03/web-analytics-tv-17.html">Web Analytics TV #17</a></em></p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (25.7)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (23.5)--></li>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (22.7)--></li>
		<li><a href="http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Automatically Tracking External Links in Google Analytics</a><!-- (21.8)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (21.2)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving Conversion Rates with IA Techniques</title>
		<link>http://jpreardon.com/2011/03/31/improving-conversion-rates-with-ia-techniques/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=improving-conversion-rates-with-ia-techniques</link>
		<comments>http://jpreardon.com/2011/03/31/improving-conversion-rates-with-ia-techniques/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 19:10:15 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[IA/UX]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1292</guid>
		<description><![CDATA[The Conversion Room has a great post on using information architecture techniques to improve long term conversion rates. In it, they discuss using some reports in Google Analytics coupled with some fairly well known Information Architecture (IA) techniques to spot (&#8230;)</p><p><a href="http://jpreardon.com/2011/03/31/improving-conversion-rates-with-ia-techniques/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2007/03/13/more-email-fun-the-to-archive-rule/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2007/03/13/more-email-fun-the-to-archive-rule/', 'From Page: /category/development/analytics/feed/']);">More Email Fun: The &quot;To Archive&quot; Rule</a><!-- (8)--></li>
		<li><a href="http://jpreardon.com/2009/07/31/paper-wireframing/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/07/31/paper-wireframing/', 'From Page: /category/development/analytics/feed/']);">Paper Wireframing</a><!-- (6.5)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>The Conversion Room has a great post on <a href="http://conversionroom.blogspot.com/2011/03/using-information-architecture.html">using information architecture techniques to improve long term conversion rates</a>. In it, they discuss using some reports in Google Analytics coupled with some fairly well known Information Architecture (IA) techniques to spot and fix trouble spots on web sites. It is definitely worth a read. I especially like how they downplay the importance of the three click rule in favor of <em>information scent</em>.</p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2007/03/13/more-email-fun-the-to-archive-rule/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2007/03/13/more-email-fun-the-to-archive-rule/', 'From Page: /category/development/analytics/feed/']);">More Email Fun: The &quot;To Archive&quot; Rule</a><!-- (8)--></li>
		<li><a href="http://jpreardon.com/2009/07/31/paper-wireframing/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/07/31/paper-wireframing/', 'From Page: /category/development/analytics/feed/']);">Paper Wireframing</a><!-- (6.5)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2011/03/31/improving-conversion-rates-with-ia-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Segmenting Funnels in Google Analytics</title>
		<link>http://jpreardon.com/2010/07/08/segmenting-funnels-in-google-analytics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=segmenting-funnels-in-google-analytics</link>
		<comments>http://jpreardon.com/2010/07/08/segmenting-funnels-in-google-analytics/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 17:12:18 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1188</guid>
		<description><![CDATA[Google Analytics does not allow segmentation of their funnel visualization report. This means you can&#8217;t see which visitor segments are abandoning your funnel. John Henson at LunaMetrics has created a workaround for this limitation in the form of a custom (&#8230;)</p><p><a href="http://jpreardon.com/2010/07/08/segmenting-funnels-in-google-analytics/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (21.1)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (18.3)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (17.9)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (16.9)--></li>
		<li><a href="http://jpreardon.com/2010/05/05/google-analytics-application-gallery/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/05/05/google-analytics-application-gallery/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Application Gallery</a><!-- (16.8)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>Google Analytics does not allow segmentation of their funnel visualization report. This means you can&#8217;t see which visitor segments are abandoning your funnel. John Henson at LunaMetrics has created a workaround for this limitation in the form of a <a href="http://www.lunametrics.com/blog/2010/06/04/segment-goal-funnel-google-analytics/">custom report that allows for funnel segmentation</a>. The post on LunaMetrics&#8217; blog details how to set this up. Nice work!</p>
<p><em>via <a href="http://analytics.blogspot.com/2010/06/segmentable-funnel_08.html">Google Analytics Blog</a></em></p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (21.1)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (18.3)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (17.9)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (16.9)--></li>
		<li><a href="http://jpreardon.com/2010/05/05/google-analytics-application-gallery/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/05/05/google-analytics-application-gallery/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Application Gallery</a><!-- (16.8)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2010/07/08/segmenting-funnels-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Tools for Web Analytics Administration</title>
		<link>http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-tools-for-web-analytics-administration</link>
		<comments>http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 17:01:55 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1186</guid>
		<description><![CDATA[Brian Clifton, font of Google Analytics knowledge, posted this list of 12 Useful Tools for Google Analytics Administration a while back. It is worth a look if you or someone you love is managing one or more GA implementations. Many (&#8230;)</p><p><a href="http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (21.8)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (16.2)--></li>
		<li><a href="http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Automatically Tracking External Links in Google Analytics</a><!-- (14.5)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (14)--></li>
		<li><a href="http://jpreardon.com/2010/05/05/google-analytics-application-gallery/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/05/05/google-analytics-application-gallery/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Application Gallery</a><!-- (13.4)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>Brian Clifton, font of Google Analytics knowledge, posted this list of <a href="http://www.advanced-web-metrics.com/blog/2010/02/12/12-useful-tools-for-google-analytics-admin/">12 Useful Tools for Google Analytics Administration</a> a while back. It is worth a look if you or someone you love is managing one or more GA implementations. Many of the tools apply to other sorts of analytics packages (e.g. Omniture) as well.</p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (21.8)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (16.2)--></li>
		<li><a href="http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2009/09/30/automatically-tracking-external-links-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Automatically Tracking External Links in Google Analytics</a><!-- (14.5)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (14)--></li>
		<li><a href="http://jpreardon.com/2010/05/05/google-analytics-application-gallery/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/05/05/google-analytics-application-gallery/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Application Gallery</a><!-- (13.4)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2010/07/08/useful-tools-for-web-analytics-administration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Analytics Application Gallery</title>
		<link>http://jpreardon.com/2010/05/05/google-analytics-application-gallery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-analytics-application-gallery</link>
		<comments>http://jpreardon.com/2010/05/05/google-analytics-application-gallery/#comments</comments>
		<pubDate>Wed, 05 May 2010 13:37:08 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=1002</guid>
		<description><![CDATA[The Google Analytics Application Gallery showcases applications that extend Google Analytics. These applications are typically built by third party developers. At the time of writing, there are over 30 applications in the gallery. This number should grow steadily as more (&#8230;)</p><p><a href="http://jpreardon.com/2010/05/05/google-analytics-application-gallery/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (21.9)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (20)--></li>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (17.7)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (17.4)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (17.1)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.google.com/analytics/apps">Google Analytics Application Gallery</a> showcases applications that extend Google Analytics. These applications are typically built by third party developers. At the time of writing, there are over 30 applications in the gallery. This number should grow steadily as more developers utilize the Google Analytics APIs to further extend the application.</p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (21.9)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (20)--></li>
		<li><a href="http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/30/1-reporting-in-google-analytics-and-webmaster-tools/', 'From Page: /category/development/analytics/feed/']);">+1 Reporting in Google Analytics and Webmaster Tools</a><!-- (17.7)--></li>
		<li><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/', 'From Page: /category/development/analytics/feed/']);">What Happened to Google Analytics Mobile Tracking Code Samples?</a><!-- (17.4)--></li>
		<li><a href="http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/06/22/how-to-track-google-plus-one-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">How to Track Google Plus One with Google Analytics</a><!-- (17.1)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2010/05/05/google-analytics-application-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Happened to Google Analytics Mobile Tracking Code Samples?</title>
		<link>http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-happened-to-google-analytics-mobile-tracking-code-samples</link>
		<comments>http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 17:22:05 +0000</pubDate>
		<dc:creator>jpreardon</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://jpreardon.com/?p=988</guid>
		<description><![CDATA[I just noticed that the &#8220;a site built for a mobile phone&#8221; option is no longer available on the Google Analytics tracking code page. There is a screenshot of the older version of the page on this Google Analytics Mobile (&#8230;)</p><p><a href="http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/">Read the rest of this entry &#187;</a></p>

<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (39.2)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (34.1)--></li>
		<li><a href="http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">HOWTO: Tracking Social Engagement in Google Analytics</a><!-- (27.3)--></li>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (25.4)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (23.8)--></li>
	</ul>
]]></description>
			<content:encoded><![CDATA[<p>I just noticed that the &#8220;a site built for a mobile phone&#8221; option is no longer available on the Google Analytics tracking code page. There is a screenshot of the older version of the page on this<a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/"> Google Analytics Mobile Tracking With Rails</a> post. There doesn&#8217;t seem to be any information explaining why this is gone&#8211;save for this <a href="http://www.google.com/support/forum/p/Google+Analytics/thread?tid=16373587cf24c679&#038;hl=en">lonely question on the Google Analytics help forum</a>. </p>
<p>It seems like mobile tracking is still working fine, it&#8217;s just strange that the PHP, Perl, etc. code is no longer provided on the tracking code page. Does anyone know what happened to this option?</p>
<p><em><strong>Update 2010-05-12:</strong> <a href="http://www.google.com/support/forum/p/Google+Analytics/thread?tid=2d98c3eb6c688405&#038;hl=en">Some people are reporting that their mobile tracking is not working in the Google help forums</a>. Mine continues to work though.</em></p>


<h3>Related Posts</h3>
<ul>
		<li><a href="http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/17/google-analytics-mobile-tracking-with-rails/', 'From Page: /category/development/analytics/feed/']);">Google Analytics Mobile Tracking With Rails</a><!-- (39.2)--></li>
		<li><a href="http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2010/01/06/asynchronous-google-analytics-tracking-code/', 'From Page: /category/development/analytics/feed/']);">Asynchronous Google Analytics Tracking Code</a><!-- (34.1)--></li>
		<li><a href="http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/18/howto-tracking-social-engagement-in-google-analytics/', 'From Page: /category/development/analytics/feed/']);">HOWTO: Tracking Social Engagement in Google Analytics</a><!-- (27.3)--></li>
		<li><a href="http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/07/07/tracking-social-plugins-with-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Tracking Social Plugins with Google Analytics</a><!-- (25.4)--></li>
		<li><a href="http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/" rel="bookmark" onClick="_gaq.push(['_trackEvent', 'Related Link Click', 'http://jpreardon.com/2011/04/01/troubleshooting-data-sent-to-google-analytics/', 'From Page: /category/development/analytics/feed/']);">Troubleshooting Data Sent to Google Analytics</a><!-- (23.8)--></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpreardon.com/2010/04/29/what-happened-to-google-analytics-mobile-tracking-code-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

