@walkeros/web-source-cmp-cookiepro
v4.2.0
Published
CookiePro/OneTrust consent management source for walkerOS
Maintainers
Readme
@walkeros/web-source-cmp-cookiepro
Integrates CookiePro/OneTrust consent management with walkerOS by mapping CookiePro category IDs to walkerOS consent groups.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/web-source-cmp-cookieproQuick start
import { startFlow } from '@walkeros/collector';
import { sourceCookiePro } from '@walkeros/web-source-cmp-cookiepro';
await startFlow({
sources: {
consent: {
code: sourceCookiePro,
},
},
});Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/sources/web/cmps/cookiepro
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
