Raw data is available but dashboard has nothing to display(0 user, 0 visitor, 0 events)
I see raw events(subscription settings => app => Raw Events), but my dashboard has nothing to display.
Context: From my React app (Next.js), I first load the Pendo scripts (taken from Subscription Settings => App => Install Steps). When the user logs in, I initialize Pendo with the script below (I tried multiple variations, but none worked). I can see the data in the "Raw Event" section, but my dashboard still has nothing to display.
window.pendo.initialize({
visitor: {
id: id, // a guide like structure
full_name: name,
language: 'en_US',
email,
},
account: {
id,
},
});
Thanks,
Dhiraj
Comments
Please sign in to leave a comment.