convertize / tracking
Tracking package
This package's canonical repository appears to be gone and the package has been frozen as a result.
v1.0.5
2018-04-04 16:45 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2021-10-28 09:39:51 UTC
README
This repository is built for utm/referral trackign across multiple domains
- saves all utm values to cookies
- generates links
- sends tracking values to database
- gives id to user
If you don't want to track specific domains you can add them to the blacklist
$tracking->addBlackListReferral('sidedomain.mytrackingdomain.com');
Installation
composer require convertize/tracking
Usage
$tracking = new Tracking('Pageview-event', 'https://app.trackingdb.com', 'ernest_refferer');
$tracking->execute();