#Overview
WP Fusion’s Logins Addon includes additional login tracking features specific to BuddyBoss and the BuddyBoss App.
You can apply tags when users first log in to your BuddyBoss app, apply tags when they create an account via Social Login, as well as track the last date they logged in to the app in your CRM.
The First Login to BuddyBoss App and BuddyBoss Social Login Registration settings are found at the bottom of the Logins tab in the WP Fusion settings.
By enabling the Last Login – BuddyBoss App field for sync from the Contact Fields list, you can track the last time users logged into the app in your CRM. This is a great way to get a sense of your most active app users.
#How it works
App login tracking can work two ways, depending on if you’ve selected to track logins “When a user actually logs in” vs. “Once a day on site visit”. For more information see the Login Count Method.
If set to Once a day on site visit WP Fusion will track each user’s interactions with the BuddyBoss app. If there has been no activity on the current day, then the timestamp will be saved to the database, and the last login date will be synced. When the user returns the next day (or any other day), WP Fusion compares the current date to the saved value and only syncs the time to your CRM if it’s a different date.
If set to When a user logs in, WP Fusion will track BuddyBoss app logins by looking at each user’s _bbapp_jwt_jti
meta key, which BuddyBoss uses to track user logins and devices using the app.
When the user’s login date is updated, indicating a new login, WP Fusion will sync the date and time to your CRM.
WP Fusion will only apply the “First Login” tags when the app usermeta key is created for a user the first time, which means you can safely activate the addon on sites with existing BuddyBoss app users, and only new users will be tagged with their first login.