Google Analytics

Google Analytics (GA) is a power way to track your customers activity on your websites. Integrating GA into Cyrious Online is fast and easy.This document assumes you are familiar with GA and already have a GA account established. Cyrious does not provide or manage these services itself, please speak with a web consultant for assistance if needed.

Locating your Google Analytics Tracking ID

You will find your Tracking ID ( of the form UA-XXXXXX-X ) on the Property Settings page under the Admin section of the Google Analytics administration console at www.google.com/analytics.

If you are using multiple websites, you will want to turn on the option for tracking subdomains. Enabling this option will allow you to track the traffic on your different Cyrious Online customer websites.

Currently, this option is found by following these steps:

  1. Log into your Google Analytics Dashboard.
  2. Click on Admin in the upper right corner.
  3. Under the Property Section, click on .js Tracking Info.
  4. Enable the option for Subdomains of yourdomain.com.

To enable Google Analytics in Cyrious Online:

  1. Click on Settings.
  2. Click on View My Business Information.
  3. Check the option Analytics Enabled.
  4. Enter your Google Analytics ID.

Enabling this option will insert the following code in all of your Cyrious Online websites. The code is inserted so that it appears as the last element before the closing tag.

code format="Javascript"

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_setDomainName', 'cyriousonline.com']);
_gaq.push(['_trackPageview']);
(function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

<code>

  • google_analytics.txt
  • Last modified: 2019/01/27 09:38
  • (external edit)