# GDPR Compliance

Source: https://docs.ezoic.com/docs/privacy/gdpr/



## Compliance

### Privacy Policy
You must provide Ezoic with the link to your privacy policy. This can be done at [https://pubdash.ezoic.com/settings/privacy/privacypolicy](https://pubdash.ezoic.com/settings/privacy/privacypolicy). Your privacy policy must also include additional wording specific to Ezoic, the instructions for doing so and the wordings can be found at the same link.

### GDPR and Consent Management
To handle GDPR compliance, there are two options:

1. Using the free Ezoic TCF 2.3 consent management platform (Recommended)
2. Connect to an existing TCF 2.3 consent management platform

## Using the Ezoic CMP (Recommended)

1. Add the following scripts to the head of your website **before** any ad / tracking code, as covered in [the Ad Set-up steps](/docs/ezoicads/implementation/).
```html

<script data-cfasync="false" src="https://cmp.gatekeeperconsent.com/min.js"></script>
<script data-cfasync="false" src="https://the.gatekeeperconsent.com/cmp.min.js"></script>
```


__Warning:__ This code **must not be delayed**, otherwise personal information might be processed before consent is given.


### Customizing the ezoic CMP

The Ezoic CMP can be customized by visiting the [privacy section](https://pubdash.ezoic.com/settings/privacy/consentmanagement) within the ezoic dashboard.


