Created
November 12, 2010 12:16
-
-
Save saaspulse/674034 to your computer and use it in GitHub Desktop.
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
try { | |
var tracker = new __sdr("SP-XXXX-XX"); | |
} catch (err) { | |
// uncomment the alert below for debugging only | |
// alert ("SaaSPusle tracking code load failure, tracking will be ignored"); | |
quite = function () {}; | |
var tracker = { | |
track: quite, | |
identify: quite | |
}; | |
} |
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
<html> | |
<script src='//s3.amazonaws.com/saaspulse-cdn/sdr.js' async='async'></script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment