Eric Miller
コメント
-
Jon Corwin slightly off topic, but do you have an idea on how I might use the document.querySelector approach to search for an element on the page as the target for my guide? It's not off the scree...
-
I came across the following documentation which does a good job detailing how to accomplish the original topic of this post: https://support.pendo.io/hc/en-us/articles/360032206011-Customize-your-G...
-
You could create a segment with a rule that the Guide has not been viewed. That will keep the 'list' dynamic. But if you actually need a list you could make that segment, then apply it to a Visitor...
-
Laura Olson you could try something like this which looks for href that starts with jobs and ends with source a[href^="/jobs/"][href$="/source"] or without the a tag [href^="/jobs/"][href$="/source"]
-
Someone mentioned earlier using Click Event properties. Here's some detail on how to do that:Another option is do it with a Click Event property which does not require engineering changes and will ...
-
Meghann MacDonald simpler solution can be found here. Just drop this into a code block in your guide.https://github.com/pendo-io/snippets/tree/master/guides/dismissingGuides/dismissGuideOnLeaveHover
-
You could create various segments...365 days, 730 days, 1,095 days, etc.
-
Malachi Hopoate in the Resource Center announcement guides the only theme that will be referenced is the your "default" theme...the one you can't delete in your Themes collection. If you want to cu...
-
Definitions for the Dashboard widgets are here: https://support.pendo.io/hc/en-us/articles/360032752991-Dashboard-widgets#h_01H28P3745SVQ0HCX2Q3XHR2DB
-
Alex Young-Davies I did a quick test and I am able to display different backgrounds on each step. You might try pasting the URL to the respective images in a browser window just to confirm they are...