
Liz Feller
アクティビティの概要
Liz Fellerさんの最近のアクティビティ-
Liz Fellerさんがコメントを作成しました: Beyond duplicate guides and segments, I'm not sure you can accomplish conditional automatic display because if you add any logic in a custom code block, it will still run if the guide is selected f...
-
Liz Fellerさんがコメントを作成しました: I wonder if you see the same behavior if you make it public for a custom segment just for yourself, or in staging compared to preview?
-
Liz Fellerさんがコメントを作成しました: Adding a backdrop on your guide step, and selecting to show the target above the backdrop should work. Do you have code in your guide step that is dismissing the guide with any click outside the ta...
-
Liz Fellerさんがコメントを作成しました: I do not believe so, no, unless you use javascript to insert an element there somewhere in your app.
-
Liz Fellerさんがコメントを作成しました: could you add some sort of hash? It makes me think of SRI work a bit, but I'm not 100% familiar with best ways to lock it down.
-
Liz Fellerさんがコメントを作成しました: Can you be more specific? You can self-host the agent but that may be as close as you can get.
-
Liz Fellerさんがコメントを作成しました: https://support.pendo.io/hc/en-us/articles/360032294151-Track-Events This article has always helped me remember the difference -- track events are more for "off-screen" events you want to capture t...
-
Liz Fellerさんがコメントを作成しました: Each guide step has a Behavior tab in the edit mode where you can Advance on Element Click (or hover). You should not need a snippet or custom code to get it going :)
-
Liz Fellerさんがコメントを作成しました: I don't believe so but you can style badges this way and make them inline with your element, then make sure the guide step itself is empty!
-
Liz Fellerさんがコメントを作成しました: if it doesn't have a unique element ID I think you could use a foreach loop in javascript to look at each .MuiFormControl-root:contains('Select date') and evaluate if its date (might be inner text ...