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 ...