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.
It also provides its own server-side consent management solution, which let’s you configure all required purposes / permissions and comes with a configurable consent notification (popup) solution, which is version tracked and validated.
Cookie Consent
You can configure the cookie consent to be captured using this config https://docs.teavaro.com/teavaro/web-sdk#WebSDK-CookieConsent.
We can also capture the cookie consent information from a cookie if that is set as first party cookie available to our subdomain. The FunnelConnect pipeline provides regex data capture configuration capabilities to get the information required.
For example using OneTrust’s OptanonConsent
cookie:
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.
Teavaro Consent Manager
You can enable the Teavaro Consent Manager via the Web SDK see https://docs.teavaro.com/teavaro/web-sdk#WebSDK-TeavaroConsentManagement.
To configure purposes / permissions as per your requirements, please contact helpdesk@teavaro.com.
The default purposes include:
Marketing and social networks
Analytics tracking
Personal offers
If consent is granted to any of these purposes, the Info Ident Track calls are fired. If consent is not granted at all, no calls are fired except the consent update call.
The consent manager notification comes by default with the following template. This can be customised as needed.

Customise Preferences
