• I’m trying to track new subscribers to my wordpress blog.

    I have enabled “logged user: track user information when logged”.
    And I have added a custom field wp_username.

    However, new users are not logged into my mautic instance. I checked my pages and while the tracking code is installed on all pages, it is not installed in the login or registration page. Therefore it’s not tracking new users?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tdkwon

    (@tdkwon)

    p.s. I was following these instructions:

    https://mautic.com/help/use-mautic-wordpress/

    Plugin Author shulard

    (@shulard)

    Hello,

    Actually the tracking script is only used on the frontend side of your website. It’s not injected in the WordPress login / register form. But if your user is logged then he go on the website, the plugin must send the following fields if you choose to “track logged users” :

    * wp_user (which is $current_user->user_login)
    * wp_alias (which is $current_user->display_name)
    * wp_registration_date (which is $current_user->user_registered)
    * email
    * firstname
    * lastname

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing mautic tracking script on login/register pages’ is closed to new replies.