
Auto-event listener’s source code (used in this recipe) was originallyĀ published byĀ Lauri PiispanenĀ but upgraded by my colleague later on.
What does it do?Ā Tracks multiple forms on the same pageĀ and sends these events to Google Analytics in case of form abandonment.Ā These events are set as “non-interaction”, thus your bounce rate will not be affected.
Requirements for this Form Abandonment Listener to work:
- Form must dispatch a validĀ form submit event in case of successful submission.
- Form must be built with <form> HTML tags.
- Form fields must containĀ name attribute.
- This recipe will not work with AJAX forms, multi-page forms or those forms which redirect to aĀ Thank you page.
- Not all browsers support this recipe.
Read this blog post for more information.
INSTRUCTIONS
- Download Container File
Download the container JSON file (right-click on the link and click āSave Link Asā or āSave Target Asā to save the JSON file to your computer). - Import JSON File into GTM
Log into your own Google Tag Manager container and head to the Admin section of the site. Under Container options, select Import Container. ReadĀ this blog postĀ for more details about importing a container file. - Update With Your Own Tracking ID
Update or create a new Constant Variable named {{YOUR_GA_TRACKING_ID}} with your Google Analytics Tracking ID (a.k.a. UA Number). I’d recommend usingĀ Google Analytics Settings variableĀ instead. Read this guideĀ how to properly change Tracking ID in the importedĀ container. - Preview & Publish
Use the Preview options to test this container on your own site. Try testing each of the events to make sure theyāre working properly. If everything looks good, go ahead and publish! - Do you still have questions how this form abandonment listener works?
Read this blog post with full explanation and case study.
View all 30+Ā Google Tag Manager Recipes
Ā
Ā
