Skip to content

Instantly share code, notes, and snippets.

@ewillhite
Created November 22, 2013 21:44
Show Gist options
  • Save ewillhite/7607397 to your computer and use it in GitHub Desktop.
Save ewillhite/7607397 to your computer and use it in GitHub Desktop.
ClickTale (right before closing body tag)
<!-- ClickTale Bottom part -->
<script type='text/javascript'>
// The ClickTale Balkan Tracking Code may be programmatically customized using hooks:
//
// function ClickTalePreRecordingHook() { /* place your customized code here */ }
//
// For details about ClickTale hooks, please consult the wiki page http://wiki.clicktale.com/Article/Customizing_code_version_2
document.write(unescape("%3Cscript%20src='"+
(document.location.protocol=='https:'?
"https://clicktalecdn.sslcs.cdngc.net/www02/ptc/5c05f14c-2e69-4633-93aa-31b7458a3b41.js":
"http://cdn.clicktale.net/www02/ptc/5c05f14c-2e69-4633-93aa-31b7458a3b41.js")+"'%20type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- ClickTale end of Bottom part -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment