Go to Top

¿ Preparado para transformar tu negocio?

No pierdas más tiempo, comencemos a trabajar juntos hoy mismo! Completa el formulario de contacto y nos comunicaremos contigo en breve

document.addEventListener("DOMContentLoaded", function () { const urlParams = new URLSearchParams(window.location.search); const gclid = urlParams.get('gclid'); if (gclid) { document.cookie = "gclid=" + gclid + "; path=/; max-age=2592000"; } }); document.addEventListener("DOMContentLoaded", function () { function getGclid() { const match = document.cookie.match(new RegExp('(^| )gclid=([^;]+)')); return match ? match[2] : null; } function updateWhatsAppLink() { const gclid = getGclid(); if (!gclid) return; const links = document.querySelectorAll('a[href*="wa.me"], a[href*="api.whatsapp.com"]'); links.forEach(link => { let url = new URL(link.href); let text = url.searchParams.get("text") || ""; text += " | GCLID: " + gclid; url.searchParams.set("text", text); link.href = url.toString(); }); } setTimeout(updateWhatsAppLink, 2000); });