68publishers/cookie-consent

Show the widget again when user don't allow specific storage

jelen07 opened this issue · 1 comments

Why

Increase the approval conversion.

How

Add the ability to add the optional timeout for a specific consent category (or more). When some category without approval has the timeout (in days) specified and the timeout expires, the consent modal will show.

Example 1
  1. Ad - denied, expiration is set to 200 days
  2. Personalization - denied, expiration is set to 100 days
  3. Analytics - approved, expiration is set to 10 days

The cookie widget shows again after 100 days.

Example 2
  1. Ad - denied, expiration is set to 200 days
  2. Personalization - approved, expiration is set to 100 days
  3. Analytics - denied, expiration is set to 10 days

The cookie widget shows again after 10 days.

@tg666 Regarding the orestbida/cookieconsent#215 it will be fine to show the settings modal.