Google Analytics
23
Google Analytics Data Export API with Google Chart Visualizations
7 Comments
Google Analytics, php
You can punch into the Google Analytics Data Export API, pull out some stats, and stuff them into some nice graphical charts using Google Chart Visualizations. This demo is done in PHP. Authenticate the User The user can authenticate via the ClientLogin or using the AuthSub login which is actually more secure. For the ClientLogin, [...]
Tags: Google, Google Analytics, php
16
Generating Signatures in ColdFusion with RSA-SHA1 for Secure AuthSub in Google Analytics
1 Comment
ColdFusion, Google Analytics
To send secure AuthSub requests to Google Analytics, you have to sign the request with a private key that is verified against the certificate you upload to Google. Google has a library where this can be done in Java that is specific to Google Analytics and, provided you can add .jar files to your ColdFusion [...]
Tags: ColdFusion, Google Analytics
1
Google Analytics Third-Party Shopping Cart (Cross-Domain) Tracking Using Traditional and Asynchronous Snippet
Cross-domain tracking is used for several situations the most obvious for third-party shopping carts. Proper installation of the Google Analytics (GA) tracking code is essential for accurate tracking of visitors and sales. GA offers two tracking code snippets for you to choose from: traditional (synchronous) and asynchronous. First, a short review of the basic installation [...]
Tags: Google Analytics
7
Google Analytics Showing My Site as Top Referrer
Update (Feb. 1, 2010) – Important: After speaking to a few people regarding this issue, some other situations where this will occur have come to light. First (most important), make sure you tracking code is installed properly on every page of your site. If you use cross-domain tracking or sub-domain tracking, install it correctly on [...]
Tags: Google Analytics
19
ColdFusion and Google Analytics: Getting Out What You Put In
25 Comments
ColdFusion, Google Analytics
The Hooking into Google Analytics post details how to connect to the Data Export API of Google Analytics (GA) and get a simple visitors count in return. Here we will expand greatly on that and create a cfc that will process just about any result from the API. This code requires at least ColdFusion 8.0.1. [...]
Tags: ColdFusion, Google Analytics
