Michael Garrity
Comments
-
Devin Hartnett I think the best way to accomplish this would be to create a segment (or add to your existing segment). Here you can set the action you were referring to about having seen X number ...
-
If still needed, add a custom code block and: Add this code in the HTML section (replacing the your_url_here with your desired URL): <a id="openUrlLink" href="your_url_here" target="_blank"></a>...
-
Angela Holly -- I saw your comment that this no longer works. Is this currently a bug that will be addressed at some point? Or is it that this method is no longer supported by Pendo moving forward?
-
Malachi Hopoate in my organization we've had a number of customers that have had the same issue. For us it turned out to be a pop up blocker on their end.
-
Kirstie Chan Only thing I could think of is to use data mapping ( https://support.pendo.io/hc/en-us/articles/360038273392-Data-mapping-and-data-types-in-Pendo ) (See the "Date" section). Use this t...
-
Manuel Sahetapy you should be able to just hover over and delete. See example below:
-
Amy Was How is your segment currently setup? Is it based off a specific field or did you add users/accounts manually? Internally here we are using data mapping ( https://support.pendo.io/hc/en-us/a...
-
I think you should be able to activate the guide using the command pendo.showGuideById('GUIDE-ID-HERE');
-
When you are creating your segment, there should be a "First Visit" option listed under Account Data. Would this work for your use case?
-
Ryan Prouty - I had a similar scenario in my org. The way we solved it was by using the Pendo Data Mapping. This essentially pulls in data from one of your internal systems into Pendo. You can then...