Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Gold Contributor
Gold Contributor
 
9 REPLIES 9

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Employee Emeritus
Hi Alla, are you trying to deploy Target Standard or Classic/Advance? Does your mbox.js have any client-specific customizations?

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Gold Contributor
Gold Contributor
Hi Son Hoang it's Target Standard. And no customisations.

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Employee Emeritus

Hi Alla, You should be able to follow this article: https://community.tealiumiq.com/t5/uTag/Test-and-Target-Using-Global-mbox-with-utag-sync-js/ta-p/133... Note that in the 'configure' section I'd recommend instead pasting in your entire mbox.js file. Target Standard requires synchronous code which ideally should not be used with utag.js (your standard deployment).

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Gold Contributor
Gold Contributor
Many thanks for this. If I understood correctly we'll have to use both asynchronous and synchronous codes at the same time on the pages with Target enabled. (Our business wants to use asynchronous code as default). Are there any implications and problems arising from that and how to escape them?

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Employee Emeritus
Target Standard should be ran sync only, via utag.sync.js. The rest of your tags that run via utag.js (async). If you only need Target Standard you should not have additional issues, but if you need help setting it up you should contact your account manager so we can walk you through this.

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Gold Contributor
Gold Contributor
Thanks a lot. This sounds straight forward.

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Gold Contributor
Gold Contributor
Just one little clarification. Would it be enough to add just this part of the code <script src="//tags.tiqcdn.com/utag/ee/detica/prod/utag.sync.js"></script> I am not going to use a data layer for sync tag. So, in my view second part of the code is not required here. Please correct me if I am wrong.

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Employee Emeritus
Yes, you could also put the entire mbox.js file's contents into utag.sync.js

Adobe Target - is Tealium Adobe Test&Target tag updated? Can I use it to deploy Adobe Target mbox.js or is it an old version and I have to go with generic Tealium tag?

Gold Contributor
Gold Contributor
Thanks
Public