Advanced Search
Search Results
57 total results found
Append UTMs to the CTA (Button)
You can add to Tracking Code section in the page... setTimeout( function(){ handlj('[aria-label="utm-out"]').parent().each( (i,t) => { handl_utm = HandL.getAll() var merged = handlj.extend( {}, handl_utm, HandL.getSearchParams(this.href) ) if (t....
Pass UTMs to embedded JotForm
Create hidden fields to your form Unique Name is key, it should match with our naming convention Embed iframe in your site Append class as utm-src as seen in the pic Add the following script <script> setTimeout( function(){ handlj('.utm-src').each( (i,t) ...
UTM tracking and attribution in Wix Form
Create Hidden Fields in your WIX Form Make sure the Field Title matches to our naming convention here What can I track with UTMSimple? By default, these fields are not hidden, let's make them hidden Go and Enable Dev mode Select each field and go to Dev Mode...
UTM Tracking in GoHighLevel
It is likely that you are using an iframe embed in your website to incorporate the GoHighLevel Contact or Booking Form. If this is the case, you simply need to add utm-src to your iframe element as demonstrated here. How to pass/append UTMs to the iframe? If y...
Embedding Calendly in Wix Site
Create a container box in Wix and change the ID to handlCalendly After that, open the page velo section and copy paste this import wixWindowFrontend from 'wix-window-frontend'; $w.onReady(function () { $w("#handlCalendly").customClassList.add("calendly-inlin...
Track UTMs in GA4 using GTM
Before you continue make sure you you set it up UTM Simple template in GTM Basic UTM tracker setup in Google GTM And also you created variables Creating Variables in GTM for UTM Tracking Add Google Analytics (GA4) tag and set it up After you add the Google Ana...
Track UTMs in Calendly on Wix
On your book a call page... Add the following script import wixWindowFrontend from 'wix-window-frontend'; $w.onReady(function () { $w("#handlCalendly").customClassList.add("calendly-inline-widget") wixWindowFrontend.postMessage('HandLCalendly'); }); After ...
Track UTMs in Samcart Checkout Page
Adding Custom Fields in SamCart First, let's add custom fields to SamCart as shown below: The picture only shows utm_source, but you can add as many parameters as you'd like to track. Check here for a list of the parameters you can track with our solution: Wh...
How to track UTMs in Unbounce Form
1) Add Hidden Fields to Your Form First, create or edit the form you have on Unbounce. Select your form and under Properties, click "Edit Form Fields." Next, add your hidden fields as shown below. You can add as many parameters as you would like to capture. He...
What are the some other events?
1. Event: UTMSimpleLoaded The UTMSimpleLoaded event is fired as soon as the UTM Simple script loads. You can utilize it as follows: document.querySelector("body").addEventListener("UTMSimpleLoaded", (event) => { // Trigger your script here... }); 2. Event...
Track Facebook within UTMSimple and trigger Events
You can track Facebook easily and accurately within UTMSimple without using Facebook's own pixel tracking. Details are available here: Facebook Conversion Tracking. Usage is straightforward. You only need to know your pixel ID and add it to your tracking code ...
I need an invoice
You can download your invoices from utmsimple.com. Simply log in to your account at utmsimple.com. Navigate to My Account > Billings and click the download icon to retrieve the invoices. If you need your VAT number on the invoice, please update your informati...
How to Update Your Billing Information
To ensure uninterrupted service, please follow these steps to update your billing information on our site. Step-by-Step Guide 1. Log In to Your Account Go to our website and enter your login credentials. 2. Navigate to the My Account Section Once logged in,...
UTMsimple Subscription Cancellation Guide
Follow the steps below to cancel your subscription to UTMsimple. The cancellation will take effect at the end of your billing period. Step-by-Step Instructions Log In to Your Account Visit utmsimple.com and log in with your credentials. Access Your Account Set...
How to Create a Looker Studio Report in UTMSimple
This guide will walk you through generating and accessing your Looker Studio Analytics Report for any of your subscriptions in UTMSimple. Step 1: Log in and Go to My Account Log in to your UTMSimple account. Navigate to the top right corner and click on My A...
Split Testing Guide
What is Split Testing? Split testing (also known as A/B testing) allows you to show different content to different visitors on your website. This feature helps you test which version of your content performs better - whether it's different headlines, call-to-a...
UTMSimple Consent Mode Guide (GDPR)
UTMSimple now supports conditional consent mode that integrates seamlessly with Google Tag Manager (GTM) and other consent management systems. How It Works When UTMSIMPLE_CONSENT_MODE = true is set globally, UTMSimple will not automatically initialize. Instead...