Advanced Search
Search Results
84 total results found
101. Let's Start
UTM Simple/ Tracker; Register to UTMSimple Where is the Tracking Code? What can I Track with UTMSimple? How can I track UTMs in my optin form? Can I track custom parameter such as affid? How can I upgrade my plan? Is there an onReady method?
102. UTM tracking using GTM
UTM tracking using GTM
Calendly Integration
UTM Simple How to collect and track UTM variables via Calendly
Click Funnel
UTM Simple How to collect and track UTM variables via Click Funnels
WebinarJam
UTM Simple How to collect and track UTM variables via WebinarJam
Kajabi
UTM Simple How to collect and track UTM variables via Click Funnels
Leadpages
UTM Simple How to collect and track UTM variables via Leadpages
Duda Website Builder
UTMSimple / UTM Tracker How to collect and track UTM variables via Duda step by step
Pardot
UTMSimple / UTM Tracker How to collect and track UTM variables via Pardot step by step
Shopify
UTMSimple / UTM Tracker How to collect and track UTM variables via Shopify step by step
Webflow
Cognito Forms
Hubspot
Sleeknote
HandL UTM Grabber / Tracker How to collect and track UTM variables via Sleeknote step by step
Heyflow
UTM Simple How to collect and track UTM variables via Heyflow
Facebook Conversion API (FBCAPI)
ThriveCart
MailChimp
JotForm
Wix
Various Known Issues
Where is the tracking code?
Your tracking code is under My Account. After you type your domain, you will see the code below
What can I track with UTMSimple?
You can track many things in UTMSimple. Here we give the list of most common parameters our clients track. UTM Parameters (Last Touch) utm_campaign – utm_campaign variable. utm_source – utm_source variable. utm_term – utm_term variable. utm_medium – utm_medium...
Which UTMSimple Plan is best for me?
We have three plans, Basic, Plus and Unlimited. The primary difference between them about the traffic your website gets monthly. If you have a traffic up to 5k monthly, then you should pick Basic plan If you have a traffic up to 25k monthly, then you should pi...
How can I track UTMs in my optin form?
Though this is a very broad question, let's try to answer here. UTMSimple is the simplest and greatest tool that allows tracking UTMs and other trackable data... As soon as UTMSimple is activated, script will detect all the UTM related fields in your optin for...
Can I track custom parameter such as affid?
You can track any custom parameters you like such as affid,user_id, id with UTMSimple. Setting this up is very easy... Your JavaScript tracker code will look like this.. <!-- Global site UTM Simple Tracking Start--> <script> handl_custom_params=[];var handl_js...
How can I upgrade my plan?
Login to your account at utmsimple.com Select My Account > Plan > Billing and click the plan name you want to upgrade to. It is that simple :)
Is there an onReady method?
UTMSimple has a handl_js.onload method that you can use to make sure UTMSimple is loaded. This trigger makes sure that all the cookies are captured and ready to be consumed. <!-- Global site UTM Simple Tracking Start--> <script> var handl_custom_params = []; v...
How do I know If I'm tracking?
After you embed the code into your site. Go to your favorite browser, and open the "Inspect Editor". And then, go to Network and click "JS". Refresh the page again and all the resources will be loaded in the pane. Find utm.js and check the status column. If it...
How to pass/append UTMs to the URL?
To append UTMs to your links, simply add utm-out class to the links, and UTM Simple will append all the UTM parameters to your link. For example: <h2>Link</h2> <p><a class="utm-out" href="https://www.google.com/?utm_source=googlelink">Google Link</a></p>
How to pass/append UTMs to the iframe?
To append UTMs to your links, simply add utm-src class to the iframe, and UTM Simple will append all the UTM parameters to your iframe URL. For example: <h2>iframe</h2> <p><iframe class="utm-src" src="https://www.domain.com/?utm_source=googleiframe"></iframe><...
Track UTMs in Calendly
Add class attributes to the iframe <iframe class="utm-src" src="https://calendly.com/test" width="100%" height="100%" frameborder="0"></iframe>
UTM Tracking in Calendly using initInlineWidget
Please insert the following code. Make sure replacing the URL with yours. <!-- Calendly inline widget begin --> <div id="handlCalendly" class="calendly-inline-widget" style="min-width:320px;height:580px;" data-auto-load="false"> <script type="text/javascript" ...
Tracking UTMs in Click Funnel
Add custom parameters to your optin form in Click Funnel Make sure you are not calling them as utm_* as they conflict with Click Funnel's internal UTM tracking system. We recommend adding parameters like this... handl_utm_campaign handl_utm_source handl_utm_me...
Track UTMs in WebinarJam and sync it to Zapier
WebinarJam tracking is tricky. And requires a substantial amount of custom coding. But no worries, if you can follow each step carefully, you will be set up for tracking in no time. Go to webinarjam and select the webinar you'd like to track Click "integration...
Tracking UTMs in ActiveCampaign on Kajabi
Add the following script to your Kajabi page This script assumes the form field name matches with UTMSimple's cookie name What can I track with UTMSimple? <!-- Global site UTM Simple Tracking Start--> <script> var handl_custom_params=[] var handl_js = document...
Collecting UTMs in Leadpages
Insert the tracking script to your lead page Edit the lead pages, click Settings > Analytics > Head Section Tracking Code And paste your tracking code in there as shonw below. Remember the change your license key accordingly!!! <!-- Global site UTM Simple Tra...
Basic UTM tracker setup in Google GTM
Donwload our Template Click here to download UTMSimple GTM template. Import the template to your GTM container Go to Templates and click New And click Import Select the template.tpl file you just downloaded and upload it. You should see something similar to ...
Track UTMs in Google Analytics 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 (GA) tag and set it up After you add the Google Anal...
Creating Variables in GTM for UTM Tracking
Creating the variables Login to your GTM and click "Variables" and "New". Then select, "Choose Variable" and select "1st Party Cookie" as shown in the image. Enter utm_campaign as cookie name and check "URI-encoded cookie" Repeat this for any parameters you'...
Trigger an Event (Conversion) in Google Analytics (GA) on Thank You Page
Set up your Tag First step is setting up your Event in Tag. Configure your event as it fits your need. You can see our example below. We highligted the important fields. As you can see from our example, we set the amount to read from Data Layer, you can hard ...