<?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: How to Install Google Analytics for Volusion Sites</title>
	<atom:link href="http://www.convergent7.com/blog/seo/how-to-install-google-analytics-for-volusion-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.convergent7.com/volusion/how-to-install-google-analytics-for-volusion-sites/</link>
	<description>SEO Expert and Volusion eCommerce Consulting Services</description>
	<lastBuildDate>Thu, 29 Dec 2011 15:28:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Juan</title>
		<link>http://www.convergent7.com/volusion/how-to-install-google-analytics-for-volusion-sites/#comment-4</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Fri, 25 Jun 2010 16:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.convergent7.com/blog/?p=68#comment-4</guid>
		<description>Hey man, awesome tutorial - i am glad to have found someone else that thinks the same way about getting SEO done on this volusion shopping cart. They are definitely still lacking a lot of stuff. I really want to set up the rel canonical  you had on the earlier post on the separate pages generated by the same product. It carries over the same meta title and description.</description>
		<content:encoded><![CDATA[<p>Hey man, awesome tutorial &#8211; i am glad to have found someone else that thinks the same way about getting SEO done on this volusion shopping cart. They are definitely still lacking a lot of stuff. I really want to set up the rel canonical  you had on the earlier post on the separate pages generated by the same product. It carries over the same meta title and description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fialkoff</title>
		<link>http://www.convergent7.com/volusion/how-to-install-google-analytics-for-volusion-sites/#comment-3</link>
		<dc:creator>Josh Fialkoff</dc:creator>
		<pubDate>Sun, 11 Apr 2010 20:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.convergent7.com/blog/?p=68#comment-3</guid>
		<description>Hi,
I am also wondering how to make user-friendly URLs for static pages. It looks like there&#039;s a way to do this, but it is not immediately apparent to me.
-Josh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am also wondering how to make user-friendly URLs for static pages. It looks like there&#8217;s a way to do this, but it is not immediately apparent to me.<br />
-Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fialkoff</title>
		<link>http://www.convergent7.com/volusion/how-to-install-google-analytics-for-volusion-sites/#comment-2</link>
		<dc:creator>Josh Fialkoff</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.convergent7.com/blog/?p=68#comment-2</guid>
		<description>Hi,
I am working with a client who uses Volusion and I just installed the advanced analytics script from this page: https://store.volusion.com/kb_results.asp?ID=450
Here is the code:


var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot; https://ssl.&quot; : &quot;http://www.&quot;);
document.write(&quot;&quot;);


function v_ga_track(ga_account, trackDomainName, theDomainName) {
	var domainNameTracking = trackDomainName ? true : false;
	var gapageTracker = _gat._getTracker(ga_account);
	gapageTracker._initData();

	if (domainNameTracking) {
		if (!theDomainName) {
			theDomainName = &quot;Config_FullStoreURL&quot;.replace(&quot;https:&quot;,&quot;&quot;).replace(&quot;http:&quot;,&quot;&quot;);
			theDomainName = theDomainName.substring(2,theDomainName.length - 1);
		}
		gapageTracker._setDomainName(theDomainName);
	}
	gapageTracker._trackPageview();
	try {
		if( typeof Order != &#039;undefined&#039; )
		{
			gapageTracker._addTrans(Order[0], &quot;&quot;, Order[2], Order[4], Order[5], Order[6], Order[7], Order[8]);
			for (var i=0; i &lt; OrderDetails.length; i++)
				gapageTracker._addItem(OrderDetails[i][0], OrderDetails[i][2], OrderDetails[i][3], OrderDetails[i][4], OrderDetails[i][5], OrderDetails[i][6]);
			gapageTracker._trackTrans();
		}
	}
	catch(e) {}
}

v_ga_track(&quot;UA-XXXXXX-X&quot;);


I am trying to find out what extra information I can gain from having this more-advanced code on the site.

Thanks,
Josh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am working with a client who uses Volusion and I just installed the advanced analytics script from this page: <a href="https://store.volusion.com/kb_results.asp?ID=450" rel="nofollow">https://store.volusion.com/kb_results.asp?ID=450</a><br />
Here is the code:</p>
<p>var gaJsHost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8221; <a href="https://ssl." rel="nofollow">https://ssl.</a>&#8221; : &#8220;http://www.&#8221;);<br />
document.write(&#8220;&#8221;);</p>
<p>function v_ga_track(ga_account, trackDomainName, theDomainName) {<br />
	var domainNameTracking = trackDomainName ? true : false;<br />
	var gapageTracker = _gat._getTracker(ga_account);<br />
	gapageTracker._initData();</p>
<p>	if (domainNameTracking) {<br />
		if (!theDomainName) {<br />
			theDomainName = &#8220;Config_FullStoreURL&#8221;.replace(&#8220;https:&#8221;,&#8221;").replace(&#8220;http:&#8221;,&#8221;");<br />
			theDomainName = theDomainName.substring(2,theDomainName.length &#8211; 1);<br />
		}<br />
		gapageTracker._setDomainName(theDomainName);<br />
	}<br />
	gapageTracker._trackPageview();<br />
	try {<br />
		if( typeof Order != &#8216;undefined&#8217; )<br />
		{<br />
			gapageTracker._addTrans(Order[0], &#8220;&#8221;, Order[2], Order[4], Order[5], Order[6], Order[7], Order[8]);<br />
			for (var i=0; i &lt; OrderDetails.length; i++)<br />
				gapageTracker._addItem(OrderDetails[i][0], OrderDetails[i][2], OrderDetails[i][3], OrderDetails[i][4], OrderDetails[i][5], OrderDetails[i][6]);<br />
			gapageTracker._trackTrans();<br />
		}<br />
	}<br />
	catch(e) {}<br />
}</p>
<p>v_ga_track(&quot;UA-XXXXXX-X&quot;);</p>
<p>I am trying to find out what extra information I can gain from having this more-advanced code on the site.</p>
<p>Thanks,<br />
Josh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

