Skip to main content

Managing Cookies

This guide walks through the full lifecycle of a cookie consent configuration — from creation to publishing.

Prerequisites

  • You have access to Platform -> Cookies.
  • At least one System already exists if you want to create a cookie configuration.

Required Permissions

Permission CodeAccess
cookies:viewView cookie lists and details
cookies:createCreate a cookie configuration
cookies:editEdit, request review, publish, or unpublish a cookie configuration
cookies:deleteDelete a cookie configuration
cookies:reviewReview a submitted cookie configuration
cookies:approveApprove a cookie configuration

Cookies list

Navigate to Platform → Cookies in the sidebar to see all cookie configurations.

Cookies list page

The table displays the following columns:

ColumnDescription
Cookie NameThe display name of the cookie configuration.
SystemThe system or project the cookie belongs to.
StatusWorkflow status — Draft, Pending Review, Pending Approval, or Approved.
Publish StatusDelivery state — Published or Unpublished.
Created AtWhen the cookie was created.

Use the Search bar to filter cookies by name or system.


  1. Click Create Cookie on the Cookies list page.
  2. You will see the Create Cookie form with three sections:
    • Cookie Information — Basic metadata
    • Cookie Banner — The banner shown to visitors
    • Privacy Preference — Detailed cookie category settings

Create Cookie — Cookie Information section

FieldRequiredDescription
NameYesA descriptive name for this cookie configuration.
SystemYesSelect the system or project from the dropdown.
Effective DateYesThe date this cookie configuration takes effect. Defaults to today.
What's next

After filling in the Cookie Information, configure the Cookie Banner and Privacy Preference sections.


Click View on any cookie row to open the cookie detail page. The available actions depend on the cookie's current status.

Cookie detail section

Status overview

StatusDescriptionAvailable Actions
DraftInitial state after creation. The cookie can be freely edited or deleted.Edit, Delete, Submit for Review
Pending ReviewSubmitted and waiting for a Reviewer to evaluate.Reviewer: Approve (direct or next step), Return to Draft
Pending ApprovalPassed review and waiting for an Approver to finalize.Approver: Approve, Return to Draft
ApprovedConfiguration is approved and ready to publish.Publish

Publish state is tracked separately from workflow status:

Publish StateMeaningAvailable Actions
UnpublishedThe cookie is not yet serving on your website.Continue workflow actions based on the current status
PublishedThe cookie script is live and can be embedded on your website.Unpublish

System-level rules

  • Latest cookie wins — When multiple cookies exist in the same system, the most recently created one is always used.
  • Auto-unpublish — Publishing a cookie in a system automatically unpublishes all other cookies in that system.
  • Effective date — A published cookie only starts serving the banner on or after its configured effective date.

Publish and Unpublish

Publish

Once a cookie has Approved status:

  1. Open the cookie detail page.
  2. Click Publish.

After publishing:

  • The Cookie Script section appears with an embeddable HTML snippet. See Script Integration for details.
  • Any other Published cookie in the same system is automatically unpublished.
  • The banner starts serving to visitors on the cookie's effective date.

Unpublish

To take a cookie offline:

  1. Open the cookie detail page.
  2. Click Unpublish.

The cookie script stops serving the consent banner immediately. The cookie remains in Approved status and can be re-published at any time.