2017 © Pedro Peláez
 

library ganalytics-bundle

Google Analytics Bundle

image

betacie/ganalytics-bundle

Google Analytics Bundle

  • Tuesday, August 4, 2015
  • by yoye
  • Repository
  • 5 Watchers
  • 0 Stars
  • 4,691 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ganalytics-bundle

Google Analytics bundle. See https://github.com/betacie/google-analytics for betacie/google-analytics usages, (*1)

You need to store all your events before render them., (*2)

// You could use tracker service in a controller or inject him in other services
// like a registration listener
$this->container->get('betacie_google.event_tracker')->trackEvent([
    'category' => 'Registration',
    'action' => 'Confirmed',
    'label' => 'user-1',
]);

Once you have stored all the events, the tracking code will be displayed with a Twig function., (*3)

// Twig template
{{ google_track() }}

The Versions

04/08 2015

1.0.x-dev

1.0.9999999.9999999-dev

Google Analytics Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

29/05 2015

dev-master

9999999-dev

Google Analytics Bundle

  Sources   Download

MIT

The Requires

 

20/01 2015

v0.1

0.1.0.0

Google Analytics Bundle

  Sources   Download

MIT

The Requires