<?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"
	>
<channel>
	<title>Comments on: Google Analytics - Revenue Tracking for Actinic v8 and v9</title>
	<atom:link href="http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html</link>
	<description>Ink, Inkjet toner cartridges, printing help and support</description>
	<pubDate>Thu, 04 Dec 2008 23:24:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rob</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-540</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 09 Sep 2008 17:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-540</guid>
		<description>Wordpress is seriously messing with the code, so i've linked to it externally!

Regarding the regex, I'm using the ^ to negate the expression so it's inside the brackets (Delete everything but the numbers). I also only wanted it to strip the first alphanumeric character it come across. This is usually a pound sign which analytics doesn't like very much :)</description>
		<content:encoded><![CDATA[<p>Wordpress is seriously messing with the code, so i&#8217;ve linked to it externally!</p>
<p>Regarding the regex, I&#8217;m using the ^ to negate the expression so it&#8217;s inside the brackets (Delete everything but the numbers). I also only wanted it to strip the first alphanumeric character it come across. This is usually a pound sign which analytics doesn&#8217;t like very much <img src='http://blog.stinkyinkshop.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel.crowe</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-539</link>
		<dc:creator>gabriel.crowe</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-539</guid>
		<description>..additionally, your script is missing and end curly brace.</description>
		<content:encoded><![CDATA[<p>..additionally, your script is missing and end curly brace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel.crowe</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-538</link>
		<dc:creator>gabriel.crowe</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-538</guid>
		<description>I couldn't get this working either.

This is the preferred approach for me, and i'd love for it to have worked, but sadly, its throwing up all sorts of js errors.

the errors center around this line in roi js:
price     = $('.receipt_price', this).text().replace(/[^0-9]/&#124;&#62;, '');

...the regex you use isnt valid.
isnt this the correct regex?: /^[0-9]+$/</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get this working either.</p>
<p>This is the preferred approach for me, and i&#8217;d love for it to have worked, but sadly, its throwing up all sorts of js errors.</p>
<p>the errors center around this line in roi js:<br />
price     = $(&#8217;.receipt_price&#8217;, this).text().replace(/[^0-9]/|&gt;, &#8221;);</p>
<p>&#8230;the regex you use isnt valid.<br />
isnt this the correct regex?: /^[0-9]+$/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-459</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 14 Mar 2008 17:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-459</guid>
		<description>Sorry guys but it's just not working. I'll give it another 24 hours but I do not expect there to be any difference. Obviously I have got something wrong if this is working on your Actinic store so apologies for not being able to configure what would be an excellent revenue tracker.</description>
		<content:encoded><![CDATA[<p>Sorry guys but it&#8217;s just not working. I&#8217;ll give it another 24 hours but I do not expect there to be any difference. Obviously I have got something wrong if this is working on your Actinic store so apologies for not being able to configure what would be an excellent revenue tracker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-456</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Thu, 13 Mar 2008 16:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-456</guid>
		<description>Thanks for the swift response.
I've now changed the roi.js as you have suggested with Exotic as the shop &#38; oriental gifts as the category so it's finger crossed!</description>
		<content:encoded><![CDATA[<p>Thanks for the swift response.<br />
I&#8217;ve now changed the roi.js as you have suggested with Exotic as the shop &amp; oriental gifts as the category so it&#8217;s finger crossed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-455</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 13 Mar 2008 15:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-455</guid>
		<description>You can set the name of your shop and category to anything you want.

i.e.

    // --- OPTIONS ---
    store_name           = 'ExoticAndOriental';
    default_country_code = 'UK';
    default_category     = 'Gifts';
    tracking_code        = 'UA-1234567-1';</description>
		<content:encoded><![CDATA[<p>You can set the name of your shop and category to anything you want.</p>
<p>i.e.</p>
<p>    // &#8212; OPTIONS &#8212;<br />
    store_name           = &#8216;ExoticAndOriental&#8217;;<br />
    default_country_code = &#8216;UK&#8217;;<br />
    default_category     = &#8216;Gifts&#8217;;<br />
    tracking_code        = &#8216;UA-1234567-1&#8242;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-454</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Thu, 13 Mar 2008 15:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-454</guid>
		<description>I'm probably being very dumb here but I simply cannot get this to work.
I have changed everything in the Options as you suggest but I cannot for the life of me figure out what my product category is or what my shop is called in Google Analytics. I've tried various combinations and none work. Just where does Google hide these things on the analytics site?
All the customisation of the receipt page is OK and all the scripts are where they should be. I'm now stumped but I presume the problem lies with the incorrect options.
Any advice would be gratefully received.</description>
		<content:encoded><![CDATA[<p>I&#8217;m probably being very dumb here but I simply cannot get this to work.<br />
I have changed everything in the Options as you suggest but I cannot for the life of me figure out what my product category is or what my shop is called in Google Analytics. I&#8217;ve tried various combinations and none work. Just where does Google hide these things on the analytics site?<br />
All the customisation of the receipt page is OK and all the scripts are where they should be. I&#8217;m now stumped but I presume the problem lies with the incorrect options.<br />
Any advice would be gratefully received.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Actinic Plugins - Stinky Ink</title>
		<link>http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-396</link>
		<dc:creator>Actinic Plugins - Stinky Ink</dc:creator>
		<pubDate>Thu, 28 Feb 2008 14:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stinkyinkshop.co.uk/google-analytics-revenue.html#comment-396</guid>
		<description>[...] Implementing Google E-Commerce in Analytics [...]</description>
		<content:encoded><![CDATA[<p>[...] Implementing Google E-Commerce in Analytics [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
