Package to retrieve Google Analytics data for Cartalyst Platform
sanatorium/analytics is a Laravel package for package to retrieve google analytics data for cartalyst platform.
It currently has 0 GitHub stars and 1 downloads on Packagist (latest version 3.0.4).
Install it with composer require sanatorium/analytics.
Discover more Laravel packages by sanatorium
or browse all Laravel packages to compare alternatives.
Last updated
Package to retrieve Google Analytics data for Cartalyst Platform
Admin > Property > Tracking Info > Tracking Code
Should look like UA-XXXXXXXX-X

Admin > View > View Settings > View ID
Copy the View ID and prefix that with "ga:"
Should look like: ga:xxxxxxxx

Provide Client ID of Google account with Google Analytics API enabled. You will also get service email there, note that down, it's used in Service E-mail.

Service E-mail of the Google Account, this also needs to be added to Admin > View > User Settings as a user with atleast permission to read.

Path to .p12 certificate, to obtain:
Area to show in map widget.
Enable/Disable analytics for admin area (helps us improve the user experience).
Should look like UA-XXXXXXXX-X, default value
UA-71753817-1
Support not available.
List of currently used hooks:
'scripts.footer' => 'sanatorium/analytics::hooks.trackingCode',
'admin.scripts.footer' => 'sanatorium/analytics::hooks.trackingCodeAdmin',