Skip to main content

Guides

Functions

getAllGuides()

Returns all guides for the visitor.

getAutoGuides()

Returns all guides that are launched 'auto'.

getBadgeGuides()

Returns all guides that are launched via a Badge.

getLauncherGuides()

Returns all guides that are launched via the Resource Center or Guide Center (classic guides).

getAllGuides()

Returns all guides for the visitor.

Kind: global function
Category: Debugging/Guides
Access: public
Example

pendo.debugging.getAllGuides()

getAutoGuides()

Returns all guides that are launched 'auto'.

Kind: global function
Category: Debugging/Guides
Access: public
Example

pendo.debugging.getAutoGuides()

getBadgeGuides()

Returns all guides that are launched via a Badge.

Kind: global function
Category: Debugging/Guides
Access: public
Example

pendo.debugging.getBadgeGuides()

getLauncherGuides()

Returns all guides that are launched via the Resource Center or Guide Center (classic guides).

Kind: global function
Category: Debugging/Guides
Access: public
Example

pendo.debugging.getLauncherGuides()