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

Revision #1
Created Fri, Oct 28, 2022 5:55 PM by Leman
Updated Fri, Oct 28, 2022 5:56 PM by Leman