Skip to content

Instantly share code, notes, and snippets.

@saaspulse
Created November 12, 2010 12:16
Show Gist options
  • Save saaspulse/674034 to your computer and use it in GitHub Desktop.
Save saaspulse/674034 to your computer and use it in GitHub Desktop.
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
};
}
<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