Track UTMs with Sleeknote with HandL UTM Grabber

UTM attribution overview

This guide explains Track UTMs with Sleeknote with HandL UTM Grabber. It helps you capture UTM source, medium, campaign, term, content, click IDs, referrer, and landing page data and keep the marketing context needed for accurate reporting across forms, bookings, signups, and sales.

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);

Revision #1
Created 28 October 2022 17:55:28 by Leman
Updated 18 May 2026 14:54:54 by Leman