Advanced Search
Search Results
197 total results found
Full Tracking Mode
Overview The Full Tracking Mode is a powerful feature of the HandL UTM Grabber plugin that allows you to track detailed user journeys across your website. When enabled, it captures data on every page visit for each session, providing insights similar to Googl...
Triggering Zapier/External API on Button Click
Simply add the following snippet to your webpage and bind it to a button click event. The following script will capture data from HandL UTM grabber and trigger your webhook with all the gathered data when the button is clicked. This is especially useful for ...
Tracking UTMs in CRM Perks Form
Welcome to the documentation page for the HandL UTM Grabber plugin designed for seamless UTM tracking in CRM Perks Form. This document provides step-by-step instructions to help you integrate and track UTM parameters accurately with your forms. Overview Th...
Auto-Populate Source/Medium Documentation
Overview The Auto-Populate Source/Medium feature automatically sets utm_source and utm_medium parameters based on the detected traffic source and organic source string. This is particularly useful for tracking organic and referral traffic without manually set...
Implementing Custom Consent Management with HandL UTM Grabber Plugin
To integrate your custom consent management system with the HandL UTM Grabber plugin, follow these steps: Check for Consent Status: Determine if the user has given consent. Run HandL UTM Grabber: If consent is given, call the RunHandL() function. Remove C...
Performance Overview - is UTM Grabber really slow?
Impact on Website Performance Ensuring that plugins do not hinder website performance is crucial for user experience and SEO rankings. The UTM Grabber plugin has been meticulously optimized to ensure it operates efficiently with minimal impact on your site's ...
Skip Appending UTMs on Some Links
The no-utm class is used to exclude specific links or elements from having UTM parameters appended to them by the handl-utm-grabber plugin. This can be useful in scenarios where you do not want tracking parameters to be added to certain URLs, such as internal ...
Enable Session Cookies
Overview The Enable Session Cookies feature allows you to control how long cookies persist in users' browsers. When enabled, cookies will expire when the browser session ends instead of after a set number of days. Location This setting can be found in the H...
Disable Server Side Tracking
The "Disable Server Side Tracking" feature allows users to disable server-side tracking if they believe it is adversely impacting their tracking due to server-side caching. This feature ensures that tracking relies solely on client-side tracking. Clicking the...
Phone Tracking (to boost Call Rail etc)
Overview The Phone Tracking feature allows you to track all phone number clicks (tel: links) on your website along with UTM parameters and other tracking data. This helps you understand which marketing campaigns are driving phone calls to your business. Inst...
SureForms UTM Tracking with UTM Grabber
Introduction This guide will help you set up UTM tracking in the SureForms WordPress plugin using UTM Grabber. By following these steps, you can capture UTM parameters in your form submissions. Steps to Track UTMs 1. Add Hidden Fields Navigate to SureForms...
Tracking UTMs in Paperform
First, create your hidden fields in Paperform as shown below: There are various methods explained here. We'll use the most effective one: Dynamic Auto Filling. Next, use the JavaScript below and copy-paste the code where you want your form: <div data-...
Tracking UTMs in BitForm
Integration is straightforward. When creating your form, ensure the name matches exactly with our naming convention as outlined in the Native WP Shortcodes guide. That's all you need to do! We have shown examples for utm_campaign and utm_source, but you ca...
Contact Form 7 UTM Tracking (Legacy)
1.Click Contact And Add New 2.Paste The Code Shown Below to the Form Section Like that --->Code Snippets<--- [utm_campaign_i]<input type="hidden" name="utm_campaign" value="%s" />[/utm_campaign_i] [utm_source_i]<input type="hidden" name="utm...
WooCommerce Request a Quote Integration
Overview This integration adds UTM tracking capabilities to the WooCommerce Request a Quote plugin, allowing you to capture and store UTM parameters when customers submit quote requests. Features 1. Hidden UTM Fields in Quote Form Automatically adds hidden U...
GDPR Implementation Guide for HandL UTM Grabber Plugin
This documentation provides developers with the necessary information to implement GDPR compliance for the HandL UTM Grabber plugin. Overview The HandL UTM Grabber plugin provides two main functions for GDPR compliance: RunHandL() - Starts tracking when conse...
Breakdance Form Builder Native integration guide
Overview UTM Grabber automatically writes captured UTMs and click IDs into form fields when the field’s name/ID matches our naming convention. Breakdance’s Form Builder works out‑of‑the‑box—just add hidden fields with the correct IDs. Full, authoritative list...