<?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: Bounce rate and the _setVar(&#039;&#8230;&#039;); &#8212; what is the relationship?</title>
	<atom:link href="http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/</link>
	<description>LunaMetrics</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:43:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Disney pictures</title>
		<link>http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/comment-page-1/#comment-1186</link>
		<dc:creator>Disney pictures</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=670#comment-1186</guid>
		<description>I’m thinking that before the setVar is set to the fakeTracker instead of the pageTracker, when the _trackPageview method is called on the pageTracker.Google Analytics to the Top Content report and look for the URL of that page, and make sure it shows up for a time period after you made the change.</description>
		<content:encoded><![CDATA[<p>I’m thinking that before the setVar is set to the fakeTracker instead of the pageTracker, when the _trackPageview method is called on the pageTracker.Google Analytics to the Top Content report and look for the URL of that page, and make sure it shows up for a time period after you made the change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Henson</title>
		<link>http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/comment-page-1/#comment-1185</link>
		<dc:creator>John Henson</dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=670#comment-1185</guid>
		<description>xjiard,

What you have looks right to me.

Both _setDomainNames are set to exactly the same string - good.

the fakeTracker._setVar comes before the pageTracker._trackPageview - good.

Doublecheck your code in the page and make sure you have straight quotes and not directional quotes.  Load the page in question, and make sure you do not have any JavaScript errors.

Go into your Google Analytics to the Top Content report and look for the URL of that page, and make sure it shows up for a time period after you made the change.</description>
		<content:encoded><![CDATA[<p>xjiard,</p>
<p>What you have looks right to me.</p>
<p>Both _setDomainNames are set to exactly the same string &#8211; good.</p>
<p>the fakeTracker._setVar comes before the pageTracker._trackPageview &#8211; good.</p>
<p>Doublecheck your code in the page and make sure you have straight quotes and not directional quotes.  Load the page in question, and make sure you do not have any JavaScript errors.</p>
<p>Go into your Google Analytics to the Top Content report and look for the URL of that page, and make sure it shows up for a time period after you made the change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xjiard</title>
		<link>http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/comment-page-1/#comment-1184</link>
		<dc:creator>Xjiard</dc:creator>
		<pubDate>Tue, 02 Dec 2008 18:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=670#comment-1184</guid>
		<description>I tried the solution you mentioned.  Unfortunately, though the bounce rate was corrected, the _setVars I used no longer tracked.  Here&#039;s the generated code (with domain and ID obscured):


var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));



var fakeTracker = _gat._getTracker(&quot;UA-1&quot;);
fakeTracker._setDomainName(&quot;.domain.com&quot;);
fakeTracker._setVar(&quot;Payment Method: &quot;);

var pageTracker = _gat._getTracker(&quot;UA-#######-#&quot;);
pageTracker._setDomainName(&quot;.domain.com&quot;);
pageTracker._trackPageview();


Perhaps I didn&#039;t understand your explanation above?  I&#039;m thinking that before the setVar is set to the fakeTracker instead of the pageTracker, when the _trackPageview method is called on the pageTracker, it doesn&#039;t read the variables set for the fakeTracker.  Any way around this?</description>
		<content:encoded><![CDATA[<p>I tried the solution you mentioned.  Unfortunately, though the bounce rate was corrected, the _setVars I used no longer tracked.  Here&#8217;s the generated code (with domain and ID obscured):</p>
<p>var gaJsHost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
document.write(unescape(&#8220;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));</p>
<p>var fakeTracker = _gat._getTracker(&#8220;UA-1&#8243;);<br />
fakeTracker._setDomainName(&#8220;.domain.com&#8221;);<br />
fakeTracker._setVar(&#8220;Payment Method: &#8220;);</p>
<p>var pageTracker = _gat._getTracker(&#8220;UA-#######-#&#8221;);<br />
pageTracker._setDomainName(&#8220;.domain.com&#8221;);<br />
pageTracker._trackPageview();</p>
<p>Perhaps I didn&#8217;t understand your explanation above?  I&#8217;m thinking that before the setVar is set to the fakeTracker instead of the pageTracker, when the _trackPageview method is called on the pageTracker, it doesn&#8217;t read the variables set for the fakeTracker.  Any way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/comment-page-1/#comment-1183</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 15 Sep 2008 13:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=670#comment-1183</guid>
		<description>Marco,

I&#039;m not sure what you mean.  The call to _trackPageview() should appear on every page that you want to track in GA.

Although there might be cases where you want to use _setVar on a landing page and do not want to track it with _trackPageview(), I&#039;m not coming up with any thing reasonable.</description>
		<content:encoded><![CDATA[<p>Marco,</p>
<p>I&#8217;m not sure what you mean.  The call to _trackPageview() should appear on every page that you want to track in GA.</p>
<p>Although there might be cases where you want to use _setVar on a landing page and do not want to track it with _trackPageview(), I&#8217;m not coming up with any thing reasonable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Waisberg</title>
		<link>http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/comment-page-1/#comment-1182</link>
		<dc:creator>Daniel Waisberg</dc:creator>
		<pubDate>Sun, 14 Sep 2008 11:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=670#comment-1182</guid>
		<description>Robbin and her ideas! :-)

I think the best description of the relationship between &quot;Bounce rate and the _setVar(’…’);&quot; is &lt;a href=&quot;http://en.wikipedia.org/wiki/Pinky_and_the_Brain&quot; rel=&quot;nofollow&quot;&gt; Pinky and the Brain&lt;/a&gt;. They both want to conquer the world, but since they mess up one with the other, things just don&#039;t work... :-(</description>
		<content:encoded><![CDATA[<p>Robbin and her ideas! <img src='http://www.lunametrics.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I think the best description of the relationship between &#8220;Bounce rate and the _setVar(’…’);&#8221; is <a href="http://en.wikipedia.org/wiki/Pinky_and_the_Brain" rel="nofollow"> Pinky and the Brain</a>. They both want to conquer the world, but since they mess up one with the other, things just don&#8217;t work&#8230; <img src='http://www.lunametrics.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Cilia</title>
		<link>http://www.lunametrics.com/blog/2008/09/12/wrong-picture-2/comment-page-1/#comment-1181</link>
		<dc:creator>Marco Cilia</dc:creator>
		<pubDate>Sat, 13 Sep 2008 10:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/?p=670#comment-1181</guid>
		<description>and what about avoid trackpageview() only for pages containing setvar?</description>
		<content:encoded><![CDATA[<p>and what about avoid trackpageview() only for pages containing setvar?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
