Google Analytics
Google Analytics allows you to track how people find your site, how they navigate through it and how they become customers. You can see trends of pageviews, visits, bounce rate, conversion rate, geographical locations and much more.
And in WHMCS, we make it easy to use Google's service by providing an addon module which you can simply install & activate to automate the integration process.
Download/Install
To download the latest version of the module, please visit the Official Addon Listing page for it @ http://www.whmcs.com/members/communityaddons.php?action=viewmod&id=314
Once downloaded, simply unzip the file and upload the google_analytics folder within it to the /modules/addons/ directory of your WHMCS installation.
Setup
The first step of tracking e-commerce transactions with Google Analytics is to enable e-commerce reporting for your website's profile inside the Google Analytics panel:
- Sign in to your account.
- Click Edit next to the profile that you'd like to enable.
- On the Profile Settings page, click Edit next to Main Website Profile Information.
- Change the E-Commerce Website radio button from No to Yes.
Once you've done this, simply activate the Google Analytics module in WHMCS and enter your Analytics Tracking ID and optionally Root Domain (if you use multiple subdomains for your site) where requested.
Then the final step is to add the javascript for tracking page views to both your site and WHMCS client area. WHMCS makes this easy by defining a template tag {$google_analytics_html} which you just need to add where you want the tracking code output. We recommend placing this just before the closing body tag </body> in your active header.tpl or footer.tpl template files.