I am currently trying to add Google Analytics goals to my Contour forms. I've had a search on the web and on the forums and I can't really find any definitve answer on how to set it up. I can't even find any sort of official documentation on it, even though the Contour information page states 'enter goals from Google Analytics and much more'.
My forms are currently set up to load a message when a user successfully fills in a form and doesn't redirect to a thankyou page. I would like to keep it this way if possible.
With regards to analytics and form actions tunneling thought you needed to have a separate thank you page? I have done it in the past with separate thank you page and have put the code on there and that has worked.
I too am looking for the same thing, I'm yet to action the following but this seems like a really tidy solution rather than redirecting a user to another page that can be found and viewed without acutally submitting a form
You could add a script with the success message, to track the submission: /umbraco/plugins/umbracoContour/Views/Forms/Form.cshtml
Contour and Google Analytics Goals
Hi all,
I am currently trying to add Google Analytics goals to my Contour forms. I've had a search on the web and on the forums and I can't really find any definitve answer on how to set it up. I can't even find any sort of official documentation on it, even though the Contour information page states 'enter goals from Google Analytics and much more'.
My forms are currently set up to load a message when a user successfully fills in a form and doesn't redirect to a thankyou page. I would like to keep it this way if possible.
Any help would be greatly appreciated.
Thanks,
Marty
Marty,
With regards to analytics and form actions tunneling thought you needed to have a separate thank you page? I have done it in the past with separate thank you page and have put the code on there and that has worked.
Regards
Ismail
I too am looking for the same thing, I'm yet to action the following but this seems like a really tidy solution rather than redirecting a user to another page that can be found and viewed without acutally submitting a form
You could add a script with the success message, to track the submission:
/umbraco/plugins/umbracoContour/Views/Forms/Form.cshtml
The script should fire of an tracking event as described here:
https://developers.google.com/analytics/devguides/collection/analyticsjs/events
So as an example you could use the following values in the event
is working on a reply...