Want to collaborate? Just share a few details, and we'll be in touch soon. We're excited to connect with you!
document.addEventListener('click', function(e) {
// Ahora buscamos el clic que lleva a la web de la academia
var link = e.target.closest('a[href*="davidensigniatennis.com"]');
if (link) {
gtag_report_conversion(link.href);
}
});