<?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: Tracking Javascript disabled in Google Analytics with ColdFusion</title>
	<atom:link href="http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erik Vold</title>
		<link>http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics/comment-page-1#comment-58784</link>
		<dc:creator>Erik Vold</dc:creator>
		<pubDate>Tue, 10 Nov 2009 04:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=977#comment-58784</guid>
		<description>@Brian I haven&#039;t given that much thought, but if you prepare the img source the use for the email before it&#039;s sent, then each view of the email (where images are allowed) would show up as a new visit w/ one page view of a page name that you can make up. So each recipient could &#039;convert&#039; multiple times. You could give each recipient a unique page name (having it include their email) but that might be breaking GA terms..You could also have the emails make img calls to a server you control, then have the server make the img request to GA servers. Where the img request to your server includes the email used, and the img request to the GA server does not, in which case you could ensure that each recipient only converts a single time. One problem I see here is that the ip would be your server, so the location of the visit would be the location of your server..</description>
		<content:encoded><![CDATA[<p>@Brian I haven&#8217;t given that much thought, but if you prepare the img source the use for the email before it&#8217;s sent, then each view of the email (where images are allowed) would show up as a new visit w/ one page view of a page name that you can make up. So each recipient could &#8216;convert&#8217; multiple times. You could give each recipient a unique page name (having it include their email) but that might be breaking GA terms..You could also have the emails make img calls to a server you control, then have the server make the img request to GA servers. Where the img request to your server includes the email used, and the img request to the GA server does not, in which case you could ensure that each recipient only converts a single time. One problem I see here is that the ip would be your server, so the location of the visit would be the location of your server..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics/comment-page-1#comment-58777</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 09 Nov 2009 17:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=977#comment-58777</guid>
		<description>@Erik - do you have any thoughts about using the image-based approach to record, say, email opens as well?</description>
		<content:encoded><![CDATA[<p>@Erik &#8211; do you have any thoughts about using the image-based approach to record, say, email opens as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Vold</title>
		<link>http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics/comment-page-1#comment-58775</link>
		<dc:creator>Erik Vold</dc:creator>
		<pubDate>Mon, 09 Nov 2009 02:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=977#comment-58775</guid>
		<description>Hey,

I&#039;ve started a GA.CFC which is available at GitHub here: http://github.com/erikvold/GA.CFC if anyone reading this is interested in developing this further.

I also wrote a bit about my plans for the future of GA.CFC here: http://erikvold.com/blog/index.cfm/2009/11/8/start-tracking-javascript-disabled-visitors-with-gacfc

Which, briefly, is to port the Visitor tracking, Page tracking, Event tracking (those events capable of being recognized by the server that is), and more GA features to GA.CFC from GA.JS</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;ve started a GA.CFC which is available at GitHub here: <a href="http://github.com/erikvold/GA.CFC" rel="nofollow">http://github.com/erikvold/GA.CFC</a> if anyone reading this is interested in developing this further.</p>
<p>I also wrote a bit about my plans for the future of GA.CFC here: <a href="http://erikvold.com/blog/index.cfm/2009/11/8/start-tracking-javascript-disabled-visitors-with-gacfc" rel="nofollow">http://erikvold.com/blog/index.cfm/2009/11/8/start-tracking-javascript-disabled-visitors-with-gacfc</a></p>
<p>Which, briefly, is to port the Visitor tracking, Page tracking, Event tracking (those events capable of being recognized by the server that is), and more GA features to GA.CFC from GA.JS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics/comment-page-1#comment-58764</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sun, 08 Nov 2009 03:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=977#comment-58764</guid>
		<description>oh ya, duh. brain fart. :)</description>
		<content:encoded><![CDATA[<p>oh ya, duh. brain fart. <img src='http://www.ghidinelli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics/comment-page-1#comment-58737</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=977#comment-58737</guid>
		<description>@Derek - since GA is javascript-based, it only reports data for people with Javascript enabled.  E.g., 100% of GA data is Javascript enabled.  This approach lets you get that 98/2 breakdown.</description>
		<content:encoded><![CDATA[<p>@Derek &#8211; since GA is javascript-based, it only reports data for people with Javascript enabled.  E.g., 100% of GA data is Javascript enabled.  This approach lets you get that 98/2 breakdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.ghidinelli.com/2009/11/02/log-disabled-javascript-google-analytics/comment-page-1#comment-58733</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=977#comment-58733</guid>
		<description>but, if GA shows 98% have javascript on, wouldn&#039;t you conclude that 2% do not?</description>
		<content:encoded><![CDATA[<p>but, if GA shows 98% have javascript on, wouldn&#8217;t you conclude that 2% do not?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
