---
title: "Trigger based on URL match - EngageBox"
description: "Sometimes it's useful to trigger a popup box based on the URL match. In order to do that follow the steps below.              Set the Trigger"
url: "https://www.tassos.gr/docs/engagebox/conditions/trigger-based-on-url-match"
date: "2026-04-07T18:53:50+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)

#  Trigger based on URL match

Sometimes it's useful to trigger a popup box based on the URL match. In order to do that follow the steps below.

 ![EngageBox Publishing Assignments URL Assignment](https://www.tassos.gr/images/eb-pa-urlassignment.png)

- Set the *Trigger Point* to *onPageLoad* or to *onPageReady*
- Go to Publishing Assignments
- On the *URL* Assignment click *Include*
- Enter (part of) the URLs to match. Use a new line for each different match.

 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": "Trigger based on URL match",
            "item": "https://www.tassos.gr/docs/engagebox/conditions/trigger-based-on-url-match"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/engagebox/conditions/trigger-based-on-url-match"
    },
    "headline": "Trigger based on URL match",
    "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/trigger-based-on-url-match"
    },
    "datePublished": "2016-09-14T19:08:28+03:00",
    "dateCreated": "2016-09-14T19:08:28+03:00",
    "dateModified": "2024-11-26T12:28:13+02:00"
}
```
