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

Never lose any UTMs ever 💪

Get HandL UTM Grabber V3