Skip to main content

localStorage

KeyDescription
_pendo___sg__Stores the historical metadata fields for the current visitor, when enabled in an application. This is turned on by an admin in Pendo's Data Mappings and used to track metadata changes over time.
_pendo_accountIdThe current account id for pendo installation provided in the pendo.initialize() call.
_pendo_feedback_notification_countPersists the notification count for the legacy Feedback widget.
_pendo_feedback_ping_sentStores the last ping time for the legacy Feedback widget. Used to control the frequency of communication with the Feedback server.
_pendo_finalAdvancedAutoAtTime when the last auto-activated guide was advanced. Used to determine when to show the next auto display guide.
_pendo_guides_blockedUsed to determine if guides have been blocked, by the user, adblocker, or a failed guide request. This will prevent additional guide requests and display attempts, to optimize page performance and user experience in cases where guides cannot be loaded.
_pendo_lastStepAdvancedUsed for guide continuation to determine which guide step should show when a guide is reactivated, especially when a guide is advanced or dismissed close to a page load.
_pendo_latestDismissedAutoAtTime when the last auto-activated guide was dismissed. Used to determine when to show the next auto display guide.
_pendo_latestSnoozedAutoAtTime when the last auto-activated guide was snoozed. Used to determine when to show the next auto display guide.
_pendo_launcher-closedWritten when the classic guide center is closed. Legacy guide center only, not used for resource center.
_pendo_log-enabledStores console logging status, set with pendo.enableLogging() or pendo.disableLogging(). Logs will appear with [Agent] prefixed in the browser console.
_pendo_metaUnique hash of the options object passed to pendo.initialize() or pendo.updateOptions(). This is used to determine if the options have changed and if the metadata event should be fired.
_pendo_oldVisitorIdOften an anonymous visitor id that is replaced by a logged in user.
_pendo_visitorIdCurrent visitor id for pendo installation, either anonymous or identified. Used to determine a visitor's guide experience, settings, and associated data.
current-guide-previewApplication state while previewing a guide from the designer. Used while designer preview is active to track step, status, etc, and cleared when designer preview is exited.
debug-enabledCurrent state of the agent debugger. This is used to relaunch the debugger tool with the last used settings, either on the next time it is opened or after a page refresh.
pendo-previewApplication state while viewing a guide in preview mode. Used while preview mode is active to track step, status, etc, and cleared when preview mode is exited.