Created
March 29, 2016 14:47
-
-
Save dannytranlx/1957d764b94ba56efbfc to your computer and use it in GitHub Desktop.
Timed whispers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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