Skip to content

Instantly share code, notes, and snippets.

@dannytranlx
Created March 29, 2016 14:47
Show Gist options
  • Save dannytranlx/1957d764b94ba56efbfc to your computer and use it in GitHub Desktop.
Save dannytranlx/1957d764b94ba56efbfc to your computer and use it in GitHub Desktop.
Timed whispers
Smooch.init({ appToken: ... });
// 2 minutes later
Smooch.on('ready', function() {
setTimeout(function() {
Smooch.track('shop-pants-2min');
}, 120000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment