This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Releases: ipunkt/laravel-analytics
Releases · ipunkt/laravel-analytics
Multi currency ecommerce tracking included
https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce#multicurrency
Thanks to @gduval91 for the pull request.
Configuration via environment added
Added Tracker name
We support the tracker name feature.
- https://developers.google.com/analytics/devguides/collection/analyticsjs/command-queue-reference#create
- https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#name
Thanks to PR from @WaveHack .
Content Security Policy feature support integrated
1.3.0 fixed README
setCustom() method added to interface
setCustom() method added to interface and supports fluent interface as well
Script Block rendering gets optional
You can disable the rendering of the script tags, when you embed the analytics code.
Assigned Issues: #28
Dependency Injection and Campaigns...
The ServiceProvider does not handle an "analytics" abbreviation anymore for the facade and within the DI container. Now the whole interface will be created and returned. The Facade accesses this. But you can inject in a controller method by using the interface as type hint.
1.1.5: Merge pull request #30 from amirbilu/master
remove extra quotes
Added userId tracking code
1.1.4 adding the userId tracking #20
fixing buggy 1.1.2 for laravel 4
1.1.3 missing comma