Jul 27, 2022
1882
HappyFox Chat widget stores below local storage data under the webpage origin where the widget is installed. All the below local storage keys are necessary for the widget to function normally.
Local Storage Key | Purpose |
---|---|
hfc-visitorAccessToken-<Your widget EmbedToken> |
Holds visitor access token. This is required for the widget to keep the visitor in sync in real time.
|
hfc-userMinimizedWidget-<Your widget EmbedToken> |
Holds the chat widget UI state
|
hfc-meta-<Your widget EmbedToken> |
Holds meta data of chat widget like version, etc.
|
hfc-pagesHistory-<Your widget EmbedToken> |
Holds the list of page details that the visitor has visited
|
hfc-visitor-<Your widget EmbedToken> |
Holds details of the visitor like name, email, phoneNumber, accessToken, etc.
|
hfc-custom-fields-<Your widget EmbedToken> |
Holds the values of custom fields.
|
hfc-proactiveChat-<Your widget EmbedToken> |
Holds details about the received proactive message and its current state.
|