Top
User Level Insights for Checklist
  • 06 Mar 2024
  • 1 Minute To Read
  • Dark
    Light
  • PDF

User Level Insights for Checklist

  • Dark
    Light
  • PDF

Article Summary

A Walkthrough Checklist is used to provide in-app training to your end users. After the training is made live to your end users, you can understand how many users have completed the Flows assigned to them using the User Level Insights.

Use the following steps to access the User level Insights for Walkthrough Checklist:

  1. On the Whatfix Mobile Dashboard, go to the app where you have created your projects.
    dashboard_select_app
  2. Click Insights.
    app_insights
  3. Select a Walkthrough Checklist project.
    walkthrough_checklist
  4. Click User level analytics
    click_user_analytics

    Your title goes here
    You can view the summary of tasks completed by your users with their User IDs.

  5. Click View details to get a detailed analysis.
    Your title goes here

    User-level analytics are not retained on the server. Instead, they are retrieved in real-time upon your request.

Use the following code snippet to pass the User IDs to Whatfix Mobile,

Android

Leap.setUniqueUserId('UNIQUE_USER_ID');

Swift

Leap.shared.setUniqueUserId("UNIQUE_USER_ID");

Objective-C

[[Leap shared] setUniqueUserId:@"UNIQUE_USER_ID"];

ReactNative

LeapReactNative.setUniqueUserId('UNIQUE_USER_ID');

Ionic

LeapPlugin.setUniqueUserId({userId:'<UNIQUE_USER_ID>'});

Cordova (Android)

cordova.plugin.LeapAndroid.setUniqueUserId("UNIQUE_USER_ID");

Cordova (iOS)

cordova.plugin.LeapiOS.setUniqueUserId("UNIQUE_USER_ID");

Xamarin Android

Leap.SetUniqueUserId("UNIQUE_USER_ID");

Xamarin iOS

Leap.Shared.SetUniqueUserId("UNIQUE_USER_ID");

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.