[Plugin: Contact Form 7] analytics tracking
-
i was following this url’s instructions:
http://contactform7.com/2009/11/24/tracking-form-submissions-with-google-analytics/is it possible that i add the
on_sent_ok: “pageTracker._trackPageview(‘/mysite/thank-you.html’);”
and
on_sent_ok: “pageTracker._trackEvent(‘Formular’,’Absenden’,’Dr. Klein’);”
into the additional settings field to both track a virtual pageview and event tracking within analytics?
would i simply add them one after another but on separate lines ie.
on_sent_ok: “pageTracker._trackPageview(‘/mysite/thank-you.html’);”
on_sent_ok: “pageTracker._trackEvent(‘Formular’,’Absenden’,’Dr. Klein’);”
The topic ‘[Plugin: Contact Form 7] analytics tracking’ is closed to new replies.