Getting a List of Completed Guides by an End-User
Learn how to get a list of Guides completed by a specific user.
To retrieve a list of Guides that a user has viewed, you can utilize our JavaScript API with a simple method call.
By calling the userGuiding.getHistory() method, you can obtain an array containing all the Guides that the user has completed.

This array provides a comprehensive history of the user’s interactions with the Guides, allowing you to track which Guides have been viewed and completed. This functionality is particularly useful for analyzing user engagement, understanding their learning progress, or tailoring future content to better meet their needs based on their past activity.
Did this answer your question?