Testing of tags implemented in a library

Silver Contributor
Silver Contributor

Hi all,

 

My company's setup is that there is a few profiles (A, B, C) and 2 libraries (Lib 1 and Lib 2).

 

I am supposed to do all my tag implementations in Lib A and myrights only allow me to publish to A and Lib 1for Dev and QA.

 

Is there anyway to test Lib 1 using web companion by changing the profile and version it is pointing to?

 

Or do I've to publish Lib 1, then publish A before testing A using the Web Companion?

 

 

Thanks.

 

 

3 REPLIES 3

Testing of tags implemented in a library

Tealium Employee

Hi

The way to understand libraries is that they are written into the profile's published contents at publish time.  There is no reference to the fact that the contents came from a library apart from in Tealium iQ.

 

As such, you can't switch to a library using the Web Companion.

 

So you are right when you say that "I've to publish Lib 1, then publish A before testing A using the Web Companion?"

 

Mark

Testing of tags implemented in a library

Tealium Employee

@CP

 

If you have access to a tool like Charles Proxy (link) then you can redirect the utag.js file on the page to the library version and test the tags that way.

 

Adrian

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

Testing of tags implemented in a library

Silver Contributor
Silver Contributor

Thanks @mark_reddin and @adrian_browning =D

Public