Liz Feller
コメント
-
I wish! I don't think there is, though, unless your CSM tells you otherwise.
-
You could use Guide Themes to accomplish this, and you can apply a single theme across all steps or a different one for each step, your choice.
-
Maybe try adding a delay to the guide step in a custom code block? https://github.com/pendo-io/snippets/tree/master/guides/delayGuide/delayGuideDisplay But, the guide step should still display once...
-
It could be I think by switching from badge activation to target activation, then selecting the target in your secondary tab?
-
There are two ways! One is to enable and use guide logic (https://support.pendo.io/hc/en-us/articles/15145835158299-Guides-Logic) and the other is with a custom code block (https://support.pendo.io...
-
In theory (in my head) your core event is the successful completion of a workflow, not every step along the way -- and then you use funnels or paths or other reports to understand the successful wa...
-
It will display the guide in the list only if the first guide step is set to sitewide, or if the user is on the page where the guide step is targeted. To get around this, we put a "starter" guide s...
-
Dashboards created will only display to another user if they are manually shared with view-only or edit-level permissions is my understanding. Is it possible you have more than one app/product and ...
-
You can add an event property perhaps (https://support.pendo.io/hc/en-us/articles/7710433678619-Event-properties) but I'm not sure that will solve the issue? What action do you want to have happen ...
-
Make sure you add target="_blank" inside your <a> tags so they open in a new tab. Not sure if that will fix it all though?