How to ensure GDPR compliance

How to ensure GDPR compliance

Compliance with the General Data Protection Regulation (GDPR) is important for anybody who handles the data of EU citizens. Here, we'll outline how to use consent management tools to make sure your websites comply with GDPR (CMPs).


Installing and configuring one of the consent management platforms (CMP) on your website is the first step (s).

The goal of CMP is to obtain, store, and transmit visitor consents to an ad server.

Any CMPs that comply with the IAB Transparency and Consent Framework's technical requirements may be used (TCF v2).

You may use Cookiebot.

You must include CMP platform JS code to your website's HEAD section to install it.

In the CMP panel, you must acquire your own script. This script is only an illustration of how a Cookiebot script may seem.

<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="xxx" data-framework="IAB" type="text/javascript" async></script>


You may also need to install this script to the HEAD section if the CMP platform does not come with an IAB stub by default (see the CMP platform documentation for details).


On the page, the stub script should run before any of our scripts.

Visitors will then see a permission dialogue like this.


Typically, the CMP platform provides for virtually complete look customization.

The ad server will request permission from CMP and modify its behaviour as a result.


 


    • Related Articles

    • GDPR

      The GDPR section configures settings related to EU General Data Protection Regulation. In this section, the users can: - Enable/disable cookie notice for EU users: This is crucial for compliance with EU privacy laws. Consider implementing a ...
    • Log in into OTT Stream

      To log into Stream OTT account, use your email address and password: The login form should be easily accessible from the homepage. It is situated in the upper right side of the website. Alternatively you can visit Login - OTT Stream Enter credentials ...
    • General Settings

      The general settings of the platform are configured here: Settings - OTT Stream Follow these steps to facilitate the process: • Set primary platform URL (domain): This is the main address users will use to access your platform. Ensure you have proper ...
    • Queue Settings

      The Queue Settings select active queue method and enter related 3rd party API keys. This includes seting up task queue method (Sync, Beanstalkd, Database, SQS, Redis): Queue systems help manage time-consuming tasks and ensure smooth user experience. ...
    • Custom Code

      To add custom code, follow this link: Custom code The section of the platform has 2 areas: • Custom CSS: This allows for fine-tuned control over your platform's appearance. Ensure custom CSS doesn't break responsive layouts or accessibility features. ...