set* functions available in the MatomoTracker class $matomoTracker->setResolution(1600, 1400); // Sends Tracker request via http $matomoTracker->doTrackPageView('Document title of current page view'); // You can also track Goal conversions $matomoTracker->doTrackGoal($idGoal = 1, $revenue = 42); echo 'done';