Cookie policy

The starting state

Every page of this site initialises Consent Mode v2 before loading anything that measures:

gtag("consent", "default", {
  ad_storage: "denied",
  ad_user_data: "denied",
  ad_personalization: "denied",
  analytics_storage: "denied",
  functionality_storage: "denied",
  personalization_storage: "denied",
  security_storage: "granted",
  wait_for_update: 500,
});

security_storage stays granted: it covers anti-fraud and authentication, which fall under legitimate interest.

What that means today

There is no banner on this site yet. Nothing lifts that refusal, and no measurement cookie is set. If a GTM container is configured, requests to Google carry gcs=G100 — the code meaning "everything denied" — and allow no identification.

Technical storage

The storefront uses browser local storage for the cart (ttdlab.cart.v1) and the order in progress (ttdlab.order.v1). That is not a cookie, nothing leaves the browser, and all of it is wiped by clearing the site's data.