top of page

All Posts

© 2025 Contraparte. Orgulhosamente criado por Ubumtu: Marketing e Tecnologia e SERUM Comunicação Humanizada 

  • LinkedIn
  • White Instagram Icon
bottom of page
Contraparte Escritório de Arquitetura Contraparte Escritorio de Arquitetura>
</a>
    
        <script>
document.addEventListener('DOMContentLoaded', function() {
  // Captura cliques em QUALQUER link de WhatsApp do site
  const isWhatsLink = (url) => {
    try {
      return /wa\.link\/ylvikl|api\.whatsapp\.com/i.test(url);
    } catch(e) { return false; }
  };

  // Delegação: funciona para links existentes e futuros (Wix carrega partes dinamicamente)
  document.body.addEventListener('click', function(e) {
    const a = e.target.closest('a[href]');
    if (!a) return;
    if (isWhatsLink(a.getAttribute('href'))) {
      // Dispara a conversão do Google Ads
      if (typeof gtag === 'function') {
        gtag('event', 'conversion', {
          'send_to': 'AW-17534016108/DkAqCPqR2bAbEOy076hB',
          'value': 1.0,
          'currency': 'BRL'
        });
      }
      // Pequeno delay opcional para garantir o disparo antes da navegação quando NÃO abre em nova aba
      if (!a.hasAttribute('target')) {
        setTimeout(function(){}, 180);
      }
    }
  }, true);
});
</script>

    
    <script type=