Web Storage and Cookies

Usage of Web Storage

The Zonka Feedback Web client makes use of the Local Storage of the web browser to store data related to the users/visitors of your web page. The type of data that is stored in the local storage as follows:

  • First Seen: Time Stamp of when this browser was first seen

  • User Agent: Full details of the user agent used by the visitor/user

  • Pages Viewed details: All the pages the user has navigated with domain names and URLs

  • Device details: Device details such as type and resolution

Usage of Cookies

The Zonka Feedback web client uses Cookies to store data locally in the browser of your visitors and users. This is to ensure that the Zonka Feedback client works in the right manner.

When the JS Client is loaded, the following two cookies are dropped. The description of each is provided below.

The above cookies share the following characteristics

  • The expiration date of the Cookies if 365 days which is renewed on every visit

  • The cookies can be only accessed using a secured connection only

  • The cookies are only applicable to your domain name and cant be used by any other domain or service

Last updated