Skip to content

Instantly share code, notes, and snippets.

@SachaG
Created December 11, 2012 13:51
Show Gist options
  • Save SachaG/4258728 to your computer and use it in GitHub Desktop.
Save SachaG/4258728 to your computer and use it in GitHub Desktop.
GoSquared Telescope Snippet
// GoSquared
if (goSquaredId = getSetting("goSquaredId")) {
var GoSquared = {};
GoSquared.acct = goSquaredId;
window._gstc_lt = +new Date;
var d = document, g = d.createElement("script");
g.type = "text/javascript";
g.src = "//d1l6p2sc9645hc.cloudfront.net/tracker.js";
var s = d.getElementsByTagName("script")[0];
s.parentNode.insertBefore(g, s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment