_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_accountId | The current account id for pendo installation provided in the pendo.initialize() call. |
_pendo_feedback_notification_count | Persists the notification count for the legacy Feedback widget. |
_pendo_feedback_ping_sent | Stores the last ping time for the legacy Feedback widget. Used to control the frequency of communication with the Feedback server. |
_pendo_finalAdvancedAutoAt | Time when the last auto-activated guide was advanced. Used to determine when to show the next auto display guide. |
_pendo_guides_blocked | Used 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_lastStepAdvanced | Used 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_latestDismissedAutoAt | Time when the last auto-activated guide was dismissed. Used to determine when to show the next auto display guide. |
_pendo_latestSnoozedAutoAt | Time when the last auto-activated guide was snoozed. Used to determine when to show the next auto display guide. |
_pendo_launcher-closed | Written when the classic guide center is closed. Legacy guide center only, not used for resource center. |
_pendo_log-enabled | Stores console logging status, set with pendo.enableLogging() or pendo.disableLogging() . Logs will appear with [Agent] prefixed in the browser console. |
_pendo_meta | Unique 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_oldVisitorId | Often an anonymous visitor id that is replaced by a logged in user. |
_pendo_visitorId | Current visitor id for pendo installation, either anonymous or identified. Used to determine a visitor's guide experience, settings, and associated data. |
current-guide-preview | Application 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-enabled | Current 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-preview | Application 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. |