Launch guide when feature not present
How can we set a guide to show up when a feature is absent? We want to be able to alert when a specific element is missing that the element is being worked on.
0
コメント
That's really interesting! You might need to make the guide step not targeted to anything, then add JavaScript to say "if element xyz if present and visible, dismiss this guide" so it only displays if the element is NOT visible.
In addition to what Liz said, you could also set a Track Event in the code to send Pendo when the feature is absent and then target the Guide to display when the Track Event fires.
サインインしてコメントを残してください。