Skip to content

Instantly share code, notes, and snippets.

@ianstormtaylor
Created March 17, 2013 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianstormtaylor/5184015 to your computer and use it in GitHub Desktop.
Save ianstormtaylor/5184015 to your computer and use it in GitHub Desktop.
Tracking additional events from the Segment.io WordPress library, directly in PHP.
$event = 'Event Name';
$properties = array(
'title' => single_post_title('', false)
);
Analytics::track($event, $properties);
@crixlet
Copy link

crixlet commented Aug 2, 2015

is there a similar one in the wp plugin for identify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment