<?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: Testing Google Analytics Regular Expressions In Real Time</title>
	<atom:link href="http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/</link>
	<description>Online Marketing Consultant (SEO Consultant)</description>
	<lastBuildDate>Sat, 30 Jan 2010 18:56:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nolajohn</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-3433</link>
		<dc:creator>nolajohn</dc:creator>
		<pubDate>Sun, 01 Nov 2009 19:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-3433</guid>
		<description>Thanks - highly informative.

I am having a problem getting Analytics to list my conversion URL.  Because I use a hosted shopping cart, the checkout URLs are on another domain name and I have very little control.

The only thing I could think of was to add an anchor to my order receipt page and then do a javascript redirect so my order receipt URL has &quot;#my_anchor&quot; on the end.  I then use a regular expression to match this text.

However - when I look in the Top Content, I can not find my anchor text anywhere in Analytics (and it is not because there are too many URLs and I&#039;m just not finding it).

Any suggestions?  Is there a better way to track Goal conversions in Google Analytics?</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; highly informative.</p>
<p>I am having a problem getting Analytics to list my conversion URL.  Because I use a hosted shopping cart, the checkout URLs are on another domain name and I have very little control.</p>
<p>The only thing I could think of was to add an anchor to my order receipt page and then do a javascript redirect so my order receipt URL has &#8220;#my_anchor&#8221; on the end.  I then use a regular expression to match this text.</p>
<p>However &#8211; when I look in the Top Content, I can not find my anchor text anywhere in Analytics (and it is not because there are too many URLs and I&#8217;m just not finding it).</p>
<p>Any suggestions?  Is there a better way to track Goal conversions in Google Analytics?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reguläre Ausdrücke in Google Analytics live testen &#124; Web Analytics News</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-3322</link>
		<dc:creator>Reguläre Ausdrücke in Google Analytics live testen &#124; Web Analytics News</dc:creator>
		<pubDate>Wed, 13 May 2009 10:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-3322</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] einem Xing-Forum bin ich auf einen Beitrag gestoßen, der beschreibt wie man das ganze umgehen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gecko</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-3182</link>
		<dc:creator>Gecko</dc:creator>
		<pubDate>Fri, 13 Jun 2008 10:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-3182</guid>
		<description>Hi, i found your article very useful and promptly started to try to capture clicks on one of my page.

However my analytics conversion goals were zero even if i know that i&#039;ve made tests just to increase the conversion goals sl as to see results in GA.

here&#039;s one of the code i implemented:

&lt;a href=&quot;http://
www.example.com/&quot;&gt;&lt;/a&gt; 


&lt;a href=&quot;http://www.example.com/pages/telephone-conferencing.php&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt; 

and my regular expression in GA is:
/image/clicks/

Not sure if my regular expression is the right one to use..

Can anyone give me some advice on this, cause am struggling to the the figures right.

Thanks 

