<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/var/www/html/rd/blogs/wp-settings.php</b> on line <b>629</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/var/www/html/rd/blogs/wp-settings.php</b> on line <b>644</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/var/www/html/rd/blogs/wp-settings.php</b> on line <b>651</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/var/www/html/rd/blogs/wp-settings.php</b> on line <b>687</b><br />
<br />
<b>Deprecated</b>:  Function set_magic_quotes_runtime() is deprecated in <b>/var/www/html/rd/blogs/wp-settings.php</b> on line <b>18</b><br />
<?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/"
	>

<channel>
	<title>Sam Enriquez</title>
	<atom:link href="http://resoluted.com/blogs/sam/feed/" rel="self" type="application/rss+xml" />
	<link>http://resoluted.com/blogs/sam</link>
	<description>SEM SEO and Web Analytics</description>
	<pubDate>Wed, 20 Jan 2010 01:36:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Virtual Pageviews using Google Analytics</title>
		<link>http://resoluted.com/blogs/sam/2010/01/14/event-tracking-using-google-analytics/</link>
		<comments>http://resoluted.com/blogs/sam/2010/01/14/event-tracking-using-google-analytics/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 21:04:04 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Google Analytics]]></category>

		<category><![CDATA[Sam Enriquez]]></category>

		<category><![CDATA[virtual page views using google analytics]]></category>

		<category><![CDATA[Virtual pageviews]]></category>

		<category><![CDATA[virtual pageviews with google analytics]]></category>

		<guid isPermaLink="false">http://resoluted.com/blogs/sam/?p=37</guid>
		<description><![CDATA[Virtual Page views using Google Analytics is an essential feature to track visitors within your site and to have a good idea as to where customers leave the conversion process. Virtual page views are used when traditional page views are not recorded and an alternative traking convention is required.
Virtual page views are very helpful because [...]]]></description>
			<content:encoded><![CDATA[<p>Virtual Page views using Google Analytics is an essential feature to track visitors within your site and to have a good idea as to where customers leave the conversion process. Virtual page views are used when traditional page views are not recorded and an alternative traking convention is required.</p>
<p><strong>Virtual page views</strong> are very helpful because any kind of activity can be represented and tracked if the code is paced properly. An interaction involving playing a flash video, for example, would not normally be recorded as an action by analytics, although by setting the visitor interaction as a virtual page view, it can be accomplished.  In other words, even if a page hasn&#8217;t actually been loaded, by setting it as &#8216;virtual&#8217; Google Servers receive information that a page view has just been enacted.The main argument which is called during implementing this is <strong>_trackPageview()</strong></p>
<p>Again, first the standard Google Analytics Tracking code must be implemented in the source code on the main server hosting the site. So your code should look like this I will provide a sample:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);</p>
<p>document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));</p>
<p>&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var pageTracker = _gat._getTracker(&#8221;UA-7799676-1″);</p>
<p><strong>pageTracker._trackPageview();</strong></p>
<p>&lt;/script</p>
<p>The main argument here is the _trackPageView method, however for each element tracked, the trackPageView() method must specify a name for each event, thus if you would like to track a step in the purchase process and state it step 1 in the purchase funnel, within the track page view parenthesis, the code will be:</p>
<p><strong>pageTracker._trackPageview(&#8221;/purchase_funnel/Step1.html&#8221;); </strong></p>
<p>-However remember that what is in the parenthesis varies and you must adopt a consistent naming convention in Analytics.</p>
<p>Also, a Download can be tracked by inserting the _trackPageView argument inside a hyperlink as follows:</p>
<p><strong>&lt;a href=<a href="http://www.example.com/">http://www.example.com</a> onClick= &#8220;javascript: pageTracker._trackPageview(&#8217;download/example.pdf&#8217;);&#8221;&gt;</strong></p>
<p>This code makes it possible for a download to count as a page view and thus an additional step in the conversion process.</p>
<p>In all, virtual page views are essential when tracking visitors through the conversion process and viewing the funnel visualization in analytics which is a great visual of when you lose customers. This can give a clear picture as to what works in the conversion process and what doesn&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://resoluted.com/blogs/sam/2010/01/14/event-tracking-using-google-analytics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google China Conflict</title>
		<link>http://resoluted.com/blogs/sam/2010/01/14/googlechina-fiasco/</link>
		<comments>http://resoluted.com/blogs/sam/2010/01/14/googlechina-fiasco/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:36:36 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[China/google conflict]]></category>

		<category><![CDATA[Chinese dissident cyberattack]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google exit from China]]></category>

		<category><![CDATA[google hacked by Chinese]]></category>

		<category><![CDATA[Sam Enriquez]]></category>

		<guid isPermaLink="false">http://resoluted.com/blogs/sam/?p=38</guid>
		<description><![CDATA[ The world&#8217;s largest search engine, Google, could discontinue operations in China due to an incident where Chinese Dissidents hacked Gmail accounts. Apparently, a series of sophisticated cyberattacks took place last week against an estimated 34 companies in the U.S. to fish out confidential software source codes.  This certainly is not the first time hackers [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left"><a rel="attachment wp-att-39" href="http://resoluted.com/blogs/sam/2010/01/14/googlechina-fiasco/f200609061314564025159903/"><img class="size-medium wp-image-39 alignleft" src="http://resoluted.com/blogs/sam/files/2010/01/f200609061314564025159903-225x300.jpg" alt="f200609061314564025159903" width="187" height="249" /></a> <span style="color: #c0c0c0">The world&#8217;s largest search engine, Google, could discontinue operations in China due to an incident where Chinese Dissidents hacked Gmail accounts. Apparently, a series of sophisticated cyberattacks took place last week against an estimated 34 companies in the U.S. to fish out confidential software source codes.  This certainly is not the first time hackers have been identified from China as the origin for other former cyberattcks making search giant Google weary of continuing operations in the country. Victims of the attack include multinational corporations, mostly from California, and include law offices, high tech companies, and other entities. The Chinese government has been identified as possibly being involved in the infringement of Chinese human rights activists through gmail accounts hosted on the computer networks of these companies located in the United States. Despite this backlash against Google company policy and long standing privacy policy, a booming Chinese market could cost Google some 300 Billion in annual revenue if the company decided to leave. Having just entered the Chinese market in 2006, Google agreed to follow China&#8217;s filtering policies and abide by content regulations, however, this invasion of privacy policy might be the end of the line for Google.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://resoluted.com/blogs/sam/2010/01/14/googlechina-fiasco/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linking Domains and sub-domains using Google Analytics</title>
		<link>http://resoluted.com/blogs/sam/2009/09/25/linking-domains-and-sub-domains-using-google-analytics/</link>
		<comments>http://resoluted.com/blogs/sam/2009/09/25/linking-domains-and-sub-domains-using-google-analytics/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:41:07 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Google Analytics]]></category>

		<category><![CDATA[Linking Domains and sub-domains]]></category>

		<category><![CDATA[Linking domains using Google analytics]]></category>

		<category><![CDATA[PageTracker]]></category>

		<category><![CDATA[Sam Enriquez]]></category>

		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://resoluted.com/blogs/sam/?p=32</guid>
		<description><![CDATA[Some websites may benefit from having linked domains and/or sub-domains whether they are both owned by a parent company, are partners, or are related in some way and can provide interconnected data in order to send cookie information from one site to another. This can aid with identifying a websites source of referral traffic and [...]]]></description>
			<content:encoded><![CDATA[<p>Some websites may benefit from having linked domains and/or sub-domains whether they are both owned by a parent company, are partners, or are related in some way and can provide interconnected data in order to send cookie information from one site to another. This can aid with identifying a websites source of referral traffic and act as a funnel in which visitors can be more accurately identified as either unique or recurring. Google Analytics uses 1<sup>st</sup> Party cookies thus using certain arguments to link cookie information between domains is useful and worthwhile process.</p>
<p><strong>Firstly, access to your web server is needed and implanting of the Google Analytics tracking code is required on all pages of both domains. Example is as shown:</strong></p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);</p>
<p>document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));</p>
<p>&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var pageTracker = _gat._getTracker(&#8221;UA-7799676-1&#8243;);</p>
<p>pageTracker._trackPageview();</p>
<p>&lt;/script&gt;</p>
<p><strong>Now, before the &lt;/script&gt; and trackPageview() ,</strong></p>
<p><strong>Insert the _setDomainName(&#8221;None&#8221;)  _setAllowLinker(true); arguments into your code.</strong></p>
<p><strong>It should look like:</strong></p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);</p>
<p>document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));</p>
<p>&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var pageTracker = _gat._getTracker(&#8221;UA-7799676-1&#8243;);</p>
<p><strong>pageTracker._setDomainName(&#8221;None&#8221;);</strong></p>
<p><strong>pageTracker._setAllowLinker(&#8221;true&#8221;);</strong></p>
<p>pageTracker._trackPageview();</p>
<p>&lt;/script&gt;</p>
<p><strong> </strong></p>
<p><strong>After the code highlighted in bold is inserted, call the _link() method to all links in between domains.</strong></p>
<p><strong>We will use an example linking Yourwebsite.com with yourotherwebsite.com by allowing cookie information to be shared using the link method. The following code using an example website:</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>On www.yourwebsite.com:</strong></p>
<p>&lt;a href= http://yourwebsite.com</p>
<p>Onclick=&#8221;pageTracker._link(&#8217;http://www.yourwebsite.com&#8217;);return false;&#8221;&gt;Go to our sister site Yourotherwebsite.com&lt;/a&gt;</p>
<p><strong>Likewise, on www.yourotherwebsite.com use this code: </strong></p>
<p>&lt;a href= http://yourotherwebsite.com</p>
<p>Onclick=&#8221;pageTracker._link(&#8217;http://www.yourotherwebsite.com&#8217;);return false;&#8221;&gt;Go to our sister site yourwebsite.com&lt;/a&gt;</p>
<p>The link method allows for cookie information to transfer between different domains when the user clicks on the link to transfer to a different domain. The visitor&#8217;s session information will be preserved through first party cookies. Unfortunately, the link method does not work through means other than clicking on a link. If session information is wished to be preserved through other means, like a form, the _linkByPost() method must be used. An example would be:</p>
<p>&lt;form action=<a href="http://www.exampleshoppingcart.com/service/formprocessor.php">http://www.exampleshoppingcart.com/service/formprocessor.php</a></p>
<p>Name=&#8221;f&#8221; method= &#8220;post&#8221; onsubmit=&#8221;pageTracker._linkbyPost(this)&#8221;&gt;</p>
<p>(Other Misc. Content here&#8230;)</p>
<p>&lt;/form&gt;</p>
<p>Tracking across multiple Subdomains is very useful for domains that are a part of larger domains if you would like tracking to span across different webpages organized into different departments, groups, etc. For example if your website is organized so that the shopping cart is directed to the url: cart.yourwebsite.com from yourwebsite.com, then in order to transfer cookie information between the parent domain and the sub-domain, the following steps must be followed:</p>
<p><strong>First the standard ga.js tracking code must be implemented on the main web server for the code on that page of course, although a new line of code must be inserted after the var pageTracker argument is called which is the _setDomainName method. The following is what the code should look like. The highlighted text represents the argument that will preserve cookie information when a user is transferred from your parent domain to your sub-domain. This code will allow GA to track the visitor and identify that visitor as a referred visitor. </strong></p>
<p>Google Tracking code inserted here&#8230;</p>
<p>&lt;/script&gt;</p>
<p>Var pageTracker=_gat._getTracker(&#8221;Insert UA ID # here&#8221;);</p>
<p><strong>pageTracker._setDomainName(&#8221;.yourmaindomain.com&#8221;);</strong></p>
<p>pageTracker._trackPageview();</p>
<p>&lt;/script&gt;</p>
<p>Again, once the parent domain is referenced, GA will share 1<sup>st</sup> party cookie information and transfer them from domain to sub-domain. In addition to linking domains with sub-domains Google Analytics also allows users to track across multiple domains with sub-domains.</p>
<p><strong>In order to do this, additional code is required to set up on each sub-domain and primary domain. In order to do this you must call the _setAllowHash argument which will allow for cookie session information to be exchanged between multiple domains with sub-domains.</strong></p>
<p><strong> </strong></p>
<p>(Google Analytics tracking code must be inserted here)</p>
<p>&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var pageTracker = _gat._getTracker(&#8221;UA-7799676-1&#8243;);</p>
<p>pageTracker._setDomainName(&#8221;None&#8221;);</p>
<p>pageTracker._setAllowLinker(true);</p>
<p><strong>pageTracker._setAllowHash(false);</strong></p>
<p>pageTracker._trackPageview();</p>
<p>&lt;/script&gt;</p>
<p><strong>After this code is inserted on the host server for all the domains and sub-domains that you wish to be linked, the _link() or _linkbyPost() method can be used to track all links and/or forms between each domain. Note that these methods are not needed for all links or forms between sub-domains of the same domain only sub-domains of different domains.</strong></p>
<p><strong>On www.yourwebsite.com:</strong></p>
<p>&lt;a href= http://yourwebsite.com</p>
<p>Onclick=&#8221;pageTracker._link(&#8217;http://www.yourwebsite.com&#8217;);return false;&#8221;&gt;Go to our sister site Yourotherwebsite.com&lt;/a&gt;</p>
<p><strong>Likewise, on www.yourotherwebsite.com use this code: </strong></p>
<p>&lt;a href= http://yourotherwebsite.com</p>
<p>Onclick=&#8221;pageTracker._link(&#8217;http://www.yourotherwebsite.com&#8217;);return false;&#8221;&gt;Go to our sister site yourwebsite.com&lt;/a&gt;</p>
<p><strong>Again plant this code on all links/forms between your different domains as before except between sub-domains on the same domain. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://resoluted.com/blogs/sam/2009/09/25/linking-domains-and-sub-domains-using-google-analytics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>E-commerce tracking using Google Analytics</title>
		<link>http://resoluted.com/blogs/sam/2009/09/25/e-commerce-tracking-using-google-analytics/</link>
		<comments>http://resoluted.com/blogs/sam/2009/09/25/e-commerce-tracking-using-google-analytics/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:19:07 +0000</pubDate>
		<dc:creator>sam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[E-commerce with Google Analytics]]></category>

		<category><![CDATA[Google Analytics]]></category>

		<category><![CDATA[Implementing E-commerce code]]></category>

		<category><![CDATA[Sam Enriquez]]></category>

		<category><![CDATA[Using E-commerce]]></category>

		<guid isPermaLink="false">http://resoluted.com/blogs/sam/?p=25</guid>
		<description><![CDATA[If operating an e-commerce store, analysis of these metrics can result in significant performance gains as it makes it easier to understand customer behavior and areas for improvement.]]></description>
			<content:encoded><![CDATA[<p>E-commerce tracking using Google Analytics is likely the most useful feature of the program as it allows for in-depth analysis of important e-commerce metrics such as Revenues generated from products sold, specific product performance, conversion rates, average order value and more. If operating an e-commerce store, analysis of these metrics can result in significant performance gains as it makes it easier to understand customer behavior and areas for improvement. In order to plant the code, you will need access to your main web server hosting your web site coding in order to insert GA code where necessary. Remember, what we&#8217;re doing here is injecting information from your web server and funneling it to the GA server which spits out the data back to you in a form that is able to be accessed in a useful format. First, before any of these features can be utilized, the e-commerce feature must be enabled as shown below:</p>
<p><strong>First Select Analytics Settings&gt;Profile Settings&gt;Edit Profile information&gt;Enable E-commerce by selecting YES, an E-Commerce Site</strong></p>
<p><img src="http://www.resoluted.com/blogs/images/Picture3.png" alt="" width="541" height="329" /></p>
<p><strong> </strong></p>
<p><strong>Once E-commerce is enabled, GA tracking code must be added to your receipt page and then some additional code must be implemented to track and log each transaction. In order to track each transaction the following code must be implemented into the receipt page:</strong></p>
<p>First add standard Google Analytics tracking code to the receipt page. This tracking code will vary based on your specific profile; however an example is as shown:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);</p>
<p>document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));</p>
<p>&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>try {</p>
<p>var pageTracker = _gat._getTracker(&#8221;UA-7799676-1&#8243;);</p>
<p>pageTracker._trackPageview();</p>
<p>&lt;/script&gt;</p>
<p><strong>Next on the receipt page after standard ga.js tracking code enter the following code before &lt;/script&gt; enter the following code:  Note that your merchant software provider is required to dynamically retrieve information from the fields below:</strong></p>
<p><strong>pageTracker._addTrans(</strong></p>
<p>&#8220;Order ID-required&#8221;</p>
<p>&#8220;Affiliation or store name-optional&#8221;</p>
<p>&#8220;Total-required&#8221;</p>
<p>&#8220;Tax-optional&#8221;</p>
<p>&#8220;Shipping-optional&#8221;</p>
<p>&#8220;City-optional&#8221;</p>
<p>&#8220;State-optional&#8221;</p>
<p>&#8220;Country-optional&#8221;</p>
<p>);</p>
<p>Next add <strong>pageTracker._addItem(</strong></p>
<p>&#8220;Order ID-required&#8221;</p>
<p>&#8220;SKU/Code-optional&#8221;</p>
<p>&#8220;Product Name-optional&#8221;</p>
<p>&#8220;Category-optional&#8221;</p>
<p>&#8220;Unit price-required&#8221;</p>
<p>&#8220;Quantity-required&#8221;</p>
<p>);</p>
<p>Lastly add: <strong>pageTracker._trackTrans();</strong></p>
<p>Finish code with <strong>&lt;/script&gt;</strong></p>
<p><strong>The trackTrans() argument is vital because it sends all information to GA server and records the transaction giving you the data. Essentially the trackTrans argument sends the data from your server to GA by requesting for the _utm file twice, once for the transaction taking place and once for each item purchased.</strong></p>
<p>An example of what the coding for the final receipt page should look like:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);</p>
<p>document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>try {</p>
<p>var pageTracker = _gat._getTracker(&#8221;UA-7799676-1&#8243;);</p>
<p>pageTracker._trackPageview();</p>
<p><strong>pageTracker._addTrans(</strong></p>
<p><strong>&#8220;Order ID-required&#8221;</strong></p>
<p><strong>&#8220;Affiliation or store name-optional&#8221;</strong></p>
<p><strong>&#8220;Total-required&#8221;</strong></p>
<p><strong>&#8220;Tax-optional&#8221;</strong></p>
<p><strong>&#8220;Shipping-optional&#8221;</strong></p>
<p><strong>&#8220;City-optional&#8221;</strong></p>
<p><strong>&#8220;State-optional&#8221;</strong></p>
<p><strong>&#8220;Country-optional&#8221;</strong></p>
<p><strong>);</strong></p>
<p><strong>pageTracker._addItem(</strong></p>
<p><strong>&#8220;Order ID-required&#8221;</strong></p>
<p><strong>&#8220;SKU/Code-optional&#8221;</strong></p>
<p><strong>&#8220;Product Name-optional&#8221;</strong></p>
<p><strong>&#8220;Category-optional&#8221;</strong></p>
<p><strong>&#8220;Unit price-required&#8221;</strong></p>
<p><strong>&#8220;Quantity-required&#8221;</strong></p>
<p><strong>);</strong></p>
<p><strong>pageTracker._trackTrans();</strong></p>
<p>&lt;/script&gt;</p>
<p><strong>Repeat this procedure at the receipt page of each product sold. Remember that code will need to dynamically retrieve the fields from your merchant software</strong><strong></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>What your E-commerce Report Tells you:</strong></p>
<p>After E-commerce code is processed and working properly, essentially what you will see is an in-depth analysis of different revenue metrics. Navigating through the left hand tabs allows you to sort through specific product performance, average order values, transactions, visits to purchase, and days to purchase information.</p>
<p><img src="http://www.resoluted.com/blogs/images/Picture2.png" alt="" width="436" height="265" /></p>
]]></content:encoded>
			<wfw:commentRss>http://resoluted.com/blogs/sam/2009/09/25/e-commerce-tracking-using-google-analytics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

