Skip to content

Instantly share code, notes, and snippets.

@closer
Created March 5, 2010 01:33
Show Gist options
  • Select an option

  • Save closer/322361 to your computer and use it in GitHub Desktop.

Select an option

Save closer/322361 to your computer and use it in GitHub Desktop.
<!--
Tumblr Theme include Google Analytics
-->
<meta name="text:Google Analytics" content=""/>
{block:IfGoogleAnalytics}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("{text:Google Analytics}");
pageTracker._trackPageview();
} catch(err) {}</script>
{/block:IfGoogleAnalytics}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment