• Resolved onlinelogomakers

    (@onlinelogomakers)


    Thank you for the cool plugin. I wanted to find out how many customers connected through their social login. Where can I check statistics or numbers to find out if people are actually using their social accounts to connect?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @onlinelogomakers

    Currently we don’t have a feature that displays statistics, but it is already on our To Do list, so hopefully we will be able to make it in the future.

    Currently what you can do:
    A.) If you check our database table, you could check the links between the WordPress accounts and the social media accounts. Our database table is called:

    • <wp_preffix>social_users

    E.g.: wp_social_users

    If you check this table you will find these columns in it:

    • ID – WordPress user ID
    • type – identifies the provider the account linked with
    • identifier – then unique identifier in the social app
    • register_date – contains the date when the user registered with a certain provider. (If it is NULL then the user registered with either traditional registration form or with another social provider )
    • login_date – the date the user logged in the last time
    • link_date – the date when the user linked the social media account to the WordPress account
    • social_users_id – primary key, auto-increment

    B.) In the Pro Addon we have a feature that can display the name of the linked providers for each account. However on this forum we are only allowed to provide help for questions connected to the Free version.
    So if you would like to know more about premium features like this, then please get in touch with us over the ticket system:

    and we help there.

Viewing 1 replies (of 1 total)
  • The topic ‘Statistics’ is closed to new replies.