• I want to create a goal in my analytics for submitting the form and I inserted this code to the additional settings of my contact form:
    <script>
    document.addEventListener( ‘wpcf7mailsent’, function( event ) {
    ga(‘send’, ‘event’, ‘Contact Form’, ‘submit’);
    }, false );
    </script>

    but google analytics does not receive any information .. Can you please help me out ?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Setting goals’ is closed to new replies.