Skip to content

Instantly share code, notes, and snippets.

@chexton
Last active June 28, 2017 10:50
Show Gist options
  • Save chexton/36c4b60d97986ff722af to your computer and use it in GitHub Desktop.
Save chexton/36c4b60d97986ff722af to your computer and use it in GitHub Desktop.
test-php-jn
require_once('vero.php');
$v = new Vero("API_KEY");
$id_customer = 1234;
$email = 'chris@getvero.com';
$v->identify($id_customer, $email);
$v->track("Viewed product", array('id' => '1234567', 'email' => 'chris@getvero.com'), array('data1' => 'something'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment