Zapier Integration

HandL UTM Grabber / Tracker Zapier Integration step by step

Zapier For Contact Form 7

Track all UTM from Contact Form 7 to Zapier via HandL UTM Grabber/Tracker HandL UTM Grabber is an advance UTM Tracking system

Zapier For Contact Form 7

Contact Form 7 to Zapier Integration Screen Shot Documentation

1.Click Contact And Add New

1-)Zapier Add Contact.png

2.Paste The Code Shown Below to the Form Section Like that

2-)Zapier Paste The Code.png

--->Code Snippets<---

[hidden utm_campaign]
[hidden utm_source]
[hidden utm_medium]
[hidden utm_term]
[hidden utm_content]
[hidden gclid]

3.Copy the Shortcode

3-)Zapier Copy The ShortCode.png

4.Click 'Pages' and then click the 'Add New' button

4-)Zapier Add New Page.png

5.Paste the code that you copied and click 'Publish' button

5-)Zapier Paste The ShortCode.png

6.Copy The Webhook URL that you created on ZAPIER

6-)Zapier Copy The Webhook URL.png

7.Click the 'HandL UTM Grabber' button from Settings

7-)Zapier HandL UTM Grabber Settings.png

8.Paste the Webhook URL that you copied to the Zapier Webhook URL section and click 'Save Changes'

8-)Zapier Paste The Webhook URL.png

9.Go to campaign URL builder and Copy The URL.

9-)Zapier Active campaign URL.png

10.Come back to the Pages and View Your Contact Form

9-)Zapier View The Form.png

11.Paste the URL that you copied then Fill the blanks on your form and 'SEND'

11-)Zapier Paste the URL to the Form .png

12.Here is your Result on Zapier

12-)Zapier Here is your Result.png

Zapier For Contact Form 7

Contact Form 7 to Zapier Integration Video Tutorial

Please watch the related Video Tutorial below

and click right to the video and open link in new tab

Contact Form 7 to Zapier Integration Video Tutorial

Track UTMs from Contact Form 7 to Zapier via HandL UTM Grabber

Zapier for Gravity Forms

Gravity Forms to Zapier Integration Tutorial

Zapier for Gravity Forms

Gravity Forms to Zapier Integration Screen Shot tutorial

1-)Go to your Gravity Form

GF 1-)Go to your Gravity Form.png

2-)Add Hidden Fields to your Form

GF 2-)Add Hidden Fields to your Form.png

3-)Fill the Field Label Bar

GF 3-)Fill the Field Label Bar.png

4-)Allow Field to be Populating dynamically and enter your parameter name

GF 4-)Allow Field to be Populating dynamically and enter your parameter name.png

5-)Make it to all of the UTM's and click Update

GF 5-)Make it to all of the UTM's and click Update.png

6-)Go to Zapier and Create a Webhook Zap

GF 7-)Create a Webhook Zap.png

7-)Select Catch Hook

GF 7-)Select Catch Hook.png

8-)Copy the URL that Zapier Generated

GF 8-)Copy the URL that Zapier Generated.png

9-)Paste The URL that you copied and save changes

GF 9-)Paste The URL that you copied and save changes.png

10-)Go To Pages and Click on Your Page

GF 10-)Go To Pages and Click on Your Page.png

11-)Click On Plus Button and Select Form

GF 11-)Click On Plus Button and Select Form.png

12-)Click on Update Button

GF 12-)Click on Update Button.png

13-)Go To Campaign URL Builder And Copy The URL that it Generated

GF 13-)Go To Campaign URL Builder And Copy The URL that it Generated.png

14-)Paste the URL that you copied

GF 14-)Paste the URL that you copied.png

15-)Fill the blanks on your form and submit

GF 15-)Fill the blanks on your form and submit.png

16-)Here is Your Result on Zapier

GF 16-)Here is Your Result on Zapier.png

Zapier for Gravity Forms

Gravity Forms to Zapier Integration Video Tutorial

Please watch the related Video Tutorial below

and click right to the video and open link in new tab

Track UTMs from Gravity Forms to Zapier via HandL UTM Grabber

Gravity Forms to Zapier Integration Video Tutorial

Zapier for Gravity Forms

Gravity Forms to Zapier SIMPLE Integration Video Tutorial

Please watch the related Video Tutorial below

and click right to the video and open link in new tab

Track UTMs from Gravity Forms to Zapier via HandL UTM Grabber

Gravity Forms to Zapier SIMPLE Integration Video Tutorial

Zapier for Ninja Forms

Ninja Forms to Zapier Integration Tutorial

Zapier for Ninja Forms

Ninja Forms to Zapier Integration Screen Shot Tutorial

1-) Click On Your Ninja Form

NF 1-) Click On Your Ninja Form .png

2-) Click the Plus Button to Add fields to your form

NF 2-) Click the Plus Button to Add fields to your form.png

3-)Add hidden field to your form

NF 3-)Add hidden field to your form.png

4-)Fill The blanks like that to your hidden fields

NF 4-)Fill The blanks like that to your hidden filed .png

5-)Create a Webhook zap

NF 5-)Create a Webhook zap.png

6-)Select the Catch Hook

NF 6-)Select the Catch Hook.png

7-)Copy the URL that it generated

NF 7-)Copy the URL that it generated .png

8-)Paste it to the Webhook URL section on the UTM Bar and Save Changes

NF 8-)Paste it to the Webhook URL section on UTM Bar and Save Changes.png

9-)Copy Your Ninja Form Shortcode

NF 9-)Copy Your Ninja Form Shortcode.png

10-)Go to Pages and Open your Page

NF 10-)Go to Pages and Open your Page.png

11-)Paste Your Shortcode and Publish

NF 11-)Paste Your Shortcode and Publish.png

12-)Go to Campaign URL Builder and copy the URL that it generated to fill your UTM's for test it

NF 12-)Go to Campaign URL Builder and copy the URL that it generated to fill your UTM's for test it.png

13-)Paste the URL

NF 13-)Paste the URL .png

14-)Fill the blanks on your form

NF 14-)Fill the blanks on your form.png

15-) Here is your result on Zapier

NF 15-) Here is your result on Zapier .png

Zapier for Ninja Forms

Ninja Forms to Zapier Integration Video Tutorial

Please watch the related Video Tutorial below

and click right to the video and open link in new tab

Track UTMs from NinjaForms to Zapier via HandL UTM Grabber

Ninja Forms to Zapier Integration

Zapier for Thrive Leads

Fully automated UTM tracking from Thrive Leads to your CRM of your choice via Zapier.

Zapier for Thrive Leads

Thrive Leads to Zapier Video tutorial

Please watch the related Video Tutorial below

and click right to the video and open link in new tab

UTM Tracking Thrive Leads to Zapier

UTM Tracking Thrive Leads to Zapier

Triggering Zapier on Thank you Page

Simply add the following snippet on your thank you page.

The following script will merge the query argument with the handl utm grabber cookies and trigger your webhook with all the data.

This is especially useful, when prospects redirected from webinar optin signup where the optin data appended to the thank you page URL as query arguments.

Don't forget to change the Zapier URL below with your own Webhook URL.

<script>
var qvars = {};
window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) {qvars[key] = value;});
qvars = Object.assign(handl_utm,qvars)
setTimeout(function(){

	var data = new URLSearchParams(qvars).toString()
	console.log(data)
	var xmlHttp = new XMLHttpRequest();
	xmlHttp.open( "GET", 'https://hooks.zapier.com/hooks/catch/5711357/b5af0ju/?'+data, false ); // false for synchronous request
	xmlHttp.send( null );

}, 1000);
</script>