Didomi · Arazzo Workflow
Didomi Register and Verify a Cookie
Version 1.0.0
Register a cookie set by a property and read it back to confirm registration.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
register-cookie
Register a cookie for a property and read it back by ID.
Registers a cookie set by a property, classified with a taxonomy item, and retrieves it by ID to confirm it was persisted.
1
createCookie
{$sourceDescriptions.didomiApi.url}#/paths/~1cookies/post
Register a cookie for the property. name, domain, taxonomy_id and property_id are all required by the CookieInput schema.
2
getCookie
{$sourceDescriptions.didomiApi.url}#/paths/~1cookies~1{id}/get
Read the cookie back by its ID to confirm it was registered.