How to force allow cookies even if the user declines the cookies policy of a specific cookies category (e.g. Analytical Cookies).

The problem:

Sometimes we need to to ensure that all the required cookies will be loaded successfully, even if the user has declined our cookies policy before.

The solution: (this new feature has been added to the version v3.8.2)

For this reason we are able to force allowing some cookies, even if the user declines the cookies policy of a specific cookies category (e.g. Analytical Cookies), via the Cookies Manager (modal window).
Example:

If we need to force load google's analytics cookies which starts with the name '_ga', or '_gid', or '_gat_gtag_UA_48177123_1', we need to enter this regex _g(a|at|id)[_a-zA-Z0-9]* , in the plugin settings, under the "Force allow cookies" plugin parameter, under the "Advanced Settings" tab. One per line. Regular expressions are allowed.

Screenshot from the plugin parameters.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.