Deprecated
This page documents variables that were deprecated and that should not be used anymore.
If you are using Didomi variables for the first time, please directly refer to this page.
Deprecated vendor IDs
The Didomi Web SDK used to format vendor IDs with a prefix ( prefix:ID,
).
The prefix that were supported:
iab:
for IAB vendors.didomi:
for Didomi vendors.c:
for custom vendors.
When non-GDPR regulations were introduced in the Didomi platform, a new and simpler vendor ID format was introduced and the prefix was removed.
To remain backward compatible, the variables listed on this page are still supported and continue to use the prefixed vendor IDs. However, if your consent notices use multiple regulations, you must switch to the new variables.
Example with prefix vendor IDs:
iab:628,didomi:google,c:custom,
Example with non-prefixed vendor IDs:
tappx-jjy49eFA,google,custom,
List of deprecated variables
Vendors
Variable | Description |
---|---|
| A comma-separated list of vendors that the user has given consent to. We use the list of purposes declared for the vendor to make sure that it has consent for all of them. |
| A comma-separated list of vendors that the user has not yet given/denied consent to. |
| A comma-separated list of vendors that the user has denied consent to. |
| A comma-separated list of vendors that the user has given consent to.
This list includes the raw consent status to vendors and does not take into account the required purposes per vendor. Only use this value if you are sure of what you are doing. Most likely, |
| A comma-separated list of vendors that the user has not yet given/denied consent to.
This list includes the raw consent status and does not take into account the required purposes per vendor. Only use this value if you are sure of what you are doing. Most likely, |
| A comma-separated list of vendors that the user has denied consent to.
This list includes the raw consent status to vendors and does not take into account the required purposes per vendor. Only use this value if you are sure of what you are doing. Most likely, |
Purposes
Variable | Description |
| List of purposes that are enabled based on consent only (legitimate interest is not considered). |
| List of purposes that are disabled based on consent only (legitimate interest is not considered). |
| A comma-separated list of purposes that the user has not yet given/denied consent to. |
Last updated