IAB frameworks
Transparency and Consent Framework
Didomi is a registered CMP (ID 7) with the IAB Europe. We fully support the CMP API and your vendors will automatically use the __tcfapi
function that we expose to collect user consent.
For this integration to behave properly, make sure that you include the IAB CMP stub at the top of your page:
This stub is automatically added to your Embed code available in the Didomi Console.
For the stub to behave properly, it should be added at the top of the <head>
section, before any other script. Improperly placing the stub on your pages will reduce the effective consent rate seen by your IAB vendors and can impact your ad revenue negatively.
Read more in the IAB documentation
Global Privacy Platform (GPP)
The Global Privacy Platform (GPP) string encapsulates user privacy preferences across multiple jurisdictions and frameworks. To learn more about Didomi's GPP integration read our help center documentation.
By decoding the GPP string, you will have access to detailed information about user preferences across regulations, including:
Applicable strings (e.g. TCF, USCA, USNAT, etc.)
User's preferences related to the applicable data processing per regulation.
Similar to the TCF framework, ensure that the GPP stub is included at the top of your webpage. This stub is automatically added to your Embed code available in the Didomi Console.
Fetching GPP string
Using IAB's __gpp function.
You can also retrieve the GPP string directly through the Didomi SDK using the following method:
Here is an example of GPP string: DBABBg~BqoIAAKU.QA
Decoding GPP string
Last updated