- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
I need to change the cookie name for "CONSENTMGR" to a different name. Can you send me the steps to follow.
01-17-2020 06:01 AM
Hi @Chathurana
So this can only be done if you are using v2 of the Consent Manager.
If you make sure you are using the latest version of the cmGeneral template (v2.1.0) and make sure you see this line.
cookieNS: window.utag_cfg_ovrd && window.utag_cfg_ovrd.cmcookiens || "CONSENTMGR",
You can then either change the name of the cookie here, or in a pre-loader extension.
window.utag_cfg_ovrd = window.utag_cfg_ovrd || {};
window.utag_cfg_ovrd.cmcookiens = "<insert name here>";
Adrian
Copyright All Rights Reserved © 2008-2023