Integrate UniConsent with Tealium to simplify compliance and enhance data privacy. Ensure your Tealium-powered services meet GDPR, CCPA, LGPD, and EU Cookie Law requirements effortlessly.
First, log in to your UniConsent account, go to Consent Manager > My Websites, and click Manage.
Second, click Install & Setup and copy the CMP code in the black area.
First, make sure the UniConsent CMP is fully operational on your site.
Second, log in to Tealium iQ and add a generic JavaScript Code Extension to handle the integration.
Create a mapping between UniConsent CMP services and the tags in Tealium using the import tool or manually map each data processing service to its corresponding tags.
Add consent status variables from UniConsent to the Tealium data layer:
uniconsent_services_with_consent
: An array of consented services.uniconsent_consent_type
: The type of consent obtained (explicit or implicit).Set up firing conditions for each managed tag to only fire if the corresponding service name is present in uniconsent_services_with_consent
.
Configure UniConsent to send webhook callbacks whenever consent status changes, and set up Tealium AudienceStream or EventStream to process these callbacks server-side.
Use Tealium's preview mode to test tag firing based on consent status and verify the data layer values.