2017 © Pedro Peláez
 

symfony-bundle backend-google-analytics-bundle

Provides support for gathering 'pageview' analytics in backend using Google Analytics.

image

modera/backend-google-analytics-bundle

Provides support for gathering 'pageview' analytics in backend using Google Analytics.

  • Friday, July 13, 2018
  • by moderadev
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,101 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

ModeraBackendGoogleAnalyticsBundle

Provides support for gathering 'pageview' analytics in backend using Google Analytics., (*1)

Installation

Add a dependency to your composer.json by running:, (*2)

composer require modera/backend-google-analytics-bundle

You don't have to manually update your AppKernel class if you have modera/module-bundle bundle installed already, otherwise you need to add this to your AppKernel:, (*3)

new \Modera\BackendGoogleAnalyticsBundle\ModeraBackendGoogleAnalyticsBundle(),

After bundle has been enabled to make sure that contributed configuration properties are installed run this command:, (*4)

modera:config:install-config-entries

When this command is executed you will either see that some configuration property(properties) were installed or no configuration properties were installed, in latter case it means that they were automatically installed by module-bundle for you during bundle installation process., (*5)

Documentation

If you want to have a UI to access configuration properties contributed by this bundle then you may also want to install modera/backend-google-analytics-config-bundle bundle., (*6)

Your kernel class (app/AppKernel.php) might additionally implement two methods: getAppName, getAppVersion which then will be used by \Modera\BackendGoogleAnalyticsBundle\Contributions\ConfigMergersProvider to send more detailed data to GA., (*7)

Licensing

This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE, (*8)

The Versions

13/07 2018

dev-master

9999999-dev

Provides support for gathering 'pageview' analytics in backend using Google Analytics.

  Sources   Download

MIT

The Requires

 

The Development Requires