TrustArc Implementation Guide
This guide provides detailed instructions on integrating TrustArc with Ours Privacy, ensuring seamless consent management and compliance with both state-level and country-level privacy requirements.
TrustArc Implementation Guide
Integrating TrustArc with Ours Privacy streamlines your consent management process by combining robust privacy compliance features with flexible data mapping. TrustArc is a leading consent management provider that supports both state-level and country-level privacy requirements, ensuring that your implementation meets diverse regional standards. This guide outlines the steps to integrate TrustArc with Ours Privacy for seamless consent handling.
Integration Overview
Before integrating Ours Privacy, ensure that your TrustArc Consent Management Platform (CMP) is fully configured and loaded. This guarantees that Ours Privacy can access the correct user consent status immediately upon initialization. Integration can be achieved through:
- Google Tag Manager (GTM): Configure TrustArc settings during the installation process.
- Web SDK: Set up TrustArc within the initialization call.
Important: Always load TrustArc before Ours Privacy. Failing to do so may result in missing consent information or conflicts from multiple initializations on the same page.
Additionally, within the mappers, you can determine which consent category the user has approved. This functionality enables you to selectively route data to various destinations—or withhold it entirely—depending on the level of consent granted.
TrustArc-Specific Configuration
When integrating TrustArc with Ours Privacy, make sure the following settings are properly configured:
TrustArc as the Consent Vendor
Specify TrustArc as your consent management provider. This configuration enables Ours Privacy to load TrustArc-specific logic and callbacks, ensuring that the system adheres to both state and country-level compliance requirements.
Enabling Consent Management
Activate consent management in your configuration so that Ours Privacy monitors TrustArc’s consent signals. With this enabled, the system adjusts data collection processes dynamically based on the user’s consent status.
Defining the Consent Strategy
Determine the strategy for when consent is considered granted to Ours Privacy. The available options include:
- Always: Consent is assumed granted regardless of the user’s explicit settings, which is useful for testing or scenarios requiring mandatory data collection.
- Any: Consent is granted as soon as any of the consent categories is approved, suitable for general consent requirements.
- Specific Category: Consent is granted only if a particular category (for example, marketing) is explicitly approved. When using this option, you must specify the required category.
Mapping Consent Categories
Leverage the mapper functionality to access the specific consent category that the user has approved. This mapping is critical for:
- Routing data to appropriate destinations based on consent levels.
- Preventing data dispatch where the required consent has not been granted.
Best Practices for TrustArc Integration
- Load Order: Always load TrustArc before initializing Ours Privacy to ensure that the consent status is available immediately.
- Single Initialization: Avoid initializing the SDK multiple times on the same page to prevent conflicts.
- Tailored Consent Strategy: Choose the consent strategy that best fits your compliance and tracking needs. For example, use the “specific category” option when strict control over particular data types is required.
Updated 7 days ago