Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

57 total results found

Trigger an Event (Conversion) in Google Analytics (GA) based on Custom Event

102. UTM tracking using GTM

Create 4 Data Layer variables eventAction eventValue eventCategory eventLabel Here is one example, repeat this for all the variables above. Configure your Event in GTM Create your conversion event tag and use the above variables to autofill your event as show...

Send form data with UTMs to a webhook (e.g. Zapier)

102. UTM tracking using GTM

You can send form data with all the UTMs to a webhook in GTM. Create a trigger This is a trigger for your tag. It can be as simple as button click or form submitted. Create a variables that will capture your form object Based on the trigger selected, this wil...

UTM Tracking in Duda Website Builder

Duda Website Builder

Create your contact form Add your Form Fields Hide the field label And make all the fields as text (don't worry, they will be hidden by the script below Add our parameter name as placeholder (This is very important). See the list of the parameters here What ...

Craft CMS creates dialog when page refreshed or navigated

101. Let's Start Various Known Issues

After implementing our plugin, you might be seing this type of messages popping up "Changes you made may not be saved". This is a known problem with the forms used in Craft CMS. To fix the problem: Simply add the following code after page load. Formie.forms.f...

Pardot Integration

Pardot

1) Create the following custom fields in Pardot and add them to your form. utm_campaign – Collects utm_campaign variable. utm_source – Collects utm_source variable. utm_term – Collects utm_term variable. utm_medium – Collects utm_medium variable. utm_content –...

Collect UTMs after Shopify Purchase (Zapier)

Shopify

Click Settings and Checkout And copy paste the following script in "Order Status Page" Don't forget to replace <license> with your license key and https://hooks.zapier.com/hooks/catch/111111/aaaaaaa/ with your Zapier URL. <!-- Global site UTM Simple Tracking ...

Track UTMs in Webflow Form

Webflow

Add the generic script in Header As shown here... Go to your page and create HTML block in your form add the following content in <div style="display:none;"> <input type="text" class="form-inputs w-input" name="utm_source" id="utm_source"> <input type="te...

Cognito Form: Embed script implementation

Cognito Forms

First, make sure all the UTM fields are created in Cognito Form. Each field should be seperate and Field Name should match the name you will use later in the implementation (see the image below). Your default embed code from Cognito Form should look like this...

Cognito Form: Capture UTMs using Iframe

Cognito Forms

First, make sure all the UTM fields are created in Cognito Form. Each field should be seperate and Field Name should match the name you will use later in the implementation (see the image below). Your default iframe code from Cognito Form should look like thi...

What If I can't change the field name

101. Let's Start

We normally reocmmend you to match our naming convention when you include your hidden fields in your form. How can I track UTMs in my optin form? But we know sometimes this is not feasible. You can't just change the name, id or class of the fields. So, if you ...

Track UTMs in Hubspot Form

Hubspot

Add UTM fields to your form This is assuming you already created Contact properties (ideally under Web Analytics) and make sure you name them after UTMSimple properties (such as utm_campaign, utm_source, gclid, fbclid etc). See the full list here What can I tr...

Track UTMs in HubSpot Form Module (Page Builder)

Hubspot

Add the form module into your page. After that insert our UTMSimple script as explained here: Where is the tracking code? And add the following snippets anywhere in your page: <script> window.addEventListener('message', event => { if(event.data.type === 'hs...

Track UTMs with Sleeknote

Sleeknote

Add the code in your page and you will be all set! document.addEventListener('sleekNote', function (e) { if (e.data.type == 'submit'){ data = e.data.data Cookies.set('email', data.email) _segq.push(["identify", data.email]); } }, false);

Trigger Custom Code (Javascript) After UTMSimple Loaded

102. UTM tracking using GTM

In some cases, you may want to trigger a custom JavaScript / code after collecting all the UTM data. In order to accomplish this, you can leverage sequence feature in GTM Simply create your custom tag (it could be any type of tag but here we are giving example...

Sending UTMs to Heyflow using GTM

Heyflow

Step 1: Install UTMSimple V2 (or higher) template in GTM Download our GTM template (must be the latest) from Basic UTM tracker setup in Google GTM. It is at the top called template.tpl. And follow the tutorial to install the template Step 2: Create HeyFlow tag...

UTM Tracking in Order 2 Step

Click Funnel

As you know you can't add fields in Order 2 Step. But you can do this via adding some JavaScript code... Add the following code on "Head Tracking Code" The code looks like below. DON'T forget to change <YOUR_LICENCE_KEY> with your license key. <!-- Global sit...

How to change the cookie time?

101. Let's Start

The default cookie time is 30 days. If you want to change/overwrite this, please folow the the steps below: Before you initialize your UTMSimple snippet, define handl_cookie_duration global variable to define your own cookie time. <script> handl_js_license...

Zapier to Facebook Conversion API (FBCAPI)

Facebook Conversion API (FBCAPI)

Set Zapier from your Facebook account as Partner Go to the Data Sources tab in Meta Events Manager. Select Settings. Scroll down and select Choose a Partner. Select Zapier and follow the setup instructions. see more here Facebook Documentation Head back to Z...

UTM Tracking in Thrive Cart and Send it to Zapier

ThriveCart

You can track UTMs in Thrive Cart by adding the UTMSimple snippet on all of your pages: First of all, let's add our UTMSimple tracking script: Go to Custom Tracking Code section and add the script here Where is the tracking code? Trigger Zapier when Checkout ...

Track UTMs in EverWebinar and Zapier

WebinarJam

Add the following code on thenk you page! <!-- Global site UTM Simple Tracking Start--> <script> var handl_custom_params=['wj_lead_email','wj_lead_first_name','wj_lead_last_name','wj_lead_phone_number','wj_lead_unique_link_live_room','wj_next_event_date','wj_n...