Meghann MacDonald
Comments
-
Hi, I also had trouble with the code as is , we had to // out the line directly below the defer function (essentialy switching them) and THEN we had to add a }, 1500) later on like in the comment ...
-
Hi all, wanted to circle back on this. Is there a way to "read all" as in mark the users as having viewed all announncement guides? Javascript I'd guess
-
Hi, you don't need to use the URL for a guide to advance, just use the command pendo.onGuideAdvance();
-
Hi all, any update on this? It is important for our implementation that we are able to have the resource center close when clicked outside of. The snippet was pulled off github so I am not able to ...
-
Hi Liz, I think that would work to improve the issue. But would each weekly "what's new" announcement have to have a different segment...? So this week I would post one that is available to everyon...
-
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...