Skip to content

Instantly share code, notes, and snippets.

Created June 7, 2016 14:35
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 anonymous/5dbdc3b30f37e667d858ce5c1482c18e to your computer and use it in GitHub Desktop.
Save anonymous/5dbdc3b30f37e667d858ce5c1482c18e to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
// Realistische Absprungrate unterhalb von 30 Sekunden - Ergaenzung des Original-Codes
setTimeout(‚_gaq.push([\’_trackEvent\‘, \’NoBounce\‘, \’Über 30 Sekunden\‘])‘,30000);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment