- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Please let me know how I can audit tealium UDO calls on Firefox. Like having google chrome extenssion of tealium.
10-23-2017 03:00 PM - last edited on 10-25-2017 07:05 AM by kathleen_jo
Hey @RahulChakole!
There are a few things you can do to test Tealium in FireFox. The good news is that IQ uses javascript and everything is available in the Developer tools, no matter what browser you use.
1) Audit the Data Layer - In the Console under Developer Tools, you can type 'utag.data' and instantly see what is being added to the data layer at any time. Keep in mind that if you are doing a lot of utag.link() calls, that data may not show up there. That data is in the 'b' object instead of the utag.data object. There is a ton of information about the b object in the documentation section of this site.
2) Audience Stream - Both utag.data[] and b[] object data gets set to AudienceStream. If you have AudienceStream as part of your contract AND have the Tealium Collect tag setup you can see what data is collected by looking under the Network tab of the Developer tools. Search for 'i.gif' and look at the Params tab to see all the data that is being collected.
3) If you don't have Audience Stream, I have personally setup a Custom Contaner tag in IQ to print out the b[] object into the browsers console. This works for any browser and simplifies everything a ton. Here is the code I use.
USE AT YOUR OWN RISK!
for (var k in b){if (typeof b[k] !== 'function') {console.log(k + " : " + b[k]);}}
Good Luck.
Let us know if this helps.
We are looking at migrating the Tealium Tools to Firefox now that Firefox supports the same types of extensions.
In the meantime, you can use this browser tool to look at the data:
https://community.tealiumiq.com/t5/iQ-Tag-Management/Tealium-Tools-Universal-Tag-Debugger/ta-p/15179
Adrian
Great news! The Tealium Tools extension is now available for both the Chrome and Firefox browsers. Learn More.
Has the Tealium Tool Firefox Extension been removed? The Tealium page with link to the Firefox extension gives a 404 and I can't find it in a search on Firefox. Any plans to bring this back? @Tony_Taliaferro
This appears to be a bug and I have filed a ticket for resolution. I will post the resolution as soon as it is available. Have you used the Tealium Tools extension on Firebox before, or is this the first time? Are you able to load from Chrome until resolved?
@Tony_Taliaferro sorry for late response. Just saw this now. We cross-browser test quite a bit so we use both the Firefox and Chrome extensions to help us switch profiles.
Copyright All Rights Reserved © 2008-2023