# TCF 1.1/2.0

{% hint style="danger" %}
**Voorlopig is deze functionaliteit nog in de experimentele fase. Elke implementatie van TCF zal niet effectief zijn**
{% endhint %}

Het [consent management platform (CMP) framework](https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework) wordt momenteel ondersteund door de Dastra-widget. Om de opt-in voor IAB-verkopers te activeren, ga je naar het gedeelte "services" van de widgetconfiguratie en activeer je het betreffende vakje.

Zodra het vakje is aangevinkt, kun je de veranderingen zien in de interface van de widget:

![](/files/uBgYWbxfX1D3NSheSmIu)

Automatisch, wanneer de IAB optin wordt uitgevoerd, wordt de cookie met de gecodeerde informatie over de toestemming van de gebruiker voor IAB-verkopers automatisch aangemaakt in de browser:

![](/files/rr7Vt28gx6tNhOC7BlxR)

{% hint style="info" %}
Deze cookie heeft een standaard levensduur van 180 dagen en heet "eupubconsent".
{% endhint %}

### De toestemmingsstring van IAB vastleggen

Wanneer de gebruiker toestemming geeft, is het mogelijk om de toestemmingsstring direct vast te leggen met de volgende event listener:

```javascript
document.addEventListener('dastra:consentstring',function(consentString){
    console.log(consentString); // BOybBVKOybbNhABABBENCoAAAAAq6AAA
});
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.dastra.eu/nl/features/gerer-le-consentement-aux-cookies/integration-technique/iab-et-cmp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
