Doug McDaniel
Comments
-
Something we've seen have improved completion rates in scenarios like this is the "minimized guide step" Angus Yang came up with the idea and posted it in the community here. Similar to what you s...
-
Any URL that directs into your application. You can then use the navigate ability to get to the correct page. If you use one of the two URLs you provided earlier, that should work just fine. You ma...
-
Hey Aabid - Wildcards work for all words between slashes. For this, your tag would look like: //*/calls
-
Hey Shannon - The ID Pendo uses to match does need to be a component of metadata on the visitor.
-
Hey Lauren Dailey - This issue is addressed in the FAQ section of this article. Thanks!
-
Guide do not have to reference an element. In the location (last screenshot you attached) - if you change the target to .builder-box--add and remove the nth-child you should have more luck
-
Hey Michael Hardenbrook - You'll want to use Pendo's Page Tagger to set up a tag that looks like this: //*/edit/** The first * is a wildcard to ignore the website.com portion of your URL. The /ed...
-
Hey Eric Miller - Yes. Zero used features will still show up in the heat map as either the darkest blue color, or with a gray box around the element. Either way, they should be visible when taggin...
-
This is awesome, Vinay! Thanks for sharing your use case and results with the community. This is definitely a common area of interest for many of our customers.
-
Hey Eric - the code below should work to accomplish this. You'll need to drop this code into a code building block in your guide step. You'll also need to inspect the button that you want to adju...