Last active
October 22, 2015 20:51
-
-
Save jstnkrr/6a1252d3343d9fd22221 to your computer and use it in GitHub Desktop.
Trigger GA event for Gravity Forms AJAX Confirmations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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