---
title: "Engage Box v3.0.1 released"
description: "This new release comes with the new major feature Limit Impressions 	. Now you can fine-tune your boxes to activate based on the amount of impress"
url: "https://www.tassos.gr/blog/engage-box-v3-0-1-released"
date: "2026-05-03T03:40:39+00:00"
language: "en-GB"
---

#  Engage Box v3.0.1 released

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Sep 28 2016

 1 min read

 Last updated may 14 2024

 ![Engage Box v3.0.1 released](https://www.tassos.gr/media/k2/items/src/9653b574708b7a6469e28ee67a57dc73.jpg) This new release comes with the new major feature **Limit Impressions** . Now you can fine-tune your boxes to activate based on the amount of impressions you have chosen and be reset again on a set time-period!

 For example, you can set your box to activate for only 2 times (per user of course) in a day, which means that once those 2 times have passed it won't show up again until the next day! Isn't it great?

 Along with impressions you will be pleased to see that we have started implementing **Statistics** about each box based on the amount of impressions. This feature is still in its infantile stage so expect to see a significant growth in the upcoming releases.

## 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": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Engage Box v3.0.1 released",
            "item": "https://www.tassos.gr/blog/engage-box-v3-0-1-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/engage-box-v3-0-1-released"
    },
    "headline": "Engage Box v3.0.1 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/9653b574708b7a6469e28ee67a57dc73.jpg"
    },
    "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://x.com/tassosm"
    },
    "datePublished": "2016-09-28T10:00:12+03:00",
    "dateCreated": "2016-09-28T10:00:12+03:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
