Liz Feller
コメント
-
Check your product for if Pendo is installed on any pages where they wouldn't have their account ID, and especially check logout pages. We've had that issue before and it depends on what's availabl...
-
If they click the X to dismiss I'm pretty sure they won't see it again unless you set it up for repeat guide display in the Activation settings for the guide.
-
What are you hoping to solve or accomplish?
-
I'd build segments of accounts you know should be similar based on OTHER characteristics (not login activity) and use stickiness, Data Explorer, retention, and Product Engagement Score to see what ...
-
Was this a poll already in place you are editing and now cannot see/use the options, or are you adding the poll for the first time? Sometimes what's worked for me for wonky guide steps is to make a...
-
I don't believe you can set a dynamic height, are you trying to avoid having white space at the bottom or having vertical scroll? Maybe you can do something with global CSS to adjust it but that pr...
-
You may be able to accomplish this two ways: 1. Use a code block to add an onclick event to your badge that opens your target URL in a new tab, and make the guide step "invisible" by adding no cont...
-
So a way to group the items? What if you made a guide solely so it could be put in the list, and it's an invisible guide step? Then use some global CSS to make sure the cursor doesn't turn to the p...
-
You might be able to make a guide step have a button to "pause for now" and it snoozes that guide step for a day? Then it would display the next day and next time they come back to that part of you...
-
Maybe you can use CSS and @media rules to set the RC badge to display none? https://css-tricks.com/snippets/css/media-queries-for-standard-devices/