<?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: Hooking into Google Analytics with ColdFusion</title>
	<atom:link href="http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 15:42:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jen</title>
		<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/comment-page-1/#comment-1380</link>
		<dc:creator>jen</dc:creator>
		<pubDate>Tue, 15 Jun 2010 01:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=48#comment-1380</guid>
		<description>@Andrew
Frustrating issue for sure. You&#039;re welcome.</description>
		<content:encoded><![CDATA[<p>@Andrew<br />
Frustrating issue for sure. You&#039;re welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Maurer</title>
		<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/comment-page-1/#comment-1379</link>
		<dc:creator>Andrew Maurer</dc:creator>
		<pubDate>Tue, 15 Jun 2010 00:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=48#comment-1379</guid>
		<description>Thank-you, thank-you, thank-you!
I couldn&#039;t figure out why xmlSearch wasn&#039;t working on a ATOM feed.
reReplaceNoCase(httpResult,&quot;\&lt;feed[^&gt;]*\&gt;&quot;,&quot;&lt;feed&gt;&quot;)
...did the trick. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank-you, thank-you, thank-you!<br />
I couldn&#039;t figure out why xmlSearch wasn&#039;t working on a ATOM feed.<br />
reReplaceNoCase(httpResult,&quot;\&lt;feed[^&gt;]*\&gt;&quot;,&quot;&lt;feed&gt;&quot;)<br />
&#8230;did the trick. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jen</title>
		<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/comment-page-1/#comment-75</link>
		<dc:creator>jen</dc:creator>
		<pubDate>Wed, 13 May 2009 19:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=48#comment-75</guid>
		<description>@Will
Awesome! Glad it helped. I tried several ways to get GA to spit out a feed without the xmlns nodes using the methods Google describes in their Data API FAQs: http://code.google.com/apis/gdata/faq.html#alternate_data_formats

If you like CF, give Model-Glue a whirl. The latest version is in beta. Once I got my head around it, MG proved to be a huge advantage. 
http://www.model-glue.com/blog/index.cfm/2009/5/12/Model-GlueGesture--Beta-Available</description>
		<content:encoded><![CDATA[<p>@Will<br />
Awesome! Glad it helped. I tried several ways to get GA to spit out a feed without the xmlns nodes using the methods Google describes in their Data API FAQs: <a href="http://code.google.com/apis/gdata/faq.html#alternate_data_formats" rel="nofollow">http://code.google.com/apis/gdata/faq.html#alternate_data_formats</a></p>
<p>If you like CF, give Model-Glue a whirl. The latest version is in beta. Once I got my head around it, MG proved to be a huge advantage.<br />
<a href="http://www.model-glue.com/blog/index.cfm/2009/5/12/Model-GlueGesture--Beta-Available" rel="nofollow">http://www.model-glue.com/blog/index.cfm/2009/5/12/Model-GlueGesture&#8211;Beta-Available</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Wilker</title>
		<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/comment-page-1/#comment-74</link>
		<dc:creator>Will Wilker</dc:creator>
		<pubDate>Wed, 13 May 2009 18:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=48#comment-74</guid>
		<description>Thanks, Jen! I, too, started taking Alex&#039;s code apart and porting it over to Coldfusion. The PHP version just begged to be using cfhttp, and then I ran into the issue with the atom XML and the extra nodes. Your example cleared things up for me. My hat&#039;s off to you! I have only been developing in Coldfusion for about 7 months now, but I really like it.</description>
		<content:encoded><![CDATA[<p>Thanks, Jen! I, too, started taking Alex&#8217;s code apart and porting it over to Coldfusion. The PHP version just begged to be using cfhttp, and then I ran into the issue with the atom XML and the extra nodes. Your example cleared things up for me. My hat&#8217;s off to you! I have only been developing in Coldfusion for about 7 months now, but I really like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jen</title>
		<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/comment-page-1/#comment-66</link>
		<dc:creator>jen</dc:creator>
		<pubDate>Sun, 10 May 2009 23:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=48#comment-66</guid>
		<description>@Raymond Camden

Thank you. I posted another version using the method you described. The link to it is at the top of this post.

Version of this suggested by Raymond Camden: &lt;a href=&quot;http://www.jensbits.com/2009/05/10/google-analytics-api-login-authentication-with-coldfusion/&quot; rel=&quot;nofollow&quot;&gt;Google Analytics API Login Authentication with ColdFusion&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Raymond Camden</p>
<p>Thank you. I posted another version using the method you described. The link to it is at the top of this post.</p>
<p>Version of this suggested by Raymond Camden: <a href="http://www.jensbits.com/2009/05/10/google-analytics-api-login-authentication-with-coldfusion/" rel="nofollow">Google Analytics API Login Authentication with ColdFusion</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Camden</title>
		<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/comment-page-1/#comment-62</link>
		<dc:creator>Raymond Camden</dc:creator>
		<pubDate>Fri, 08 May 2009 19:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=48#comment-62</guid>
		<description>FYI, step 1 should not be necessary. I mean if you want to get your own stats. You can authenticate/gettoken all via CFHTTP (see my Google Calendar, Docs, Contacts wrappers for more info).</description>
		<content:encoded><![CDATA[<p>FYI, step 1 should not be necessary. I mean if you want to get your own stats. You can authenticate/gettoken all via CFHTTP (see my Google Calendar, Docs, Contacts wrappers for more info).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by mjrjweb</title>
		<link>http://www.jensbits.com/2009/05/02/hooking-into-google-analytics-with-coldfusion/comment-page-1/#comment-57</link>
		<dc:creator>Twitted by mjrjweb</dc:creator>
		<pubDate>Sat, 02 May 2009 21:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=48#comment-57</guid>
		<description>[...] This post was Twitted by mjrjweb - Real-url.org [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by mjrjweb &#8211; Real-url.org [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
