- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
How can I set the link_obj.className from Link Tracking ext. to a UDO variable, then fire an event based on the value?
Solved! Go to Solution.
Hi @rdonahue ,
You will be able to store the data from link_obj into a UDO variable by using 'b' object. 'b' object is a javascript variable which holds the most recent copy of datalayer.
To learn more about the 'b' object : https://docs.tealium.com/platforms/javascript/data-layer-object/
Create a UDO variable to store your link_obj (Ex: link_obj_classname)
Create a set-data value extension, scope as before-load-rules to capture the link_obj from 'b' and store it in your UDO variable.
Once created the extension, you will be able to reference your UDO variable in your other extensions / load rules to fire the tags base on your value / set the the values.
Copyright All Rights Reserved © 2008-2023