Skip to content

Instantly share code, notes, and snippets.

@DinisCruz
Created April 16, 2012 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DinisCruz/2397851 to your computer and use it in GitHub Desktop.
Save DinisCruz/2397851 to your computer and use it in GitHub Desktop.
default gaug.es tracking code
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '.............');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment