Skip to content

Instantly share code, notes, and snippets.

@Quay3
Created January 5, 2017 17:02
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 Quay3/a3e40a1f7a1bddea77ace284bf682667 to your computer and use it in GitHub Desktop.
Save Quay3/a3e40a1f7a1bddea77ace284bf682667 to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready( function() {
jQuery( document )
.on('click', '#nf-field-26', 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