- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
04-09-2018 07:28 AM
04-10-2018 12:00 AM
04-10-2018 01:35 AM
@amarkic You can use this Tealium Tools custom tool to export all attributes and their IDs.
04-12-2018 03:56 AM - edited 04-12-2018 04:42 AM
test = gApp.inMemoryModels.quantifierCollection.models test.forEach(function(element) { var id = element.attributes.id; var match = element.attributes.name; $('.context-md.title.text-truncate').filter(function() { if($(this).text() == match ) { this.prepend(" ("+id+") "); } }) })
try this in your console? it's a little messy but i have got it to work on mine.
Just navigate to the Attributes section and run that script
@amarkic
Copyright All Rights Reserved © 2008-2023