Guest User

Untitled

a guest
Oct 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. MktoForms2.whenReady(function(form) {
  2. form.onSuccess(function(vals, page) {
  3. ga('send', 'event', {
  4. eventCategory: 'Marketo Form',
  5. eventAction: 'Form Submission',
  6. eventLabel: formName,
  7. hitCallback: function() {
  8. document.location.href = page;
  9. };
  10. });
  11. return false;
  12. });
  13. });
Add Comment
Please, Sign In to add comment