2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-googleanalytics

Silverstripe Google analytics

image

arillo/silverstripe-googleanalytics

Silverstripe Google analytics

  • Friday, July 20, 2018
  • by bumbus
  • Repository
  • 3 Watchers
  • 0 Stars
  • 10 Installations
  • Scheme
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

arillo/silverstripe-googleanalytics

Adds google analytics tracking script to your site, if it is in production (live) mode., (*1)

Requirements

SilverStripe ^4.0, (*2)

For a SilverStripe 3.x compatible version of this module, please see the 1.x branch, or 0.x release line., (*3)

Setup

Google analytics

To make it work, you have to define AO_GA_TRACKING_CODE environment variable., (*4)

# define in .env
AO_GA_TRACKING_CODE="<YOUR_GA_TRACKING_CODE>"

Add the following into the <head> section of your template:, (*5)

$GoogleAnalytics

Google analytics 4

To make it work, you have to define AO_GA4_TRACKING_CODE environment variable., (*6)

# define in .env
AO_GA_TRACKING_CODE="<AO_GA4_TRACKING_CODE>"

Add the following into the <head> section of your template:, (*7)

$GA4

Customize

You can overwrite GoogleAnalytics.ss (or GA4.ss) on project basis, if you need some different behaviour., (*8)

Google tag manager

To make it work, you have to define AO_GTM_CODE environment variable., (*9)

# define in .env
AO_GTM_CODE="<YOUR_GTM_CODE>"

Add the following into the <head> section of your template:, (*10)

$GoogleTagManager(head)

After the opening <body> tag:, (*11)

$GoogleTagManager(body)

Customize

You can overwrite GoogleTagManager.ss on project basis, if you need some different behaviour., (*12)

Changelog

1.0.0, (*13)

  • SS4 compat

1.0.1, (*14)

  • added GTM

1.0.2, (*15)

  • added GA4

The Versions

20/07 2018

dev-master

9999999-dev https://github.com/silverstripe-googleanalytics

Silverstripe Google analytics

  Sources   Download

MIT

The Requires

 

silverstripe google analytics

20/07 2018

1.0.0

1.0.0.0 https://github.com/silverstripe-googleanalytics

Silverstripe Google analytics

  Sources   Download

MIT

The Requires

 

silverstripe google analytics

20/07 2018

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/silverstripe-googleanalytics

Silverstripe Google analytics

  Sources   Download

MIT

silverstripe google analytics

20/07 2018

0.0.2

0.0.2.0 https://github.com/silverstripe-googleanalytics

Silverstripe Google analytics

  Sources   Download

MIT

silverstripe google analytics