InstaPage Form Event Listener

Leveraging the InstaPage form event listener in tandem with Google Tag Manager makes it possible for you to capture successful InstaPage form submissions as events and conversions within your analytics stacks, including platforms like Google Analytics (GA4), Piwik Pro, Mixpanel, and others. Moreover, you can seamlessly implement your advertising pixels, such as Google Ads conversion tracking, Meta Pixels, etc., to track these successful InstaPage form conversions.

How to track Instapage Form Submission with google tag manager

To measure successful Instapage form conversions effectively through Google Tag Manager, follow these steps: Begin by creating a custom HTML tag in GTM. 

Copy the Instapage form event listener code and paste it into the custom HTML tag. 

Subsequently, trigger this tag on pageview or DOM-Ready.

Proceed to the triggers section and establish a custom event trigger type [formSubmissionSuccess]

This trigger is designed to detect the dataLayer event emitted by the Instapage form event listener upon successful form submission. Utilise this trigger to execute marketing tags or pixels, such as Google Analytics, Google Ads, Facebook Pixels, Mixpanel, Piwik Pro, etc.

Additionally, ensure that your implementation adheres to privacy regulations. Leverage trigger conditions in Google Tag Manager to specify the pages on which the conversion should be recorded.

It’s essential to note that, following a series of tests, it has been observed that the dataLayer may not function on all Instapage forms, particularly in cases with multiple forms on a page. In such scenarios, employing the Google Tag Manager form trigger type proves helpful.

The code was found on The Instapage documentation.

 

<script>
window.instapageFormSubmitSuccess = function (form) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'event': 'formSubmissionSuccess'
});

console.log('form submitted')
};
</script>

Video of how to use the listener

Related Event Listener

Formidable Form

Detect the successful submission of your Formidable forms, and use it as a trigger for your marketing pixels.

PaperForm

Track paper form submissions as conversions and activate your marketing pixels/tags based on these actions.

Drip Form

If you are using Drip forms to capture leads? Track your Drip form submissions conversions in Google Ads, GA, etc.

download the google tag manager recipe for tracking Instapage Form Submission

we make you smarter with data

made with ❤️

The DumbData Team