convertize/tracking

Tracking package


Keywords
tracking
License
MIT

Documentation

#Tracking

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();