- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
04-18-2016 12:31 PM
Is there a way to access the link_obj passed with the link tracking extension? I noticed it is not one of the available ouputs in Tealium, and yet and utag.link event sent link_obj when a link is clicked.
Solved! Go to Solution.
04-19-2016 07:03 AM
You can indeed. All you need to do is add the variables into the the Data Sources tab. Here is a CSV list you can use to add them. I will raise a request to allow these to be added via a bundle.
"link_obj", "UDO Variable" "link_text", "UDO Variable" "link_url", "UDO Variable" "link_type", "UDO Variable" "event_name", "UDO Variable"
At this point, you can access them via the use of the "b" object in extensions.
Adrian
04-19-2016 01:31 PM
Just to add to my previous comment. Once these data points have been defined you will be able to use them.
b.link_text b.link_url
etc.
However as the link_obj is an HTML element, if you want to get anything from that you will need to reference it like:
b.link_obj.host
Adrian
04-26-2016 01:22 PM
Sorry I took so long to answer! Thanks for this second post, that solves the question I had!
Copyright All Rights Reserved © 2008-2023