- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
03-20-2014 10:36 AM - last edited on 02-09-2018 02:42 PM by kathleen_jo
I am trying to consolidate several cookies into utag_main. From what I understand in this article: https://community.tealiumiq.com/t5/iQ-Tag-Management/Tealium-Cookies/ta-p/138 all I have to do is name the cookie as utag_main_mycookie, and the utag.loader.sc and .rc calls should not manage the new cookie within the utag_main cookie. The existing extension code just uses the .SC and .RC calls to write and read the new cookie: var cookie_name = "utag_main_previous_page"; // some cookie var val = utag.loader.RC(cookie_name); // Get cookie //... utag.loader.SC(cookie_name, b[ds]); //Set cookie //... In the browser I see a new cookie being created with the name utag_main_previous_page, in addition to the utag_main cookie. Am I missing something? Thanks, Sriram
Solved! Go to Solution.
Copyright All Rights Reserved © 2008-2023