This article explains our use of Cookies and Local Storage within Tag Rocket.
Cookies
We no longer use cookies. If a ‘wsa_’ cookie is present, it is from a long time ago. For a while we had code to remove those cookies, but some may have been missed.
Local Storage
Tag Rocket utilises local storage variables. These are used to help Tag Rocket provide information to the tags it controls.
| Key Name | Description |
|---|---|
| wsa-cc | Temporarily flag to tell Tag Rocket to check if an item has been added/removed from the cart when the next page loads. |
| wsa-c | Limited data about the current cart to help Tag Rocket determine if it has changed. |
| wsa-l | Flag to indicate if a user has logged in. This is used to identify when a user logs in or out. |
| wsa-sm | Temporarily used to store what shipping option a user has selected. |
| wsa-pm | Temporarily used to store what payment method a user has selected. |
| wsa-ce | Temporarily used to store the email in a contact form. It is deleted on the next page. |
| wsa-se | Temporarily used to store the email when someone subscribes. It is deleted on the next page. |
| wsa-ci | The last order number. |
| wsa-lo | Date and time of the last order. |
| wsa-cm | If the store uses a CMP, this keeps track of its consent state. |
| wsa-cmp | Flag to indicate if an app error has been already sent in relation to the possibility that the BigCommerce GA4 solution may be interfering with content. |
| wsa-cme | Flag to indicate if an app error has been already sent in relation to the possibility that the BigCommerce GA4 solution may be interfering with content. |
| wsa-re | Flag to indicate if an app error related to a regional consent issue. |
| wsa-showevents | A debug option to show events. |
| wsa-showwebvitals | A debug option to show web vitals. |
| wsa-srv | A random number to decide if a user is on a sample set for tracking things like web vitals and errors. |