• Hi, i was trying to use a script so when a contact form is sent google analytics 4 notices and mark as a conversión, i try this one but it isn’t working

    <script>
    document.addEventListener( 'wpcf7mailsent', function( event ) {
      gtag('event', 'Contact_form7', {'event_category': 'submit', 'event_action' : 'mensaje', 'event_label' : 'formulario'});
    }, false );
    </script>

    Any alternative? Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Script events google analytics 4’ is closed to new replies.