Cookies used by CookieHub

CookieHub uses cookies and local storage entries to manage user consent and ensure compliance with privacy regulations such as GDPR, CCPA, and IAB frameworks. These items store only the data required to remember user preferences and maintain accurate consent logs.

Main cookies and storage entries

cookiehub (Cookie)

Purpose:

The primary cookie used by CookieHub to store user consent preferences and related data. It ensures that users are not repeatedly shown the consent banner and that their choices are remembered for future visits.

Data stored:

  • answered : Indicates if the user has made any consent choices.
  • revision : Tracks the consent version. If consents are reset in the dashboard, this value updates.
  • dnt : True if the browser sends a “Do Not Track” signal.
  • allowSale : Indicates opt-out status for personal data sale (used in CCPA/IAB GPP).
  • region : Stores the detected region code to determine applicable rules.
  • token : A unique ID linking the session to the consent log entry.
  • timestamp : The date and time of the last consent update.
  • categories : Lists categories allowed or denied. Empty if all are allowed.
  • vendors : Lists vendors allowed or denied. Empty if all are allowed.
  • services : Lists enabled services based on consent.
  • implicit : True if implicit consent is enabled.

The cookiehub cookie value is base64-encoded and contains a JSON object with these properties.


cookiehub-ac (Local Storage)

Purpose:

Used when Google’s Additional Consent Mode is enabled under IAB TCF 2.1/2.2. It stores consented Google Ad Tech Providers (ATPs) that are not part of the IAB Global Vendor List.

Data stored:

  • A string containing the version number and a dot-separated list of consented ATP IDs.

    Example: 1~1.35.41.101


euconsent-v2 (Cookie)

Purpose:

Stores the IAB Transparency and Consent (TC) String when IAB TCF 2.1/2.2 is active. The TC String contains:

  • User preferences for vendors and purposes
  • Consent information for compliance with GDPR and related laws

Detailed example of cookiehub structure

Below is an example of the JSON structure stored in the cookiehub cookie:

{
    "answered": true,
    "revision": 3,
    "dnt": false,
    "allowSale": true,
    "region": "G0",
    "token": "Ej7aDoGgklKmZTHEYMlPLMRsZg8UFcHMfCqnP87U7IhJfvacndNF10YKPtXqr1rW",
    "timestamp": "2022-12-17T23:17:05.318Z",
    "allAllowed": true,
    "categories": [],
    "vendors": [],
    "services": [],
    "implicit": false
} 

Why CookieHub uses these cookies

These cookies and storage entries are essential for:

  • Remembering user preferences
  • Enforcing consent decisions on scripts and services
  • Supporting regulatory frameworks like GDPR, CCPA, and IAB TCF/GPP