Day / Minute
Defines how many days the cookie will stay in the user's browser. If it is left empty, the default value will be renewed in each session.
Day/minute value reference
VALUE | DESCRIPTION | RESULT |
day & min Larger than 1 |
1, 2, ... |
The cookie will be removed after that number of days/minutes. Users can see the element once every X days/minutes. |
0 | Users can see the element only once. | |
day & min are Empty or Do not exit |
Both day & min must be removed to have the cookie restart in each session |
Users can see the element every time the session restart, for example, if they close the browser and open it again, they can see the element again. |
Day
For example, if you want a popup to show up once every 3 days for each user, simply place the Cookies Plugin inside the element and add the number of days to 3.
- Select the Cookies Plugin.
- Change the value of the attribute "day" to the number you want.
Minute
For example, if you want a popup to show up once every 10 minutes for each user, simply place the Cookies Plugin inside the element and add the number of min to 10.
- Select the Cookies Plugin.
- Change the value of the attribute "min" to the number you want.
Trigger
The cookies will take effect after user click on the trigger.
For example, if you have a privacy panel that must be shown to the user on each page visit until the user click on "Accept" trigger, then create a trigger.
- Give an ID name to your trigger.
- Select the Cookies Plugin.
- Add a new attribute called "trigger", and for the value type the ID name
- Name → trigger
- Value → trigger's ID