Searchanise supports stores that use the BigCommerce Consent Manager.
When a customer saves their cookie preferences, BigCommerce Consent Manager notifies JavaScript applications about the updated consent choices. Searchanise can use this information to enable or disable features that rely on browser storage.
How BigCommerce Consent Manager works
BigCommerce provides the consentManager global object through the Consent Manager library.
When a customer clicks Save in the cookie banner, BigCommerce Consent Manager saves the selected consent preferences. Searchanise receives these updates and enables or disables features based on the customer’s choices.
How consent affects Searchanise
Depending on the customer’s consent, some Searchanise features may be unavailable.
| Consent category | Searchanise features |
|---|---|
| Functional | Features that store customer preferences, such as remembering the selected Grid/List view. |
| Analytics | Search analytics, including Product Clicks nd Recent Searches. |
If a customer later changes their consent, Searchanise updates its behavior after the new preferences are saved.
How to check cookies and local storage
To inspect cookies and local storage in your browser:
- Open Developer Tools.
- For Google Chrome, navigate to: DevTools > Application > Storage > Local Storage > Your domain.
| Local storage | Type | Data | Related functionality |
| snize-view-mode | Functional | Last SRW mode selected (Grid/List) | Default view (Grid/List) in SRW |
| snize_saved_search_queries | Analytics | Search queries with timestamps. Deleted every 2 hours. | Search queries in Analytics |
| snize-recent | Analytics | Last 12 searches made by a particular client | Show recent customer searches in ISW |
| snize_search_analytics_queue | Analytics | Search queries | Suggestions |
| snize_search_data | Analytics | Query, search terms, autocorrect usage | Search queries and Product clicks in c Show recent customer searches in ISW |
| ClicksQueue | Analytics | Product clicks in ISW and SRW | Analytics |