-
Task
-
Resolution: Accepted
-
Should have
-
None
-
3
-
Analytics
-
Sprint #243, Sprint #244
-
pluto
Summary
As part of the Mixpanel event tracking plan, we have implemented a new event called form_start which identifies through Google Tag Manager when the user starts filling out a form. Together with the form_start event, we need to send the existing Gravity Form variables:
- gGoal
- formPlugin
- formTitle
- formID
These variables are only available at the formSubmission dataLayer event push, but we need them to be available right after the page_load, to make sure we are able to capture these values before the user finalizes the submission.
Requirements
- Implement the following dataLayer variables at page load (either in all pages or only on pages where a Gravity Form has been identified):
- gGoal
- formPlugin
- formTitle
- formID