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

197 total results found

Collect UTMs in ARForms

ARForms

Click Hidden Input Fields from the menu Add the UTM fields as shown below. Make sure value is NOT shortcode After prospects fill out form, all the UTMs will be captured automatically.

Collect UTMs in Registration Form

Affiliate WP

This requires literally no setup! Once you activate the V3 of HandL UTM Grabber, all the UTM fields will be automatically populated and recorded in WordPress user edit page in admin as shown in the screenshot below.

Forminator Form UTM Integration

Forminator

1-)Click to the insert fields 2-)Add a hidden field 3-)Select Default Value as "Custom Value" and use the shortcode equivelent of the field 4-)Select Default Value as "Custom Value" and use the shortcode equivelent of the field 5-)Select Default Va...

What do the organic tracking values mean?

102. Getting Started for HandL UTM Grab... How to Track Organic Traffic?

You will often see the following following if you are tracking organic traffic using HandL UTM Grabber. Google: Referrer domain contains the term "google" (google.com, google.co.uk etc.) Yahoo: Referrer domain contains the term "yahoo" (yahoo.com etc.) Bi...

Facebook Ads Tracking

102. Getting Started for HandL UTM Grab... How to track Paid Ads?

In order to track your ads on Facebook Ads, make sure you included UTMs to your final destination URL (landing URLs) as shown below if you happen to append any other parameters (other than UTMs) to your final URL, make sure you also add them into custom p...

Google Ads Tracking

102. Getting Started for HandL UTM Grab... How to track Paid Ads?

In order to track UTMs from your Google Ads, make sure you created tracking templates at the campaign level and parameters of interest are added to oyur final URL (landing page URL) See the list of the parameters you can use in Google Ads Google Ads ValueTrac...

I use WP Super Cache

102. Getting Started for HandL UTM Grab... There is no UTM collected

There is known caching issues with WP Super Cache plugin. We'll update this document as we have more information. In the mean time, you can try the adding the following code in your functions.php function handl_add_wpsc_cookie_banner() { do_action( 'wpsc...

Kinsta is my webhost

102. Getting Started for HandL UTM Grab... There is no UTM collected

If you are on Kinsta, you need to contact Kinsta support and let them know that you want to whitelist the following QUERY ARGS & COOKIES to prevent caching. COOKIES utm_campaign utm_source utm_term utm_medium utm_content gclid first_utm_campaign f...

Setting domain name

102. Getting Started for HandL UTM Grab...

For registering the cookies, we use the main domain for better accessbility. In some servers, the logic to get the main domain might fail. We highly recommend that you put the domain name in UTM Grabber Setting page as shown below.

Thrive Architect Integration

Thrive Architect Integration

Add lead generation elements in the page Select connection as API and select your connection (We show it for ActiveCampaign but you can other CRMs similarly). Add new hidden field Field type: Hidden Click "Activate Smart Complete" and then select Shor...

HandL GCLID Reporter

103. Internal Apps

GCLID, short for Google Click Identifier, is a unique and hihgly encrypted tracking parameter that Google uses internally to transfer information between your Google Ads account and your Google Analytics account. As you know, GCLID is not directly available in...

OptimizePress and Infusionsoft Integration

OptimizePress Integration

Create custom fields in infusionsoft Create the custom fields as explained here. You can create onefield for each UTM variables and HandL parameters matching the nameing convention (it can be any name but it is easier to follow the naming convention for mappi...

Mailgen Form Embed Integration

Mailigen Integration

Create the subscribe (opt-in) form on Mailgen Select form fields and enter the custom parameters you'd like to track. You can find the list of parameters you can track here Native WP Shortcodes. Copy HTML embed code and paste it into a text file or documen...

I'm using W3 Total Cache

102. Getting Started for HandL UTM Grab... There is no UTM collected

Please do the following changes in the plugin Go to Performance > Rejected cookies and copy/paste the following text in there and save utm_campaign utm_source utm_term utm_medium utm_content gclid first_utm_campaign first_utm_source first_utm_term...

I'm on CloudFront

102. Getting Started for HandL UTM Grab... There is no UTM collected

Please do the following changes in v Create a new policy in CloudFront and attach it to your distribution. You can include the following cookie exceptions utm_campaign utm_source utm_term utm_medium utm_content gclid first_utm_campaign first_utm_sour...

Typeform Integration

Typeform Integration

Enable UTM Tracking in Typeform Create custom fields in typeform (Optional - only if you'd like to capture more than utm e.g. handl_url) You can create the custom fields following the documentation here Prefill the hidden fields (custom fields) created ...

I'm using LiteSpeed caching plugin

102. Getting Started for HandL UTM Grab... There is no UTM collected

If you are using the LiteSpeed caching plugin, you should do the following settings in your WP to effectively capture UTMs. Go to Settings Copy the list below and add it in "Do not cache cookies" field COOKIES utm_campaign utm_source utm_term utm_me...

Appending UTMs using Shortcode

102. Getting Started for HandL UTM Grab... How to Append UTM?

If none of the other propsed solutions here How to Append UTM? worked, you can always pull the UTM parameters using the shortcode. For example <a href="https://www.domain.com?utm_campaign=[utm_campaign]"></a> <div class="some-cool-div" data...

Collecting UTMs in Piotnet

Piotnet Forms Integration

Assign custom classes for each field as it is shown above. Here we show only for utm_campaign, however this can be implemented for all the fields similarly. Please see the list of parameters you can use here Native WP Shortcodes

Append UTMs upon DOM change

102. Getting Started for HandL UTM Grab... How to Append UTM?

Here is an example of snippet you can use to append UTMs upon a DOM change. This requires advance coding skills. setTimeout(function(){ var target = document.querySelector('#storepoint-results') var observer = new MutationObserver(function(mutations) { ...