Angela Holly
Comments
-
Nicole Arocha There is an existing feature request for this. If you go to the Pendo Resource Center > Share your Feedback, you can search for the existing request and add yourself as someone who wa...
-
Daniel Jones, you can use these endpoints to create visitors or accounts via the API. To create a visitor ID:POST https://app.pendo.io/api/v1/metadata/visitor/custom/value?create=true To create an...
-
Meghann MacDonald These particular code snippets were designed for the Legacy Guide Center. I wouldn't recommend using them for the newer Resource Center. As for telling Pendo to ignore certain st...
-
If you have a "call to action" type button on the guide, one strategy for getting real-time notifications is to set up the guide as a poll and use webhooks. Below is a pretend guide where I might ...
-
Below is another example response for a guide step with two buttons. You can tell which button the visitor clicked on by either looking at "uiElementText" or "uiElementId" { "...
-
Hello Louis, this is not currently possible. However, you can submit a feature request for this. From within Pendo, click on the Resource Center Icon > Share your Feedback.
-
Nora Hughes, the provided code snippet is for web only. Mobile guides don't have the ability to use custom code blocks. Being able to display guides automatically more than once is something our Pr...
-
Below are step by step instructions for targeting a tooltip to the Resource Center badge. As Dylan mentioned, you won't be able to use 'Preview' and will instead need to test in staging, or test in...
-
Unfortunately, Pendo is only able to collect click events. So other actions such as hovering or dragging, which don't generate click events cannot be automatically collected. However, your develop...
-
John Gaffney, there is a setting you can change so that track events will be counted as application activity. This would allow those visitors with only track events (but no other events) to appear ...