Google Analytics

May

10

Google Analytics API Login Authentication with ColdFusion

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 [...]

May

2

Hooking into Google Analytics with ColdFusion

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 [...]

« Previous Page Next Entries »