.G.</description>
		<content:encoded><![CDATA[<p>Hi, i found your article very useful and promptly started to try to capture clicks on one of my page.</p>
<p>However my analytics conversion goals were zero even if i know that i&#8217;ve made tests just to increase the conversion goals sl as to see results in GA.</p>
<p>here&#8217;s one of the code i implemented:</p>
<p><a href="http://<br />
<a href="http://www.example.com/" rel="nofollow">http://www.example.com/</a>&#8220;> </p>
<p><a href="http://www.example.com/pages/telephone-conferencing.php" rel="nofollow"></a> </p>
<p>and my regular expression in GA is:<br />
/image/clicks/</p>
<p>Not sure if my regular expression is the right one to use..</p>
<p>Can anyone give me some advice on this, cause am struggling to the the figures right.</p>
<p>Thanks </p>
<p>.G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumedh</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-3164</link>
		<dc:creator>Sumedh</dc:creator>
		<pubDate>Mon, 21 Apr 2008 09:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-3164</guid>
		<description>I have a dev server setup locally, that is of course not accessible from outside the company...

i want to test my analytics code on it...preferably real time...

how do i do it?</description>
		<content:encoded><![CDATA[<p>I have a dev server setup locally, that is of course not accessible from outside the company&#8230;</p>
<p>i want to test my analytics code on it&#8230;preferably real time&#8230;</p>
<p>how do i do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Birger</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-1324</link>
		<dc:creator>Birger</dc:creator>
		<pubDate>Mon, 03 Dec 2007 14:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-1324</guid>
		<description>Hi,
I also stumbled about this post while doing some searches on Google. I didn&#039;t know that it is so easy to test regex in Google Analytics itself. :) Great!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I also stumbled about this post while doing some searches on Google. I didn&#8217;t know that it is so easy to test regex in Google Analytics itself. :) Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidn</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-1236</link>
		<dc:creator>davidn</dc:creator>
		<pubDate>Wed, 08 Aug 2007 19:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-1236</guid>
		<description>oh, yes, sorry... I saw &quot;containing&quot; and &quot;excluding&quot; and thought it didn&#039;t work with reg exp, but it does, great!
The problem is that I still have 0 goals but there should be from yesterdays visits, and there are matches in the top content using the same reg exp.. :/
I&#039;ll check that. I may need to include the full domain in the goal option (according to the example) but not in top contents.</description>
		<content:encoded><![CDATA[<p>oh, yes, sorry&#8230; I saw &#8220;containing&#8221; and &#8220;excluding&#8221; and thought it didn&#8217;t work with reg exp, but it does, great!<br />
The problem is that I still have 0 goals but there should be from yesterdays visits, and there are matches in the top content using the same reg exp.. :/<br />
I&#8217;ll check that. I may need to include the full domain in the goal option (according to the example) but not in top contents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reuben</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-1233</link>
		<dc:creator>reuben</dc:creator>
		<pubDate>Wed, 08 Aug 2007 00:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-1233</guid>
		<description>Davidn - The functionality is still there, go to Content &gt; Top Content, the paste in the regular expressions into the field at the bottom of the page where it says Find URL:

Then instead of the plus and minus icon from the old interface, you use the dropdown box to specify &#039;containing&#039; or &#039;excluding&#039;.</description>
		<content:encoded><![CDATA[<p>Davidn &#8211; The functionality is still there, go to Content > Top Content, the paste in the regular expressions into the field at the bottom of the page where it says Find URL:</p>
<p>Then instead of the plus and minus icon from the old interface, you use the dropdown box to specify &#8216;containing&#8217; or &#8216;excluding&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidn</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-1230</link>
		<dc:creator>davidn</dc:creator>
		<pubDate>Tue, 07 Aug 2007 19:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-1230</guid>
		<description>Hello,
I found this post with Google, I thought it would help me but as you certainly know, Google changed the analytics interface and there is no more filter option. I guess I&#039;ll use the old way: setting up my filter, waiting for some visitors and checking the results manually :)
Thanks anyway!
Dave.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I found this post with Google, I thought it would help me but as you certainly know, Google changed the analytics interface and there is no more filter option. I guess I&#8217;ll use the old way: setting up my filter, waiting for some visitors and checking the results manually :)<br />
Thanks anyway!<br />
Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keanu</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-1116</link>
		<dc:creator>keanu</dc:creator>
		<pubDate>Fri, 18 May 2007 23:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-1116</guid>
		<description>Hi,

One question. Why wouldnt you use regular expression not head match. ie paste http://www.wotever.com/orderthankyou.asp

--

Head match is easier and recommended for simple goal setups, but sometimes sites have more complex needs. For example, a site that sells 6 products and has a contact form for each product, may want to track those form submissions. Since we only have 4 goals, we can set up one of them to track any of the 6 form submissions, as long as the forms have a similar path/file so w can match it with a regular expression.

Reuben</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>One question. Why wouldnt you use regular expression not head match. ie paste <a href="http://www.wotever.com/orderthankyou.asp" rel="nofollow">http://www.wotever.com/orderthankyou.asp</a></p>
<p>&#8211;</p>
<p>Head match is easier and recommended for simple goal setups, but sometimes sites have more complex needs. For example, a site that sells 6 products and has a contact form for each product, may want to track those form submissions. Since we only have 4 goals, we can set up one of them to track any of the 6 form submissions, as long as the forms have a similar path/file so w can match it with a regular expression.</p>
<p>Reuben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/comment-page-1/#comment-418</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 24 Apr 2007 19:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.reubenyau.com/testing-google-analytics-regular-expressions-in-real-time/#comment-418</guid>
		<description>Great little post. Not being a developer I&#039;ve been fighting with expression logic in GA for week or more. Thanks again! Have fun in Columbus at the mini-SES. I couldn&#039;t make SES NYC either, but I heard it was great. Go to PubCon in Vegas or to SES San Jose later this year or maybe SMX in June.</description>
		<content:encoded><![CDATA[<p>Great little post. Not being a developer I&#8217;ve been fighting with expression logic in GA for week or more. Thanks again! Have fun in Columbus at the mini-SES. I couldn&#8217;t make SES NYC either, but I heard it was great. Go to PubCon in Vegas or to SES San Jose later this year or maybe SMX in June.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
