document.addEventListener("click", function(e) {var link = e.target.closest(".track-pdf"); if (!link) return;e.preventDefault();var destination = link.href; var fileName = link.dataset.fileName || "pdf-resource";var redirected = false;function redirect() { if (!redirected) { redirected = true; window.location.href = destination; } }if (typeof gtag === "function") { gtag('event', 'pdf_download', { file_name: fileName, file_url: destination, page_location: window.location.pathname, content_type: 'pdf', transport_type: 'beacon', event_callback: redirect });setTimeout(redirect, 800); } else { redirect(); } }); Ir al contenido