Meghann MacDonald
Comments
-
Hi, I have developed the code with 2 smooshed together from github. https://github.com/pendo-io/snippets/blob/master/guides/delayGuide/delayGuideDisplay/delayGuideDisplay.js (hide guide function,...
-
Hi Bijan, with our Pendo instance we track our users with a distinct visitor ID rather than having anonymous users, and we don't show our guides to any anonymous users, so I am not sure how that wo...
-
Hi Angela! Can these snippets be used to render some steps "should be counted" and some steps "don't count"? We have a few onboarding tours that utilize various hidden steps with just javascript sn...
-
Hi Rodrigo! We do something similar for ours. Basically, you can create a segment to be [everyone you want] minus [everyone who has completed all steps] and then set each of your guides and/or the ...
-
Hi Angus! Very cool. I'm wondering, are these snippets still applicable? https://github.com/pendo-io/snippets/blob/master/resourceCenter/guideCenter%20(Legacy)/onboardingProgress/guideProgress/gui...
-
Hi Howard, checking back in on this as I have much more knowledge of using custom code blocks in Pendo now. My goal is to show in the resource center only the steps that are relevant - so, as in th...
-
Hey Howard, Ok, in HTML it is showing the text for support, investing, content, usability. can that part be removed? I wasn't checking the progress bar but rather the step 1 of 9, still seeing 9 ...
-
Thanks Howard! Is this HTML or Javascript? With HTML I am getting the <li>Support</li><li>Investing</li><li>Content</li><li>Usability</li> listed out in the step and java I'm still seeing 9 steps h...
-
Hi all, trying to work on this from https://github.com/pendo-io/snippets/blob/master/guides/goToGuideStep/goToStepNoElement/gotoStepNoElement.js Is there anything that needs to be replaced or fil...
-
Hi, thank you for the information, we did see that solution. We do not love the idea of segmenting out all trial users because we want the information to be available to them.. Customers as well, w...