- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
06-01-2018 10:58 AM
Hi Team,
As part of Consent Preferences settings, we have configured all tags under 2 categories and Only 1 tag as "Omit tags".
But when we looked at utag.js file, the 'ot' array has some other non-omitted tags also.
And because of this, these are tags are always loading even if user opt-outs the 2 categories in preferences.
Can you please suggest on
1. how to resolve this issue ?
2. how this "ot" gets set in utag.js ?
3. Do we have control to update/change it through an extension/anything?
Code in Utag.js referenced:
applyConsentState: function() {
try {
var i, lc = utag.loader.cfg,
cs = utag.gdpr.getConsentState(),
ot = {
"147": 1,
"201": 1,
"83": 1,
"239": 1,
"125": 1,
"266": 1, //This is the ONLY tag, we intentionally omitted.
"110": 1
};
...
Solved! Go to Solution.
06-01-2018 12:57 PM
Hi @ravi_thati - you're going to have to run the debugger and watch the variable to see what's happening and where. And be sure that your utag loader template is up to date for good measure.
06-01-2018 02:09 PM
06-04-2018 08:52 AM
Looking forward to hear how the debugging went @ravi_thati!
06-04-2018 09:24 AM
Can you tell me the names of the other omitted tags? I'm sure the Collect tag is one of them, but are there others?
06-04-2018 01:57 PM - last edited on 06-04-2018 06:43 PM by kathleen_jo
@dan_george, good point.
To my surprise, all those Omitted tags are "Tealium Custom Container" tags (and few of them are in disable state ). We do have other Custom Container tags, but they are not omitted, so we can't say "All" Custom containers are omitted also. Any insight on why this might be happening ?
06-05-2018 09:14 AM
@ravi_thati After some research and speaking with the lead developer, this is a bug. I have submitted through the appropriate request and we will work to prioritize. I've informed your AM so they can follow and keep you informed of when the solution is released.
06-05-2018 09:31 AM
06-29-2018 08:47 AM
@ravi_thati the fix for this issue was released last night. I have tested on my demo site that had the same issue and verified it's working as expected now.
Cheers,
-Dan
Copyright All Rights Reserved © 2008-2023