Tracking package
#Tracking
This repository is built for utm/referral trackign across multiple domains
If you don't want to track specific domains you can add them to the blacklist
$tracking->addBlackListReferral('sidedomain.mytrackingdomain.com');
composer require convertize/tracking
$tracking = new Tracking('Pageview-event', 'https://app.trackingdb.com', 'ernest_refferer');
$tracking->execute();