gtag event #821
Unanswered
Visualapproch
asked this question in
Q&A
gtag event
#821
Replies: 2 comments 2 replies
-
Il n'y a rien à faire pour cet event. Si GA est activé sur tarteaucitron, la fonction |
Beta Was this translation helpful? Give feedback.
2 replies
-
Merci |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bonjour
J'ai un évènement gtag event sur un bouton d'envoi de formulaire Contact Form 7 codé de la façon suivante :
<script>document.addEventListener( 'wpcf7mailsent', function( event ) { gtag('event', 'envoi_formulaire_contact', {'event_category': 'prospect', 'event_label': ''}); }, false );</script>
Il me semble avoir compris que je dois appeler cet événement avec gtaMore?
Mais j'utilise déjà gtaMore :
tarteaucitron.user.gtagMore = function () { gtag('config', 'UA-XXXXXX-1', {'decorate_forms': true}) };
Comment je peux rajouter la détection de mon évènement ?
Merci
Beta Was this translation helpful? Give feedback.
All reactions