Skip to content

Instantly share code, notes, and snippets.

@Quay3
Created January 4, 2017 17:59
Show Gist options
  • Save Quay3/84872a7aea7f3a26aec9742af6904740 to your computer and use it in GitHub Desktop.
Save Quay3/84872a7aea7f3a26aec9742af6904740 to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready( function() {
jQuery( document )
.on('click', 'input[type=button]', function() {
ga('send', 'event', 'Email List', 'Subscribed', 'New Subscriber');
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment