将 UniConsent 与 Tealium 集成,简化合规工作并增强数据隐私。轻松确保您基于 Tealium 的服务满足 GDPR、CCPA、LGPD 和欧盟 Cookie 法的要求。

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.