Skip to content

Instantly share code, notes, and snippets.

@mjlassila
Created September 10, 2014 08:31
Show Gist options
  • Save mjlassila/26ff9529825a404795ff to your computer and use it in GitHub Desktop.
Save mjlassila/26ff9529825a404795ff to your computer and use it in GitHub Desktop.
E-kirjojen ja muiden kokotekstien kokotekstilinkkien klikkausten Google Analytics -seuranta Finnassa
<!-- START of customized: general-post-body.tpl -->
<script type="text/javascript">
{literal}
$(document).ready(function(){
$('a.fulltext').click(function() {
var url = $(this).attr('href');
ga('send', 'event', 'outbound', 'fulltext', url);
});
});
{/literal}
</script>
<!-- END of customized: general-post-body.tpl -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment