Google Analytics
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
