Skip to content

Instantly share code, notes, and snippets.

@mattm
Created April 9, 2018 15:07
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 mattm/2d9c8a0a4c1863a68e4c1bcdfa04daa0 to your computer and use it in GitHub Desktop.
Save mattm/2d9c8a0a4c1863a68e4c1bcdfa04daa0 to your computer and use it in GitHub Desktop.
Mixpanel JQL Example
function main() {
return Events({
from_date: '2018-04-09',
to_date: '2018-04-09',
event_selectors: [{event: 'Signed Up'}]
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment