• Resolved semcosupport

    (@semcosupport)


    Usually I track signup sources with a Thank You Page that email subscribers are sent to after submitting, but this is obviously not the case with the popup submissions. Is there a way to gauge the source of popup submissions? Is there a way to track this in Google Analytics?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @semcosupport ,

    To track sonversion with Google analytics please try this mu-plugin:

    <?php
    
    add_action( 'wp_footer', 'hustle_submit_tracking' );
    
    function hustle_submit_tracking() {
    
    ?>
    
    Google Analytics Tracking code
    
    <?php
    
    }

    Where Google Analytics Tracking code add site’s tracking code. Go to /wp-content/mu-plugins/ create a file named google-analytics-hustle-tracking.php, add the code above in the file and save it.

    In case if a mu-plugins folder doesn’t exist, please feel free to create it.

    Let me know if this will work for you.

    kind regards,
    Kasia

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @semcosupport,

    Hope all is well!

    We’ve not heard from you in a while. I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Have a good day and take care!

    Kind regards,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I track the source of email popup submissions?’ is closed to new replies.