Advanced Search
Search Results
197 total results found
How to update HandL UTM Grabber v3 plugin?
Method 1 (Easiest): From your WordPress plugin Find "HandL UTM Grabber v3" in the menu and click "Check for Updates" It will ask you to confirm, confirm the new changes and updates will be applied automatically. Method 2: From My Account Menu at utmgr...
How to collect UTMs in MailerLite
Download official mailerlite plugin You can download it from Set up your custom fields in mailerlite Make sure your custom fields match exactly with ours for much easier integration. Native WP Shortcodes Create your form in MailerLite plugin Select the cu...
Tracking UTMs in MemberPress
Our plugin integrates seemlessly with MemberPress. After you activate HandL UTM Grabber v3, you will start collecting UTM data for each subscription you will have. You can access this data in two places: Subscription / Transaction User / Member
Contact Form 7 Native Integration for Collecting UTMs
Integrate HandL UTM Grabber with Complianz for GDPR
Enable HandL UTM Grabber in Complianz Under Complianz > Integrations If you would like to prevent collecting Cookies for HandL UTM Grabber until a consent given, enable our plugin in Complianz. That's it. There will be no COOKIES until consent is given...
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...
Brave (widget) builder UTM capture Integration
Create the fields in Brave Form As shown before. Field Name MUST match our parameter name. See our parameter name here Native WP Shortcodes Add the following JS codes in your WP's footer <script> jQuery( document ).ready(function() { Object.entri...
I'm using Wordfence
Wordfence has a feature called Live Traffic that serves an extra blank pageview to every new(?) visitor to check if they are a bot or real traffic.It is reported by our clients that HandL UTM Grabber must have been picking up the wordfence pageview as the firs...
Pass UTMs to thank you page in Brave widget builder
If you are in V3, you should be able to pass any paramters using the shortcode. Here we show it for utm_campaign. This can be applied for any paramters listed here Native WP Shortcodes.
Collect UTMs in YITH (Native Integration)
This is only supported in V3. There is no setup required for this :) After quote is taken by a user, all the UTMs will appear in WooCommerce on order page.
Track UTMs with 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);
Track UTMs in Amelia Booking
Make sure you create custom fields and embed them in your booking form. They must match to our naming convention here Native WP Shortcodes. To hide the fields, use the following CSS rule: Depending on the number of field you'd like to hide, change the number...
Track UTMs in Heyflow
We are going to implement as it is recommended here... https://www.heyflow.help/en/articles/5508707-url-parameter-tracking You can either let Heyflow pick all the parameters or you can just allow the ones that start with utm_. We recommend "All URL parameter...
I've WP Optimize
Add these thhree lines of code under Cookies which, if present, will prevent caching (one per line) utm_* handl_* HandLtestDomainName
Track UTMs in Kadence Blocks Form
In order to implement our solution, you need to do the following modification on kadence form. If you require assistance, let us know, we'd be happy to help. remove or comment out the line from wp-content/plugins/kadence-blocks/dist/form-ajax.php:456 //case ...
What is the difference between all the handl params?
[handl_original_ref] - original referral - first touch! [handl_landing_page] - landing page - first touch! [handl_ref] - last touch referral [handl_url] - last touch url Let's say you have a link to your website from google.com to domain.com/page1 And u...
UTM Grabber for Real Cookie Banner
By default, UTM Grabber will collect the user data regardless of Real Cookie Banner consent decision. If you want UTM Grabber to wait for the consent from Real Cookie Banner. Do the following: Set UTM Grabber to recognize Real Cookie Banner Go to UTM > G...
How to track UTMs in WS Form
Add Fields to the form Add your fields that you'd like to track as hidden text fields in your form. You can add the following fields Native WP Shortcodes Add Field Class Variable to Each Field You should add class variable to each field. Make sure it matc...
Track UTMs in Sendinblue form
Add Contact Attributes Go to Settings > Contacts atributes Add all the UTMs and other parameters from UTM Grabber as shown below. Native WP Shortcodes Add the fields in your form You can add the new fields in your form using "Add a new field" featur...