dev-master
9999999-devSend analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API
Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API, (*1)
Installation using composer:, (*2)
composer require gentor/gamp
Add the service provider in config/app.php:, (*3)
Gentor\Gamp\GampServiceProvider::class,
Add the facade alias in config/app.php:, (*4)
Gentor\Gamp\Facades\Gamp::class,
Change your default settings in app/config/gamp.php:, (*5)
<?php
return [
'tracking_id' => env('GA_TRACKING_ID'),
...
];
Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API
MIT