Skip to content

Instantly share code, notes, and snippets.

@jstnkrr
Last active October 22, 2015 20:51
Show Gist options
  • Save jstnkrr/6a1252d3343d9fd22221 to your computer and use it in GitHub Desktop.
Save jstnkrr/6a1252d3343d9fd22221 to your computer and use it in GitHub Desktop.
Trigger GA event for Gravity Forms AJAX Confirmations
jQuery(document).on('gform_confirmation_loaded', function(event, formId){
ga('send', 'event', 'Form Name', 'Submit', 'Button Name', 25);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment