• Resolved ubisan

    (@ubisan)


    I am trying to set up some advanced reporting in my Google Analytics (it’s a mailing list signup that also gives the person who completes the signup a download link) and I wanted to track the form completion in Google Analytics.

    Is there anywhere I can add some tracking code to make this happen and if so, what’s the code? I know that if it was a Contact Form 7 form completion, I could add the following to the head.

    <script>
    document.addEventListener( 'wpcf7mailsent', function( event ) {
        ga('send', 'event', 'Contact Form Name In Here, 'submit');
    }, false );
    </script>
Viewing 1 replies (of 1 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @ubisan,

    We currently do not have Google Analytics support. However, there is good news: we’re close to adding it. I have about 75% of the work done for this feature in my local environment. We will soon be able to offer simple support for a successful or unsuccessful subscription.

    If you’d like, you can keep an eye on our GitHub issue: https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/issues/606.

    I’m hoping by the end of the month this will be pushed out.

    Cheers,
    Kevin.

Viewing 1 replies (of 1 total)
  • The topic ‘Tracking a mailchimp submission in Google Analytics’ is closed to new replies.