Google Analytics
6
Passed the Google Analytics Individual Qualification Test
I took and passed the Google Analytics Individual Qualification test today. It wasn’t too bad but it did require studying unless you dead set on cheating. I studied all the presentations on Google’s Conversion University, running through the more difficult stuff twice (AdWords, e-commerce). It costs $50 to take. Seems a little steep but I [...]
10
Google Analytics API Login Authentication with ColdFusion
21 Comments
ColdFusion, Google Analytics
You might also like the ColdFusion and Google Analytics: Getting Out What You Put In post. Updated 08-02-2009: Replaced this line: <cfset accountXML = callApi("https://www.google.com/analytics/feeds/accounts/#urlEncodedFormat(form.Email)#",loginAuth) /> with this: <cfset accountXML = callApi("https://www.google.com/analytics/feeds/accounts/default",loginAuth) /> My Hooking into Google Analytics with ColdFusion post received a suggestion from Raymond Camden that authentication and token acquisition could be done [...]
Tags: ColdFusion, Google Analytics, webdesign
2
Hooking into Google Analytics with ColdFusion
7 Comments
ColdFusion, Google Analytics
You might also like the ColdFusion and Google Analytics: Getting Out What You Put In post. Using Alex Curelea’s example of using PHP to hook into Google Analytics through their API, I developed a ColdFusion method. So, same thing as Alex just flavored with CF. The code grabs the profiles and pageviews, then totals up [...]
Tags: ColdFusion, Google Analytics
