Emagrecimento Saudável Com Nutrisoft
É possível ter um corpo mais bonito e uma vida saudável, de forma fácil e rápida. Pré-atendimento nutricional na palma da sua mão.
// ? Base Hotmart checkout link
var baseHotmartLink = “https://go.hotmart.com/P8255122T?dp=1”;
// ? Helper: Get parameter from URL
function getQueryParam(param) {
let urlParams = new URLSearchParams(window.location.search);
return urlParams.get(param);
}
// ? Helper: Set long-lasting cookie (10 years)
function setLongCookie(name, value) {
let expiryDate = new Date();
expiryDate.setFullYear(expiryDate.getFullYear() + 10);
document.cookie = name + “=” + encodeURIComponent(value) + “; expires=” + expiryDate.toUTCString() + “; path=/”;
}
// ? Capture affiliate/source from URL
let affiliateId = getQueryParam(“aff”) || getQueryParam(“utm_source”);
// ? Build the final Hotmart link
let finalHotmartLink = baseHotmartLink;
if (affiliateId) {
finalHotmartLink += “?aff=” + affiliateId;
}
// ? Always overwrite cookie with the latest visit (last click wins)
setLongCookie(“hotmart_checkout_link”, finalHotmartLink);
Emagreça com Saúde Com Nutrisoft