2017 © Pedro Peláez
 

symfony-bundle google-analytics-api

Google Analytics API v4 Symfony

image

i-like-it-solutions/google-analytics-api

Google Analytics API v4 Symfony

  • Tuesday, July 4, 2017
  • by staplelogic
  • Repository
  • 0 Watchers
  • 0 Stars
  • 20 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

GoogleAnalytic

A Symfony project created on July 4, 2017, 06:14 pm., (*1)

Bundle Configuration to set Google Analytics Accounts

Add following code in app/config/config.yml assetic: debug: '%kernel.debug%' use_controller: '%kernel.debug%' filters: cssrewrite: ~, (*2)

Add following code in app/config/routing.yml google_analytics_api: resource: "@GoogleAnalyticsApiBundle/Resources/config/routing.yml" prefix: /, (*3)

Register the following bundle in AppKernal.php, (*4)

new Symfony\Bundle\AsseticBundle\AsseticBundle(), new iLikeItSolutions\GoogleAnalyticsApiBundle\GoogleAnalyticsApiBundle(),, (*5)

Client Secret File steps:, (*6)

  1. Go to Google API console https://console.developers.google.com
  2. Create APP and Activate the Analytics API in the Google API Console.
  3. Redirect URI http://localhost:8000/callback
  4. After save Download JSON file and renamed it to client_secrets.json
  5. Copy and paste client_secrets.json file to bundle location "iLikeItSolutions/GoogleAnalyticsApiBundle/Data/"

Google Analytics Account View ID steps:, (*7)

  1. Go to Google analytics site and login https://analytics.google.com
  2. Click on Top left Corner to see accounts then click Account Name >> Click Property Name >> then Copy View ID (Numeric) from Views Tab
  3. Now Paste above View ID into bundle file path "iLikeItSolutions/GoogleAnalyticsApiBundle/Resources/config/service.yml" variable ga_view_id

The Versions

04/07 2017

dev-master

9999999-dev

Google Analytics API v4 Symfony

  Sources   Download

Private

The Requires

 

The Development Requires

by Gourav

api analytics symfony google v4

04/07 2017

v1.5

1.5.0.0

Google Analytics API v4 Symfony

  Sources   Download

Private

The Requires

 

The Development Requires

by Gourav

api analytics symfony google v4

04/07 2017

v1.4

1.4.0.0

Google Analytics API v4 Symfony

  Sources   Download

Private

The Requires

 

The Development Requires

by Gourav

api analytics symfony google v4

03/07 2017

v1.3

1.3.0.0

Google Analytics API v4 Symfony

  Sources   Download

Private

The Requires

 

The Development Requires

by Gourav

api analytics symfony google v4

03/07 2017

v1.2

1.2.0.0

Google Analytics API v4 Symfony

  Sources   Download

Private

The Requires

 

The Development Requires

by Gourav

api analytics symfony google v4

03/07 2017

v1.1

1.1.0.0

Google Analytics API v4 Symfony

  Sources   Download

Private

The Requires

 

The Development Requires

by Gourav

api analytics symfony google v4

02/06 2017

1.0

1.0.0.0

Google Analytics API v4 Symfony

  Sources   Download

Private

The Requires

 

The Development Requires

by Gourav

api analytics symfony google v4