Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The plugin is free and available to all HostBill users. In order to activate the plugin go to Settings→ Modules→ Plugins → Inactive, find and activate:

    1.  Google Analytics plugin, if you wish to use 

      1. ga.js
      2. analytics.js
    2. Google Analytics Gtag plugin, if you wish to use gtag/js
  2. Once the plugin is activated you will be directed to Settings→ Modules→ Plugins to configure the module.

Module configuration

...

For Google Analytics:

  1. Choose module display name
  2. Select if you want the plugin to be accessible for all staff members or only selected staff members.
  3. For Google Analytics Plugin: Select analytics version:
    1. Universal Analytics for analytics.js
    2. classic Google Analytics for ga.js
  4. Under Tracking ID provide your unique tracking ID (also known as Property ID) taken from Google Analytics website.
  5. Under Tracked Domain enter domain name you configure your analytics with 
  6. Custom Code - Enter custom javascript code you wish to be entered after page view event.
  7. Ecommerce tracking - If you've enabled ecommerce tracking in your analytics account, you can enable this and send transaction info
  8. Cross Domain tracking - When enabled, will add 'allowLinker' argument in create method for 'Universal Analytics'

...

For Google Analytics Gtag Plugin: Image Removed

  1. Choose module display name
  2. Select if you want the plugin to be accessible for all staff members or only selected staff members.
  3. Under Tracking ID provide your unique tracking ID (also known as Property ID) taken from Google Analytics website.
  4. Ecommerce tracking - If you've enabled ecommerce tracking in your analytics account, you can enable this and send transaction info
  5. Cross Domain tracking - When enabled, will add 'allowLinker' argument in create method for 'Universal Analytics'
  6. Custom Code - Enter custom javascript code you wish to be entered after page view event.
  7. Custom Configuration - Enter code which will replace gtag('config',...) line generated by this module
  8. Disable explicit pageview event - when enabled, the pageview will not be sent explicitly, assuming it's being sent by default

Image Added

Enable Ecommerce Tracking

...