track_simple.php 208 Bytes Raw Blame History Permalink 1 2 3 4 <?php require_once("../lib/Mixpanel.php"); // import the Mixpanel class $mp = Mixpanel::getInstance("MIXPANEL_PROJECT_TOKEN"); // instantiate the Mixpanel class $mp->track("login_clicked"); // track an event