utag.js: extension code

Gold Contributor
Gold Contributor

Hi All, @adrian_browning,

 

Can you help me locate the preloader- and DOM-Ready-scoped extension code in utag.js?

 

I've located the relevant utag.DB outputs, but still no luck.

 

I think I've been able to identify the 'All Tags'-scoped ones here:

2017-09-27_13h31_49.png

 

Thanks,

Florian

 

6 REPLIES 6

utag.js: extension code

Gold Contributor
Gold Contributor

I think I've got this one....

2017-09-27_14h41_38.png

Preloader:

No utag method since utag may not be ready, only a try/catch statement here:

2017-09-27_13h57_14.png

DOM Ready:

2017-09-27_14h44_28.png

 

Let me know if there is anything more to it.

 

Thanks,

Florian

utag.js: extension code

Tealium Employee
@florian_perl You are correct with your second post.

Adrian
Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.

utag.js: extension code

Employee Emeritus

Great stuff @florian_perl! Thank you for posting!

Remember to give me a kudo if you like my post! Accepting my post as a solution is even better! Also remember that search is your friend.

utag.js: extension code

Bronze Contributor
Bronze Contributor
Hi Florian, I am little new to the Tealium IQ. I need your help. Where can I find the scope extensions for the code block of utag.handler.extend and utag.jdhc ?. I am not able to see. If possible can you tell me which scope extensions we will see in the code block of utag.handler.extend and utag.jdhc ?.

Thanks,
Nag

utag.js: extension code

Bronze Contributor
Bronze Contributor

Hi All, @adrian_browning ,

        Hope you are doing well,

                  I am new practioner of the Team UDH. I have couple of doubts and unable to figure it out on my own. I need your suggestion. Where can I find the scope extensions for the code block of utag.handler.extend and utag.jdhc ?. I am not able to see. If possible can you tell me which scope extensions we will see in the code block of utag.handler.extend and utag.jdhc ?. it would be great help if you can clarify the above 

 

Thanks,

Nag Alluri

 

 

utag.js: extension code

Tealium Employee

Hi @Nag_Alluri ,

utag.handler.extend Is generated by the publish engine, and added into the utag.js file when you publish from iQ (Client Side UDH).  This conatins all the extensions that are in use.
utag.jdhc - is used for the jQuery 1.7 extension to when you select either the event for show / hide.

Adrian

Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.
Public