<?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: Google Analytics Custom Variables Overview</title>
	<atom:link href="http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/</link>
	<description>Untangling the world of web analytics</description>
	<lastBuildDate>Fri, 18 May 2012 18:02:47 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Justin Cutroni</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-5264</link>
		<dc:creator>Justin Cutroni</dc:creator>
		<pubDate>Tue, 14 Feb 2012 21:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-5264</guid>
		<description>@ XYZ (Is that your real name?) - I&#039;m assuming you are trying to track individual people using the website? If that is the case then you should not have any problems using just two visitor level custom variables. When someone logs into the site, or registers, you should set two visitor scoped custom variables. This means that each user will get two custom variables stored in two slots. You get 5 custom variables per user, not across all users.

&lt;strong&gt;HOWEVER, there is a MAJOR problem with what you want to do. The Google Analytics terms of service states that you can not store any personally identifiable information in Google Analytics. That includes names. So I would recommend that you do not store StudentName in a CV. Roll number is also considered personally identifiable.&lt;/strong&gt;

Hope that helps.</description>
		<content:encoded><![CDATA[<p>@ XYZ (Is that your real name?) &#8211; I&#8217;m assuming you are trying to track individual people using the website? If that is the case then you should not have any problems using just two visitor level custom variables. When someone logs into the site, or registers, you should set two visitor scoped custom variables. This means that each user will get two custom variables stored in two slots. You get 5 custom variables per user, not across all users.</p>
<p><strong>HOWEVER, there is a MAJOR problem with what you want to do. The Google Analytics terms of service states that you can not store any personally identifiable information in Google Analytics. That includes names. So I would recommend that you do not store StudentName in a CV. Roll number is also considered personally identifiable.</strong></p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XYZ</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-5244</link>
		<dc:creator>XYZ</dc:creator>
		<pubDate>Fri, 10 Feb 2012 07:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-5244</guid>
		<description>I have a question on using custom variables in GA code. My requirement is: I have 5 varbales (which can be saved in 5 different slot) and I want to give multiple values to those variables and want to maitain all the values in GA custom variables. For example, I have a variable named : StudentName(slot 1; scope 1), StudentRollNumber(slot 2; scope 1) etc. In first hit I provided the values as Neha(StudentName) and 1(StudentRollNumber ). In the second hit I provided the values as Preeti(StudentName) and 2(StudentRollNumber ).. In the third hit, values are Pooja(StudentName) and 3(StudentRollNumber ) and so on..

Now if i check in GA, I should get:
StudentName(slot 1)        StudentRollNumber(slot 2)
Neha                                    1
Preeti                                   2
Pooja                                   3

But right now I am not getting all the values.. I am getting only the last values. It is not adding the values. Values are getting updated. Is there any problem with the scope? Which scope should I use in order to retreive all the values? Please reply..</description>
		<content:encoded><![CDATA[<p>I have a question on using custom variables in GA code. My requirement is: I have 5 varbales (which can be saved in 5 different slot) and I want to give multiple values to those variables and want to maitain all the values in GA custom variables. For example, I have a variable named : StudentName(slot 1; scope 1), StudentRollNumber(slot 2; scope 1) etc. In first hit I provided the values as Neha(StudentName) and 1(StudentRollNumber ). In the second hit I provided the values as Preeti(StudentName) and 2(StudentRollNumber ).. In the third hit, values are Pooja(StudentName) and 3(StudentRollNumber ) and so on..</p>
<p>Now if i check in GA, I should get:<br />
StudentName(slot 1)        StudentRollNumber(slot 2)<br />
Neha                                    1<br />
Preeti                                   2<br />
Pooja                                   3</p>
<p>But right now I am not getting all the values.. I am getting only the last values. It is not adding the values. Values are getting updated. Is there any problem with the scope? Which scope should I use in order to retreive all the values? Please reply..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Cutroni</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-4178</link>
		<dc:creator>Justin Cutroni</dc:creator>
		<pubDate>Tue, 20 Dec 2011 17:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-4178</guid>
		<description>@ Alessio: I&#039;m not sure what you are asking, but you can use both custom variables and events on the same site. They are completely different pieces of data that have their own specific JavaScript..</description>
		<content:encoded><![CDATA[<p>@ Alessio: I&#8217;m not sure what you are asking, but you can use both custom variables and events on the same site. They are completely different pieces of data that have their own specific JavaScript..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessio</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-3811</link>
		<dc:creator>Alessio</dc:creator>
		<pubDate>Thu, 24 Nov 2011 11:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-3811</guid>
		<description>Could I use custom variables with trackevent method?</description>
		<content:encoded><![CDATA[<p>Could I use custom variables with trackevent method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutoriaux Webmasters</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-3701</link>
		<dc:creator>Tutoriaux Webmasters</dc:creator>
		<pubDate>Mon, 29 Aug 2011 09:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-3701</guid>
		<description>Thanks for this useful information !</description>
		<content:encoded><![CDATA[<p>Thanks for this useful information !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Cutroni</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-3577</link>
		<dc:creator>Justin Cutroni</dc:creator>
		<pubDate>Tue, 14 Jun 2011 14:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-3577</guid>
		<description>@Stephen: You can pass any value you want into a custom variable. When your homepage loads you&#039;ll need to dynamically choose a value for the custom var using JavaScript (or server side code) and then add that the custom var code.</description>
		<content:encoded><![CDATA[<p>@Stephen: You can pass any value you want into a custom variable. When your homepage loads you&#8217;ll need to dynamically choose a value for the custom var using JavaScript (or server side code) and then add that the custom var code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merging Google Analytics with your Data Warehouse &#8211; Analytics Talk</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-3556</link>
		<dc:creator>Merging Google Analytics with your Data Warehouse &#8211; Analytics Talk</dc:creator>
		<pubDate>Mon, 13 Jun 2011 00:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-3556</guid>
		<description>[...] we add the customer ID to Google Analytics we store in a visitor scoped custom variable. This means that the ID is stored in a cookie on the visitor&#8217;s machine. We normally set the [...]</description>
		<content:encoded><![CDATA[<p>[...] we add the customer ID to Google Analytics we store in a visitor scoped custom variable. This means that the ID is stored in a cookie on the visitor&#8217;s machine. We normally set the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Tackles Campaign Attribution with AdWords Search Funnels &#124; Analytricks</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-3220</link>
		<dc:creator>Google Tackles Campaign Attribution with AdWords Search Funnels &#124; Analytricks</dc:creator>
		<pubDate>Sat, 05 Feb 2011 19:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-3220</guid>
		<description>[...] We can also create all sorts of custom JavaScript to store the first click and last click in a Custom Variable. But again, these are just [...]</description>
		<content:encoded><![CDATA[<p>[...] We can also create all sorts of custom JavaScript to store the first click and last click in a Custom Variable. But again, these are just [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Tackles Campaign Attribution with AdWords Search Funnels &#124; Knowledge Sharing</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-3217</link>
		<dc:creator>Google Tackles Campaign Attribution with AdWords Search Funnels &#124; Knowledge Sharing</dc:creator>
		<pubDate>Sat, 05 Feb 2011 00:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-3217</guid>
		<description>[...] We can also create all sorts of custom JavaScript to store the first click and last click in a Custom Variable. But again, these are just [...]</description>
		<content:encoded><![CDATA[<p>[...] We can also create all sorts of custom JavaScript to store the first click and last click in a Custom Variable. But again, these are just [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/comment-page-1/#comment-3001</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 24 Aug 2010 18:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222#comment-3001</guid>
		<description>I am looking to use a custom variable at the pageview level to view how traffic behaves to a dynamic homepage. Can a dynamic value be set within the CV?

For example, the homepage for the site changes on a daily basis. I would like to still view the homepage within my analytics as a pageview but then be able to see the data for each different version of the page. I believe the best way to do this is pass a dynamic value into the custom variable.

It is kind of similar to tracking different categories except it would be different versions of the same page. Do you know of any examples of something similar?</description>
		<content:encoded><![CDATA[<p>I am looking to use a custom variable at the pageview level to view how traffic behaves to a dynamic homepage. Can a dynamic value be set within the CV?</p>
<p>For example, the homepage for the site changes on a daily basis. I would like to still view the homepage within my analytics as a pageview but then be able to see the data for each different version of the page. I believe the best way to do this is pass a dynamic value into the custom variable.</p>
<p>It is kind of similar to tracking different categories except it would be different versions of the same page. Do you know of any examples of something similar?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: cutroni.com @ 2012-05-21 04:07:04 -->
