Track Google Analytics and forward
-
I am trying to track form submissions with Google Analytics and forward users to a new page after submission. Each of them work individually. However, when I add both actions to the “on_sent_ok” hook they do not work.
Code:
on_sent_ok: "_gaq.push(['_trackEvent', 'Form', 'Submit', 'Interactive Builder']);" on_sent_ok: "location = '/';"
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Track Google Analytics and forward’ is closed to new replies.