Download the PHP package fhusquinet/laravel-campaign-activity-tracker without Composer
On this page you can find all versions of the php package fhusquinet/laravel-campaign-activity-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fhusquinet/laravel-campaign-activity-tracker
More information about fhusquinet/laravel-campaign-activity-tracker
Files in fhusquinet/laravel-campaign-activity-tracker
Package laravel-campaign-activity-tracker
Short Description Track the activity of your campaigns on your Laravel application
License MIT
Homepage https://github.com/fhusquinet/laravel-campaign-activity-tracker
Informations about the package laravel-campaign-activity-tracker
Track the activity of your campaigns on your Laravel application
If you are managing AdWords or Facebook campaigns using UTM parameters in your URLs this package might be for you! Simply add the TracksCampaignActivity trait on your wanted models and the TrackCampaigns Middleware to your wanted routes and see what impact your campaigns have on your data. It will track the created, updated and deleted event on the models using the TracksCampaignActivity and store the UTM parameters, url and time of visit of each different instance in the database.
Installation
You can install the package via composer:
Usage
Add the TracksCampaignActivity trait to your wanted models.
And add the TrackCampaigns middleware to your wanted routes, you can either set it at the global level or on a route basis.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Thanks
Special thanks to Spatie for their awesome laravel-activitylog package as well as their skeleton-php package for getting me the inspiration and help required for this package!
Credits
- Florian Husquinet
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-campaign-activity-tracker with dependencies
illuminate/config Version ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0|^9.0
illuminate/database Version ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0|^9.0
illuminate/support Version ~5.5.0|~5.6.0|~5.7.0|^6.0|^7.0|^8.0|^9.0