Skip to main content
Skip table of contents

Consent Management

Teavaro supports any cookie Consent Management Platform (CMP) and can capture the consent, which it stores as part of the user’s profile.

See Web SDK | Consent-Manager-Integration configuration.

Teavaro also provides its own server-side consent management solution, which let’s you configure required purposes / permissions and comes with a configurable consent notification (popup), which is version tracked and validated. For example if consent terms and conditions change and the notification needs to be disclosed, re-consenting can be enabled if the currently consented version is outdated.

Cookie Consent via 3rd Party CMP

You can configure the cookie consent to be captured using this config Web SDK | Cookie Consent.

For example using OneTrust’s OptanonConsent cookie:

CODE
isGpcEnabled=0&datestamp=Mon+Feb+24+2025+11%3A53%3A18+GMT%2B0000+(Greenwich+Mean+Time)&version=202501.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=f5e5e436-ddf4-44dc-8e65-9fc262013ff1&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=1%3A1%2C2%3A1%2C3%3A1%2C4%3A1&intType=1&geolocation=GB%3BENG&AwaitingReconsent=false;

We extract the required information from groups=1%3A1%2C2%3A1%2C3%3A1%2C4%3A1 (decoded: 1:1,2:1,3:1,4:1), which is then mapped to our consent rules.

The cookie consent information can be stored in the user profile and the events data, and used for consent compliance checks before capturing, processing, inlining, or activating data.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.