Plugin Support
Laszlo
(@laszloszalvak)
Hi @thibotus01
I am sorry, but currently we don’t have any statistics related features but it is already on our To-Do list.
But if you are really curious, we store the links between the WordPress account and the social media accounts in the `<wp_preffix>social_users table. So with custom SQL SELECT queries you can get some statistics for yourself.
To understand the database columns better, I will describe each of them:
- social_users_id – primary key of the social_users table, with auto-increment
- ID – this is the User ID of the WordPress account that was linked to the social media account
- type – identifies the provider the WordPress account has been linked to
- identifier – the unique identifier within the social app ( e.g. the ID of a Google, Facebook, Line, etc… account ). We usually use the original social media ID returned by the provider, but in case of some providers, that won’t be unique, so we had to make it unique with a custom logic ( currently only the Slack provider has such custom logics ).
- 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
Note: In the Pro Addon we have a feature that could display the name of the linked providers for each user. However on this forum we are not allowed to discuss topics about premium features. So if you are interested in that, then please get in touch with us over the ticket system here:
and we will continue this topic there.
Best regards,
Laszlo.
-
This reply was modified 3 years, 6 months ago by
Laszlo.