- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
01-21-2021 08:41 AM
Hello All,
I have an extension in tealium which i was use to trigger events in adobe analytics. I want to have more control of the events without creating new dataLayer sources and mapping that source to the events variable in the Adobe Analytics tag. So i used an extension and mapped it to the adobe tag directly and called s.events from there.
However the event1 i set in the extension doesn't seem to work when i look at the variable s.events on the website
Any ideas?
Thanks
01-21-2021 09:34 AM
If you're adding the event on a link call, then you need to update s.linkTrackEvents and s.linkTrackVars as well as just updating the s.events object
s.linkTrackVars = "events"
s.linkTrackEvents = "event1";
s.events = "event1";
01-21-2021 09:42 AM
Additionally, if you've scoped that to the tag, then it probably isn't firing on custom links, but on page views, and in that case the code in the template is probably overriding your s.events.
The technique I use the most for events is to have a single data object called something like eventTrigger, assign that values based on what's happening, and then doing all the event mapping from that single data object.
01-21-2021 09:58 AM - edited 01-21-2021 09:58 AM
Copyright All Rights Reserved © 2008-2023