<?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: Basing a dimension on a subpart of a URL</title>
	<atom:link href="http://www.webtrendsoutsider.com/2009/basing-a-dimension-on-a-subpart-of-a-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtrendsoutsider.com/2009/basing-a-dimension-on-a-subpart-of-a-url/</link>
	<description>Tips, tricks, and pokes, just WebTrends Analytics</description>
	<lastBuildDate>Sun, 02 May 2010 18:36:06 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cool Custom Dimension: Banish unneeded prefixes from Referring Sites reports &#124; WebTrends Outsider</title>
		<link>http://www.webtrendsoutsider.com/2009/basing-a-dimension-on-a-subpart-of-a-url/comment-page-1/#comment-1827</link>
		<dc:creator>Cool Custom Dimension: Banish unneeded prefixes from Referring Sites reports &#124; WebTrends Outsider</dc:creator>
		<pubDate>Fri, 12 Feb 2010 19:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtrendsoutsider.com/?p=233#comment-1827</guid>
		<description>[...] to two ways to extract just a part of a dimension value.  Very handy.  We&#8217;ve discussed the Advanced button before and also used it in the Display Google Organic Ranks [...]</description>
		<content:encoded><![CDATA[<p>[...] to two ways to extract just a part of a dimension value.  Very handy.  We&#8217;ve discussed the Advanced button before and also used it in the Display Google Organic Ranks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocky</title>
		<link>http://www.webtrendsoutsider.com/2009/basing-a-dimension-on-a-subpart-of-a-url/comment-page-1/#comment-1648</link>
		<dc:creator>rocky</dc:creator>
		<pubDate>Thu, 14 May 2009 16:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtrendsoutsider.com/?p=233#comment-1648</guid>
		<description>Have now added a post that works with this principle based on referring page &gt;&gt; http://www.webtrendsoutsider.com/2009/cool-custom-report-google-organic-rank-dimension/</description>
		<content:encoded><![CDATA[<p>Have now added a post that works with this principle based on referring page >> <a href="http://www.webtrendsoutsider.com/2009/cool-custom-report-google-organic-rank-dimension/" rel="nofollow">http://www.webtrendsoutsider.com/2009/cool-custom-report-google-organic-rank-dimension/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocky</title>
		<link>http://www.webtrendsoutsider.com/2009/basing-a-dimension-on-a-subpart-of-a-url/comment-page-1/#comment-1629</link>
		<dc:creator>rocky</dc:creator>
		<pubDate>Thu, 07 May 2009 18:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtrendsoutsider.com/?p=233#comment-1629</guid>
		<description>Marco - you are absolutely right.  I&#039;ve changed the original.  Thanks!

Winter - yes, referring *page* is a perfect use for it, much more so than domain or site.</description>
		<content:encoded><![CDATA[<p>Marco &#8211; you are absolutely right.  I&#8217;ve changed the original.  Thanks!</p>
<p>Winter &#8211; yes, referring *page* is a perfect use for it, much more so than domain or site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winter</title>
		<link>http://www.webtrendsoutsider.com/2009/basing-a-dimension-on-a-subpart-of-a-url/comment-page-1/#comment-1628</link>
		<dc:creator>Winter</dc:creator>
		<pubDate>Thu, 07 May 2009 13:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtrendsoutsider.com/?p=233#comment-1628</guid>
		<description>This works great with referring page, which, naturally, cannot be rewritten using URL Search/Replace. For instance, some advertising networks tend to add cookie IDs on redirect, which causes endless unique referrers. :-D</description>
		<content:encoded><![CDATA[<p>This works great with referring page, which, naturally, cannot be rewritten using URL Search/Replace. For instance, some advertising networks tend to add cookie IDs on redirect, which causes endless unique referrers. <img src='http://www.webtrendsoutsider.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.webtrendsoutsider.com/2009/basing-a-dimension-on-a-subpart-of-a-url/comment-page-1/#comment-1627</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 07 May 2009 12:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtrendsoutsider.com/?p=233#comment-1627</guid>
		<description>Beautiful article about a very useful mechanism in WT, as you say. :)

But just my 2 cents on example 2:

You say &quot;you want to use only the numeral after &quot; and then use ([a-zA-Z0-9]*) in the regexp.
English is not my mother tongue, but if &quot;numeral&quot; is equivalent to numeric value (and the sample URLs make think it would, as only digits occur afte F_XXX_), then the regexp should merely use ([0-9]*), it would be alphanumeric otherwise...

I admit, just a detail... ;)</description>
		<content:encoded><![CDATA[<p>Beautiful article about a very useful mechanism in WT, as you say. <img src='http://www.webtrendsoutsider.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But just my 2 cents on example 2:</p>
<p>You say &#8220;you want to use only the numeral after &#8221; and then use ([a-zA-Z0-9]*) in the regexp.<br />
English is not my mother tongue, but if &#8220;numeral&#8221; is equivalent to numeric value (and the sample URLs make think it would, as only digits occur afte F_XXX_), then the regexp should merely use ([0-9]*), it would be alphanumeric otherwise&#8230;</p>
<p>I admit, just a detail&#8230; <img src='http://www.webtrendsoutsider.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
