Google analytics
-
Estoy intentado a?adir la etiqueta de un objetivo creado en google analytics el cual yo aun no logro trackear la conversion.
He copiado la etiqueta que aparece en la faq del mismo plugins y aun no logro ver las conversiones del objetivo .
gtag(‘event’, ‘click’, { ‘event_category’: ‘WhatsAppMe’, ‘event_label’: out_url });
Esta etiqueta la he pegado dentro del script de google analytics en el head del sitio
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-142386457-1″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘UA-142386457-1’);
gtag(‘event’, ‘click’, { ‘event_category’: ‘WhatsAppMe’, ‘event_label’: out_url });</script>
Este son parámetros usados en el objetivo de google analytics
Categoría : WhatsAppMe
Acción : click
Etiqueta : out_url
Valor : 0Un operador de google ads me envió esta etiqueta que debia pegar en el sitio pero la verdad no se donde pegarla, yo creo que debería ser pegada dentro del botón, pero donde???? no he tenido éxito.
onclick=gtag(‘event’, <click>, { ‘event_category’: <WhatsAppMe>,’event_label’: <lout_url>,’value’:
Sera que estoy haciendo algo mal podrían brindarme una ayuda por favor !
Estaré atenta a tus comentarios.
The page I need help with: [log in to see the link]
- The topic ‘Google analytics’ is closed to new replies.