• Resolved livvy

    (@livvy)


    Good morning,

    Across my website I have pop up contact forms for lead gen.. however, as they are typing into a popup google analytics is not picking up that they have gone to another page. I have a ‘thank you’ pop up that comes up when the form is completed but the URL does not change so analytics is not noting it.

    Just wondering if someone has come up with a way around this or if there’s a trick I’m missing?

    Thanks,

    Liv

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

Viewing 1 replies (of 1 total)
  • I set up a Thank You page (instead of a popup) that opens in a new window. Then using the html widget I added
    ========================================
    <script type=”text/javascript”>
    setTimeout(
    function ( )
    {
    self.close();
    }, 5000 );
    </script>
    =======================================
    to cause the page to automatically close after five seconds. Google Analytics tracks this page in Goals just fine.

Viewing 1 replies (of 1 total)

The topic ‘Google Analytics Goals & Pop ups’ is closed to new replies.