Didomi · Arazzo Workflow
Didomi Classify a Vendor and Register a Cookie
Version 1.0.0
Create a vendor taxonomy item, register a cookie classified with it, and read the cookie back.
View Spec
View on GitHub
AdvertisingAdTechCCPACMPConsentConsent ManagementDSARData PrivacyGDPRIAB TCFMarTechPreference ManagementPrivacyPrivacy RequestsRegulatory ComplianceArazzoWorkflows
Provider
Workflows
classify-and-register-cookie
Create a vendor taxonomy item, register a cookie classified with it, and read the cookie back.
Creates a vendor taxonomy item, registers a cookie on a property using the new taxonomy item as its classification, and retrieves the cookie by ID to confirm it was persisted.
1
createTaxonomyItem
{$sourceDescriptions.didomiApi.url}#/paths/~1taxonomies~1vendors/post
Create a vendor taxonomy item. id and name are both required by the TaxonomyVendorInput schema.
2
registerCookie
{$sourceDescriptions.didomiApi.url}#/paths/~1cookies/post
Register a cookie on the property, classifying it with the taxonomy item created above. name, domain, taxonomy_id and property_id are required by the CookieInput schema.
3
getCookie
{$sourceDescriptions.didomiApi.url}#/paths/~1cookies~1{id}/get
Read the cookie back by its ID to confirm it was registered with the new classification.