Add multiple on_sent_ok?
-
Hi!
I want Google Analytics to track just a form that has been successfully submitted by using:
on_sent_ok: “_gaq.push([‘_trackEvent’, ‘Contact Form’, ‘Submit’]);”then I want to redirect the user to another URL likeso:
on_sent_ok: “location = ‘https://domain.com/’;”Can I add the code in the advanced input field as following?
on_sent_ok: “_gaq.push([‘_trackEvent’, ‘Contact Form’, ‘Submit’]);”
on_sent_ok: “location = ‘https://example.com/’;”Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add multiple on_sent_ok?’ is closed to new replies.