Liz Feller
コメント
-
Yes, one of two ways: Make the guides visible based on the presence of an admin-level element on the screen. Segment the guides using your metadata (you may have to update your snippet to pass rol...
-
this would be adding an event property to a feature click (like a submit button) but be very careful around collecting PII if it's not a generic search :) https://support.pendo.io/hc/en-us/articles...
-
Great question, I'm not sure there is unless you update your snippet to look somehow at the user permissions and "if they don't have access, don't pass a new value for the account metadata"?
-
You have two basic options here: Have each guide step be sitewide and include a "next" button to advance each guide step to the next one. Guide steps should have instructions so the user knows wha...
-
Unfortunately no but that's a good idea for feedback to Pendo!
-
I normally open my console and type pendo. to see what there is to pick from, maybe pendo.onGuideDismissed would be the one to use?
-
Another consideration is to configure your PES to look at account-wide use, not visitor-level use. Then your mix of core events should be okay or more okay?
-
for this you'll need Javascript to find the close button by class, then replace it. I'd recommend using saved layouts that do not have an X, then adding in the Close button however you want it done...
-
when they're logged in have them run pendo.validateInstall() in the console for (right click > Inspect > click Console) and see what turns up. Then you'll also have their visitor ID to look them up...
-
We have this I think because Pendo is initializing somewhere that the user is not yet affiliated with an account, like a landing page where they select which one or a login page. Could that be it?