Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshuacharleslake/2056aee0f739249146b1 to your computer and use it in GitHub Desktop.
Save joshuacharleslake/2056aee0f739249146b1 to your computer and use it in GitHub Desktop.
Click tracking code for universal analytics
<script type="text/javascript">
$(document).ready(function(e) {
e(".phone").on("click", function() {
ga("send", "event", "link", "click", "Phone Number")
}
)
}
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment