Liz Feller
コメント
-
As far as I know you have to go into each and click the GDPR checkbox :( perhaps there's a way you can do it with the API documentation though https://engageapi.pendo.io/#1cf7f9e6-d7be-49ba-866f-51...
-
You have a couple of options I think:1. If any features are ONLY available on the mobile-only version (like a collapsed menu or something), compare the mobile feature clicks to the desktop counterp...
-
Yes! Use this snippet in the Pendo github and adjust the mseconds count :) https://github.com/pendo-io/snippets/tree/master/guides/delayGuide/delayGuideDisplay
-
Check your console for any errors relating to displaying the image, I wonder if it's your product's content security policy (CSP) blocking it?
-
Well if you set your guide step theme to Custom, you can adjust each one individually. Then might be worth your time to save layouts with the z-index you know works well for different screens or sc...
-
This article goes into the metrics on a page and how each item is calculated: https://support.pendo.io/hc/en-us/articles/27657334481179-View-and-manage-tagged-Pages As for track events, this articl...
-
That's too bad neither of those work for your situation! Did you also try putting your CSS that uses the guide ID into global CSS?
-
Couple of options to try: Make a new theme other than default with the z-index you want, and/or use ._pendo-step-container-styles as the target of your css on your block
-
Ah gotcha, that visual helps a lot! There is some code in the Pendo github that might help (https://github.com/pendo-io/snippets/tree/master/guides/advancingGuides/advanceGuideOnElementAppear and u...
-
This is exactly what the Behavior tab on your guide container editor is for :) if your guide step is targeted to an element (like a button, dropdown, etc.), you will have options to advance to the ...