- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
09-13-2018 04:53 AM
Hi there,
I'm currently implementing the right way our SiteCatalyst Tag and I notice something strange. Adding events using u.addEvent seems like it's duplicating the linkTrackVars. For example if I set u.addEvent('event301'), after the tag load I can see that s.linkTrackEvents = 'event301,event301'; It does not affect the analytics because s.events = 'event301', but it seems to be an error in the implementation.
I believe that this part:
u.pushlt = function(l, v) { if (typeof l != "undefined") l.push(v) }
code that is executed later on should check if "v" is in "l" before the push. I believe this should work...
Thank you,
Alexandru Robert Comanescu
09-14-2018 09:05 AM
Hi @arcomanescu93 - the scenario you describe is interesting. What version of Adobe Analytics library are you implementing and have you used Tag Status Checker to ensure your utag.loader and all related templates are up to date?
In the past when I had mismatched and out of date templates in some profiles I also got unexpected results.
Copyright All Rights Reserved © 2008-2023