<?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: How to check whether you are tracking visitors (and conversions) across your websites in Google Analytics (aka cross-domain tracking)</title>
	<atom:link href="http://www.beaconfire.com/blog/2012/10/how-to-check-whether-you-are-tracking-visitors-across-your-websites-in-google-analytics-cross-domain-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beaconfire.com/blog/2012/10/how-to-check-whether-you-are-tracking-visitors-across-your-websites-in-google-analytics-cross-domain-tracking/</link>
	<description></description>
	<lastBuildDate>Wed, 08 May 2013 17:11:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: david</title>
		<link>http://www.beaconfire.com/blog/2012/10/how-to-check-whether-you-are-tracking-visitors-across-your-websites-in-google-analytics-cross-domain-tracking/comment-page-1/#comment-94578</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sun, 09 Dec 2012 17:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=4270#comment-94578</guid>
		<description><![CDATA[YUP! that was the issue, but in the proccess of pulling my hair out, i learned a lot]]></description>
		<content:encoded><![CDATA[<p>YUP! that was the issue, but in the proccess of pulling my hair out, i learned a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.beaconfire.com/blog/2012/10/how-to-check-whether-you-are-tracking-visitors-across-your-websites-in-google-analytics-cross-domain-tracking/comment-page-1/#comment-94576</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 09 Dec 2012 17:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=4270#comment-94576</guid>
		<description><![CDATA[Have you linked the Analytics account to the AdWords account that is tracking data for that website? If you haven&#039;t, and if you have auto tagging enabled on the AdWords account, then even though the AdWords visits would be reported as Google (cpc), for security reasons, you would not have access to the Keyword/Campaign and adgroup names.]]></description>
		<content:encoded><![CDATA[<p>Have you linked the Analytics account to the AdWords account that is tracking data for that website? If you haven&#8217;t, and if you have auto tagging enabled on the AdWords account, then even though the AdWords visits would be reported as Google (cpc), for security reasons, you would not have access to the Keyword/Campaign and adgroup names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.beaconfire.com/blog/2012/10/how-to-check-whether-you-are-tracking-visitors-across-your-websites-in-google-analytics-cross-domain-tracking/comment-page-1/#comment-93089</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 01 Dec 2012 19:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=4270#comment-93089</guid>
		<description><![CDATA[Hi, i just found this article and I am hoping you could please help me with my cross domain tracking issues.

Just a quick recap, I buy adwords traffic and send them to www.A.com, then from A.com, if they want to buy my product, they go to www.B.com. on top of passing cookie data from A to B, I would also like to know which page and link they clicked on A.com that sent them to B.com. I can actually track these parameters by using campaign variables and assigning each link its own campaign tracking links. 


 I set up everything pretty much how google told us to set it up. I made sure that i added the code below on my www.A.com website to the GA code in my header


_gaq.push([&#039;_setAccount&#039;, &#039;UA-for www.B.com&#039;]);
 _gaq.push([&#039;_setAllowLinker&#039;, true]);
 _gaq.push([&#039;_setDomainName&#039;, &#039;www.A.com&#039;]);


Then i added the following to my www.B.com website GA code: 


_gaq.push([&#039;_setAccount&#039;, &#039;UA-for www.B.com&#039;]);
_gaq.push([&#039;_setAllowLinker&#039;, true]);
_gaq.push([&#039;_setDomainName&#039;, &#039;www.B.com&#039;]);

I then add the onClick code to the links i wanted to track ( categorize, and label). I copied one below, please notice the utm campaign variables:

&lt;a href=&quot;MY-LINK.com/?utm_source=test&amp;utm_campaign=test&amp;utm_medium=test&quot; rel=&quot;nofollow&quot;&gt;

&lt;/a&gt;


so when i tested my links by clicking on them and when i was brought to the next page, i was able to see that the URL contained my campaign variables AND the other utm variables such as __utmb and _utmz, etc.

the only problem is that its not working lol. When i go to the GA account for www.B.com, and i look under Advertising &gt;&quot;Adwords&quot; section , i see the number of visitors is correct but everything, and i mean everything is a (not set). I dont know why its not working but its very frustrating. 

Is it possbile to do campaign variable tracking AND cross domain tracking in conjunction ?I hope to get some while i still have some sanity left! thank you so much!]]></description>
		<content:encoded><![CDATA[<p>Hi, i just found this article and I am hoping you could please help me with my cross domain tracking issues.</p>
<p>Just a quick recap, I buy adwords traffic and send them to <a href="http://www.A.com" rel="nofollow">http://www.A.com</a>, then from A.com, if they want to buy my product, they go to <a href="http://www.B.com" rel="nofollow">http://www.B.com</a>. on top of passing cookie data from A to B, I would also like to know which page and link they clicked on A.com that sent them to B.com. I can actually track these parameters by using campaign variables and assigning each link its own campaign tracking links. </p>
<p> I set up everything pretty much how google told us to set it up. I made sure that i added the code below on my <a href="http://www.A.com" rel="nofollow">http://www.A.com</a> website to the GA code in my header</p>
<p>_gaq.push(['_setAccount', 'UA-for <a href="http://www.B.com" rel="nofollow">http://www.B.com</a>']);<br />
 _gaq.push(['_setAllowLinker', true]);<br />
 _gaq.push(['_setDomainName', 'www.A.com']);</p>
<p>Then i added the following to my <a href="http://www.B.com" rel="nofollow">http://www.B.com</a> website GA code: </p>
<p>_gaq.push(['_setAccount', 'UA-for <a href="http://www.B.com" rel="nofollow">http://www.B.com</a>']);<br />
_gaq.push(['_setAllowLinker', true]);<br />
_gaq.push(['_setDomainName', 'www.B.com']);</p>
<p>I then add the onClick code to the links i wanted to track ( categorize, and label). I copied one below, please notice the utm campaign variables:</p>
<p><a href="MY-LINK.com/?utm_source=test&amp;utm_campaign=test&amp;utm_medium=test" rel="nofollow"></p>
<p></a></p>
<p>so when i tested my links by clicking on them and when i was brought to the next page, i was able to see that the URL contained my campaign variables AND the other utm variables such as __utmb and _utmz, etc.</p>
<p>the only problem is that its not working lol. When i go to the GA account for <a href="http://www.B.com" rel="nofollow">http://www.B.com</a>, and i look under Advertising &gt;&#8221;Adwords&#8221; section , i see the number of visitors is correct but everything, and i mean everything is a (not set). I dont know why its not working but its very frustrating. </p>
<p>Is it possbile to do campaign variable tracking AND cross domain tracking in conjunction ?I hope to get some while i still have some sanity left! thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.beaconfire.com/blog/2012/10/how-to-check-whether-you-are-tracking-visitors-across-your-websites-in-google-analytics-cross-domain-tracking/comment-page-1/#comment-89929</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 29 Oct 2012 17:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=4270#comment-89929</guid>
		<description><![CDATA[I totally agree, Alex. I&#039;ve updated the post to reflect several of the points you made.]]></description>
		<content:encoded><![CDATA[<p>I totally agree, Alex. I&#8217;ve updated the post to reflect several of the points you made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexJB</title>
		<link>http://www.beaconfire.com/blog/2012/10/how-to-check-whether-you-are-tracking-visitors-across-your-websites-in-google-analytics-cross-domain-tracking/comment-page-1/#comment-89928</link>
		<dc:creator>AlexJB</dc:creator>
		<pubDate>Mon, 29 Oct 2012 16:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.beaconfire.com/blog/?p=4270#comment-89928</guid>
		<description><![CDATA[Great article!  There&#039;s a lack of decent documentation around cross-domain, and it&#039;s something that many of us who don&#039;t host our own secure domains have to deal with if we want to see conversion funnels and talk about the real effectiveness of campaigns, etc.

Two things worth noting on your test-session technique - it can take up to a day for specific data to appear in GA reports. So your testing cycle will be a little slow with this approach.

Also, it&#039;s generally wise to filter out (aka ignore) traffic from your own org&#039;s network so that you don&#039;t skew your numbers with web visits coming from staff.  If you don&#039;t have visibility into the filters that are on your reporting profile, you should check with your administrator, because it will mean you&#039;ll be looking for a test-session that will never show up in GA reports.

Having tried these approaches, I&#039;ve found the Chrome Debugger to be the best - you get immediate feedback and you&#039;re looking at the data as it was sent to Google, so you don&#039;t have to take filters into account.]]></description>
		<content:encoded><![CDATA[<p>Great article!  There&#8217;s a lack of decent documentation around cross-domain, and it&#8217;s something that many of us who don&#8217;t host our own secure domains have to deal with if we want to see conversion funnels and talk about the real effectiveness of campaigns, etc.</p>
<p>Two things worth noting on your test-session technique &#8211; it can take up to a day for specific data to appear in GA reports. So your testing cycle will be a little slow with this approach.</p>
<p>Also, it&#8217;s generally wise to filter out (aka ignore) traffic from your own org&#8217;s network so that you don&#8217;t skew your numbers with web visits coming from staff.  If you don&#8217;t have visibility into the filters that are on your reporting profile, you should check with your administrator, because it will mean you&#8217;ll be looking for a test-session that will never show up in GA reports.</p>
<p>Having tried these approaches, I&#8217;ve found the Chrome Debugger to be the best &#8211; you get immediate feedback and you&#8217;re looking at the data as it was sent to Google, so you don&#8217;t have to take filters into account.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
