
Qlik Migration Admin
Comments
-
@Matt any AGENT metadata can be used in guide variables (aka whatever the snippet sends) but CUSTOM metadata can’t :( . Which I believe the article states as well. Big gap in my opinion especially ...
-
Hi, here is the code for a solution to this. It is a combo between the "dismiss when click outside of guide" + 'mouseover' + "dismiss when leave element hover" + a timeout and a clear timeout. The ...
-
We use a badge guide and it works just like you are asking Sana Kamal, just add this css code to the "step 1" of the guide display:none; So it hides and never shows up, rendering it just a badge. T...
-
Hi Jared, also you can create a text comment box for this comment and "Hide" it, then add event listener to the add approver so that when they click it it shows the comment box. 1. Create a commen...
-
Sometimes if you mess with the page visit / guide visit / feature click by changing to "Seen Ever" it will work for guides. My advice is to set the segment to the guide FIRST, then go to edit the s...
-
We need this as well! Can't use text badges at all for this reason. Meghann
-
I'd guess this could work if you created a custom User field in the destination sub (like pollResponse1) and mapped in the responses using postman. API call would be PUT URL: https://app.pendo.io/...
-
Hi! We have Tenant ID as our Pendo Account ID, so we would basically create segments based on the account id and then target each guide to a different segment. But you can have Tenant ID / "Tenant ...
-
Hi Jim! This snippet has been especially helpful to us: https://github.com/pendo-io/snippets/blob/master/guides/goToGuideStep/goToStepNoElement/gotoStepNoElement.js We would create a new step (say ...
-
While I agree with Liz in that the custom code blocks help us a lot to create 1 guide with 2-3 paths depending on the elements a customer has, I will say it creates more user error and issues such ...