Skip to content

Instantly share code, notes, and snippets.

@00dani
Created April 5, 2018 05:08
Show Gist options
  • Save 00dani/eb5cbb5172fa84ec778145af8e427be8 to your computer and use it in GitHub Desktop.
Save 00dani/eb5cbb5172fa84ec778145af8e427be8 to your computer and use it in GitHub Desktop.
Appcues.on('flow_completed', function(e) {
var name = 'completed flow: ' + e.flowName.toLowerCase();
var meta = {
flow_id: e.flowId,
flow_name: e.flowName,
flow_type: e.flowType,
flow_version: e.flowVersion,
};
Intercom('trackEvent', name, meta);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment