I’m using Gleap for bug reporting, help articles etc (very cool tool if people haven’t tried it). They also have a handy Product Tour which I’m going to implement. When a user has completed the tour, it sends a callback:
Gleap.on(“productTourCompleted”, (data) => {
console.log(data);
});
Would there by anyway using the custom code to update a user record so that I can mark that they’ve completed the tour?
Use case: I want to include some demo content for the tour, but then hide this when they have completed.
A steer in the right direction would be great, sure I’ll figure out the rest! Thanks