Data Store
The Data Store serves as your central hub for monitoring and managing all the data within your Wized application. This panel provides a real-time overview of variables, cookies, URL parameters, API responses, and other critical elements that contribute to the logic and interactivity of your website. It is an essential resource for understanding the functionality of your application, troubleshooting issues, and crafting personalized and dynamic user experiences.
Within the Data Store, you can:
- View the Current State of Your Application: Monitor the values of variables, cookies, URL parameters, and other important data in real time as users interact with your site.
- Inspect API Responses: Review the data received from API requests, including both headers and body content.
- Create and Manage Variables and Cookies: Add, modify, or delete variables and cookies directly from the dashboard.
- Access Secrets: Manage sensitive information by adding, modifying, or deleting secrets.
- Debug and Troubleshoot: Utilize the Data Store to identify the causes of errors or unexpected behaviors in your application by observing how data changes in real time and its impact on the logic and configuration of your assets.
Note
The data store is an indispensable tool for developing your web application in Wized, make sure to use it