---
title: "Cookie Condition - EngageBox"
description: "The Cookie Condition lets you display a box on occassions where you know that the users might have a Cookie. You can take advantage of the Cookie's"
url: "https://www.tassos.gr/docs/engagebox/conditions/cookie"
date: "2026-04-06T14:23:19+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ EngageBox ](https://www.tassos.gr/index.php?option=com_content&view=category&id=35) / [ Display Conditions ](https://www.tassos.gr/index.php?option=com_content&view=category&id=51)

#  Cookie Condition

 The Cookie Condition lets you display a box on occassions where you know that the users might have a Cookie. You can take advantage of the Cookie's name and its value with extreme flexibility.

 ![Cookie Display Conditions](https://www.tassos.gr/images/display-conditions-cookie.png)

## [Options](#options)

 In the table below you can see which options are available to setup the Cookie Condition.

 | Name | Description |
|---|---|
| Cookie Name | This is the cookie name you want to check against with. |
| Match | With this option you can select the "Exists" option to see if the Cookie with the Name you typed before, exists.   All the other options are related to the value of the Cookie. You can take advantage of the comparisons below to compare the cookie's content to what you want it compared with.  - Exists - Does not exists - Is empty - Is not empty - Equals - Does not equal - Contains - Does not contain - Starts with - Does not start with - Ends with - Does not end with |
| Cookie Content | This option is visible only when you have selected in the "Match" option something other than:  - Exists - Does not exist - Is empty - Is not empty    Whatever you type here will be compared to the Cookie's value according to the Match Type. |

## [Use Case](#use-case)

 If you are familiar with all the cookies that your Joomla! Website might be sending to your visitors, you can fine tune the box to be displayed exactly when a certain cookie is present and contains a certain value.

 Last updated on Nov 26th 2024 12:11

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "EngageBox",
            "item": "https://www.tassos.gr/docs/engagebox"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Display Conditions",
            "item": "https://www.tassos.gr/docs/engagebox/conditions"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Cookie Condition",
            "item": "https://www.tassos.gr/docs/engagebox/conditions/cookie"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/engagebox/conditions/cookie"
    },
    "headline": "Cookie Condition",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/engagebox/conditions/cookie"
    },
    "datePublished": "2017-12-10T15:50:43+02:00",
    "dateCreated": "2017-12-10T15:50:43+02:00",
    "dateModified": "2024-11-26T12:28:13+02:00"
}
```
