Your email, name and the two tokens that keep you signed in.
- Why
- So a reload does not sign you out.
- Written
- Only after you sign in.
- Kept
- Until you sign out, or you clear site data.
No analytics cookies, no advertising cookies, no session cookie. That is why you have never seen a consent banner here, and it is not an oversight.
Three things, all in your browser’s local storage rather than in a cookie, which means none of them is attached to a request or sent to a server. They exist so the product works when you are not signed in.
Your email, name and the two tokens that keep you signed in.
The codes you pressed Save on: type, contents, shape and colour.
Whatever is currently in the builder on the front page.
The free pages may carry contextual advertising, chosen on what the page is about rather than on who is reading it. It sets no cookies and reads no browser storage. The ad server does receive the requesting IP address and the page address, because it cannot answer a request without them.
Signing out removes cue_auth. Removing a saved code removes it from cue_local_codes. To remove everything, clear site data for this domain in your browser settings, or open the developer console and run localStorage.clear(). Nothing is kept anywhere else, so there is nothing to ask us to delete.