2017 © Pedro Peláez
 

ezplatform-bundle analyticsbundle

The Analytics Bundle is an eZ Platform 2 bundle providing a basic views for Google Analytics in the admin interface.

image

donfelice/analyticsbundle

The Analytics Bundle is an eZ Platform 2 bundle providing a basic views for Google Analytics in the admin interface.

  • Saturday, January 20, 2018
  • by donfelice
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Analytics Bundle for eZ Platform 2

The Analytics Bundle for eZ Platform 2 provides a basic interface for Google Analytics in the admin. The bundle uses the Google Embed API (See https://ga-dev-tools.appspot.com/embed-api/)., (*1)

Installation

Use Composer

Run the following from your website root folder to install Analytics Bundle:, (*2)

$ composer require donfelice/analyticsbundle

Activate the bundle

Activate the bundle in app/AppKernel.php file by adding it to the $bundles array in registerBundles method, together with other required bundles:, (*3)

public function registerBundles()
{
    ...
    $bundles[] = new Donfelice\AnalyticsBundle\DonfeliceAnalyticsBundle();

    return $bundles;
}

Assetic configuration

You need to add it to Assetic configuration in app/config/config.yml, together with EzPlatformAdminUiBundle and all other bundles already configured there:, (*4)

assetic:
    bundles: [EzPlatformAdminUiBundle, DonfeliceAnalyticsBundle]

Rename and update if needed the EventListener/MyAdminUIMenuListener.php.dist file., (*5)

The Versions

20/01 2018

dev-master

9999999-dev https://github.com/donfelice/analyticsbundle

The Analytics Bundle is an eZ Platform 2 bundle providing a basic views for Google Analytics in the admin interface.

  Sources   Download

MIT

The Requires

 

by Avatar donfelice

analytics ezplatform donfelice