<?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>Internet Megaphone&#187; Web Analytics</title>
	<atom:link href="http://internetmegaphone.com/category/web-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://internetmegaphone.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 22:27:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Turn Any Link Into A Google Analytics Goal</title>
		<link>http://internetmegaphone.com/how-to-turn-any-link-into-a-google-analytics-goal/</link>
		<comments>http://internetmegaphone.com/how-to-turn-any-link-into-a-google-analytics-goal/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 05:54:53 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[Conversion Tracking]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.internetmegaphone.com/?p=135</guid>
		<description><![CDATA[I&#8217;m going to walk you through how to set up a Google Analytics goal for any link on your site.
There are a ton of potential uses for this, including using this method to track when visitors:

Sign up for your newsletter
Subscribe to your Aweber email list
Subscribe to your site&#8217;s RSS feed
Leave a comment on your site
Click [...]


Related posts:<ol><li><a href='http://internetmegaphone.com/how-to-track-form-submissions-with-google-analytics-goals/' rel='bookmark' title='Permanent Link: How To Track Form Submissions With Google Analytics Goals'>How To Track Form Submissions With Google Analytics Goals</a></li><li><a href='http://internetmegaphone.com/ditch-your-stone-age-business-email-address-and-get-a-contact-form/' rel='bookmark' title='Permanent Link: Ditch Your Stone Age Business Email Address and Get a Contact Form'>Ditch Your Stone Age Business Email Address and Get a Contact Form</a></li><li><a href='http://internetmegaphone.com/how-to-use-google-conversion-tracking-in-wordpress/' rel='bookmark' title='Permanent Link: How To Use Google Conversion Tracking In Wordpress'>How To Use Google Conversion Tracking In Wordpress</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to walk you through how to set up a Google Analytics goal for any link on your site.</p>
<p>There are a ton of potential uses for this, including using this method to track when visitors:</p>
<ul>
<li>Sign up for your newsletter</li>
<li>Subscribe to your Aweber email list</li>
<li>Subscribe to your site&#8217;s RSS feed</li>
<li>Leave a comment on your site</li>
<li>Click an &#8216;order&#8217; link for any of your products</li>
<li>etc.</li>
</ul>
<p>I&#8217;m going to use this blog as a live example for this post by outlining how I track when any of my visitors subscribe to my RSS feed.</p>
<p>In case I have changed the design of this blog by the time you read this, here&#8217;s a screenshot of what my RSS subscription box looks like on the right sidebar of my blog:</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/rss-subscribe.png" alt="rss-subscribe" title="rss-subscribe" width="317" height="218" class="aligncenter size-full wp-image-146" /></p>
<p>As you can see, there are two ways for you to subscribe to my RSS feed &#8212; by either subscribing in an RSS reader or entering your email address to get posts straight to your inbox. I&#8217;m going to show how to a) create an RSS subscription goal in Google Analytics, and b) assign that goal to both sign up methods. You can then take this and apply it to track any click/action on your site.</p>
<p>Let&#8217;s get started.</p>
<p><strong>1</strong>. Log in to Google Analytics, select <strong>Goals</strong> from the left-hand menu and then click <strong>Set up goals and funnels</strong>.</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/set-up-goals2.png" alt="set-up-goals2" title="set-up-goals2" width="525" height="303" class="aligncenter size-full wp-image-140" /></p>
<p><strong>2</strong>. Under the <strong>Conversion Goals and Funnel</strong> section, click <strong>Edit</strong> next to Goal 1.</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/edit-goal21.png" alt="edit-goal2" title="edit-goal2" width="637" height="123" class="aligncenter size-full wp-image-148" /></p>
<p>Here&#8217;s how you fill out the form:</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/enter-goal-info.png" alt="enter-goal-info" title="enter-goal-info" width="606" height="273" class="aligncenter size-full wp-image-138" /></p>
<p><strong>Active Goal</strong>: On</p>
<p><strong>Match Type</strong>: Head Match</p>
<p><strong>Goal URL</strong>: This URL does not have to actually exist, we are only going to use it for tracking purposes. You can name it anything you want, although I suggest using a name that resembles the goal to make your reports easier to read. I used <tt>/goal/rss.html</tt>. Make sure it doesn&#8217;t point to an actual page on your site, because that could mess up your data. Whatever you call it, <strong>write it down</strong> as you&#8217;ll need it in the next step.</p>
<p><strong>Goal name</strong>: Describe your goal as simply as possible.</p>
<p><strong>Case sensitive</strong>: Unchecked, don&#8217;t worry about this.</p>
<p><strong>Goal value</strong>: This is the monetary value of your goal. If you&#8217;re tracking email list sign ups and know that each person on your list is worth $10 to you, then you would enter <tt>10.0</tt>. For our purposes, we are tracking an RSS subscription that doesn&#8217;t have a concrete dollar value. In this case, I recommend setting this at <tt>1.0</tt>. This allows you to take a quick glance at future reports and know that each conversion equals a single instance of your goal being accomplished.</p>
<p><strong>3</strong>. Scroll to the bottom and click <strong>Save Changes</strong>.</p>
<p><strong>4</strong>. Now you have to get your hands dirty and make a quick edit to your site&#8217;s HTML. Open the HTML file containing code for the link(s) you want to track. For example, here is the HTML for my RSS subscription via feed reader link:</p>
<pre>
&lt;a rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/InternetMegaphone"&gt;Subscribe in a RSS reader&lt;/a&gt;
</pre>
<p>To tell Google Analytics to trigger my goal any time this link is clicked, I <span class="orange">add this piece of code</span>:</p>
<pre>onclick="javascript: pageTracker._trackPageview('/goal/rss.html');"</pre>
<p>The final product looks like this:</p>
<pre>
&lt;a onclick="javascript: pageTracker._trackPageview('/goal/rss.html');" rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/InternetMegaphone"&gt;Subscribe in a RSS reader&lt;/a&gt;</pre>
<p>You can also add the code to any button on your site. Here&#8217;s what it looks like when I add the same goal code to the <strong>Subscribe</strong> button to track RSS email subscriptions:</p>
<pre>&lt;input onclick="javascript: pageTracker._trackPageview('/goal/rss.html');" type="submit" value="Subscribe" /&gt;</pre>
<p>Simply replace <tt>/goal/rss.html</tt> with the code for your goal. You can repeat this process as many times as you&#8217;d like (without exceeding Google Analytics&#8217; maximum of 4 goals per profile).</p>
<p>If you have any questions, please post them in the comments and I&#8217;ll get back to you!</p>


<p>Related posts:<ol><li><a href='http://internetmegaphone.com/how-to-track-form-submissions-with-google-analytics-goals/' rel='bookmark' title='Permanent Link: How To Track Form Submissions With Google Analytics Goals'>How To Track Form Submissions With Google Analytics Goals</a></li><li><a href='http://internetmegaphone.com/ditch-your-stone-age-business-email-address-and-get-a-contact-form/' rel='bookmark' title='Permanent Link: Ditch Your Stone Age Business Email Address and Get a Contact Form'>Ditch Your Stone Age Business Email Address and Get a Contact Form</a></li><li><a href='http://internetmegaphone.com/how-to-use-google-conversion-tracking-in-wordpress/' rel='bookmark' title='Permanent Link: How To Use Google Conversion Tracking In Wordpress'>How To Use Google Conversion Tracking In Wordpress</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://internetmegaphone.com/how-to-turn-any-link-into-a-google-analytics-goal/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Track Form Submissions With Google Analytics Goals</title>
		<link>http://internetmegaphone.com/how-to-track-form-submissions-with-google-analytics-goals/</link>
		<comments>http://internetmegaphone.com/how-to-track-form-submissions-with-google-analytics-goals/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 02:01:38 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[Conversion Tracking]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.internetmegaphone.com/?p=120</guid>
		<description><![CDATA[I&#8217;m going to walk you through how to track form submissions on your site by setting up a Google Analytics goal that is triggered whenever your form&#8217;s &#8216;Thank You&#8217; page is loaded.
In this post, I&#8217;m using a live example from a site I created for a counseling business that provides counseling services to Roseville and [...]


Related posts:<ol><li><a href='http://internetmegaphone.com/how-to-turn-any-link-into-a-google-analytics-goal/' rel='bookmark' title='Permanent Link: How To Turn Any Link Into A Google Analytics Goal'>How To Turn Any Link Into A Google Analytics Goal</a></li><li><a href='http://internetmegaphone.com/ditch-your-stone-age-business-email-address-and-get-a-contact-form/' rel='bookmark' title='Permanent Link: Ditch Your Stone Age Business Email Address and Get a Contact Form'>Ditch Your Stone Age Business Email Address and Get a Contact Form</a></li><li><a href='http://internetmegaphone.com/how-to-use-google-conversion-tracking-in-wordpress/' rel='bookmark' title='Permanent Link: How To Use Google Conversion Tracking In Wordpress'>How To Use Google Conversion Tracking In Wordpress</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to walk you through how to track form submissions on your site by setting up a Google Analytics goal that is triggered whenever your form&#8217;s &#8216;Thank You&#8217; page is loaded.</p>
<p>In this post, I&#8217;m using a live example from a site I created for a counseling business that provides<a href="http://www.windowsofhopecounseling.org"> counseling services to Roseville and Sacramento</a> residents in northern California called <a href="http://www.windowsofhopecounseling.org">Windows Of Hope Counseling</a>.</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/contact-form.png" alt="contact-form" title="contact-form" width="480" height="440" class="aligncenter size-full wp-image-121" /></p>
<p>This is the lead form that I&#8217;d like to turn into a goal for conversion tracking purposes. Filling out the form is the number one action I want visitors to take on the site, so it&#8217;s important to be able to track when and where visitors fill it out. Using this information I can find out which pages of the site actually drive leads for my client&#8217;s business.</p>
<p>Let&#8217;s get started. Here are the steps:</p>
<p>1. Log in to Google Analytics, select <b>Goals</b> from the left-hand menu and then click <b>Set up goals and funnels</b>.</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/set-up-goals.png" alt="set-up-goals" title="set-up-goals" width="529" height="342" class="aligncenter size-full wp-image-122" /></p>
<p>2. Under the <b>Conversion Goals and Funnel</b> section, click <b>Edit</b> next to Goal 1.</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/edit-goal2.png" alt="edit-goal2" title="edit-goal2" width="637" height="123" class="aligncenter size-full wp-image-124" /></p>
<p>3. Here&#8217;s how you fill out the form:</p>
<p><img src="http://realitytvnews.org/wp-content/uploads/2009/07/goal-set-up.png" alt="goal-set-up" title="goal-set-up" width="613" height="313" class="aligncenter size-full wp-image-125" /></p>
<p><b>Active Goal</b>: On</p>
<p><b>Match Type</b>: Head Match</p>
<p><b>Goal URL</b>: This is the URL of my form&#8217;s &#8216;Thank You&#8217; page.</p>
<p><b>Goal name</b>: Describe your goal as simply as possible.</p>
<p><b>Case sensitive</b>: Unchecked, don&#8217;t worry about this.</p>
<p><b>Goal value</b>: This is the monetary value of your goal. If you&#8217;re selling a product for $19.95, you would write <tt>19.95</tt> here. For our purposes, we are tracking a form submission that doesn&#8217;t have a concrete dollar value. In this case, I recommend setting this at <tt>1.0</tt> so that you can take a quick glance at future reports and know that the final tally is how many actual times your goal was accomplished.</p>
<p>Scroll to the bottom and click <b>Save Changes</b>. You&#8217;re done!</p>
<p>Have a question? Ask it in the comments and I&#8217;ll get back to you!</p>


<p>Related posts:<ol><li><a href='http://internetmegaphone.com/how-to-turn-any-link-into-a-google-analytics-goal/' rel='bookmark' title='Permanent Link: How To Turn Any Link Into A Google Analytics Goal'>How To Turn Any Link Into A Google Analytics Goal</a></li><li><a href='http://internetmegaphone.com/ditch-your-stone-age-business-email-address-and-get-a-contact-form/' rel='bookmark' title='Permanent Link: Ditch Your Stone Age Business Email Address and Get a Contact Form'>Ditch Your Stone Age Business Email Address and Get a Contact Form</a></li><li><a href='http://internetmegaphone.com/how-to-use-google-conversion-tracking-in-wordpress/' rel='bookmark' title='Permanent Link: How To Use Google Conversion Tracking In Wordpress'>How To Use Google Conversion Tracking In Wordpress</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://internetmegaphone.com/how-to-track-form-submissions-with-google-analytics-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
