Configure website to disable the apps turned OFF by visitor in the GDPR compliant cookie consent dialog

How to configure my website to disable the apps turned OFF by visitor on GDPR compliant cookie consent dialog?

The implementation depends on how apps (scripts) are implemented in your website

HTML Website - General / Inline implementation

This is the common implementation where scripts are included into the website directly.

All you need to do is just wrap each script with an if condition with the app name you defined in Nifty Cookie Consent configuratoin

  • In your website source files, go to each script tags you have included in your website
  • Wrap content of the script tag with the if condition,
    if (NiftyCookieConsent.cookies()..enabled) { }
    Example for Google Analytics script,

 

Google Tag Manager

Refer Step 3 fo How to integrate with Google Tag Manager (GTM)?

 

Joomla! / WordPress Website

The Joomla! and WordPress Cookie Consent plugin will inteligently disable the apps using the keywords and / or script URLs configured for the relevant apps

  • Login into Your Account
  • Go to My Products > Manage Nifty Cookie Consent
  • Edit each app listed in Cookies used and update 'Keywords' with a uniquely identifiable word which is used within the particular app script

Note: For the apps you could not configure Keyword, the above General / Inline implementation steps needs to be followed

  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

How to activate?

How to activate Nifty Cookie Consent? Login into Your Account Go to My Products > Nifty...

How to integrate with HTML website?

How to integrate with HTML website? Step 1: Get implementation code from your Nifty Cookie...

How to integrate with Joomla! website?

Joomla! Nifty Cookie Consent Plugin Our free Joomla! plugin will automate the integration of...

Configure cookies used list for GDPR compliant cookie consent dialog

How to configure cookies used list for GDPR compliant cookie consent dialog? Step 1: Turn ON...

Activate / Configure GDPR compliant cookie consent

How to activate / configure GDPR compliant cookie consent? Step 1: Turn on GDPR consent and...