Skip to content

Instantly share code, notes, and snippets.

@midu
Created July 11, 2014 16:05
Show Gist options
  • Save midu/aca4ea2e08d0f39b4d58 to your computer and use it in GitHub Desktop.
Save midu/aca4ea2e08d0f39b4d58 to your computer and use it in GitHub Desktop.
  1. User starts software flow (cio.track('started_software_flow'))
  2. User does not finish software flow
  3. User starts another software flow (cio.track('started_software_flow'))
  4. User finishes the second software flow (cio.track('finished_software_flow'))

I want to be able to email that user about the first software flow they did not finish.

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