Test&Target tag - how to load old mbox.js?

Silver Contributor
Silver Contributor
Hi all, is it possible to load through Tealium's Test&Target tag the old "mbox.js" (the one bundled with Adobe Test&Target, not Adobe Target)? The new mbox.js included with Adobe Target fires a new mbox called "target-global-mbox" that adds a new server call. We do not want the "target-global-mbox" mbox to fire on every page view, is it possible? Maybe modifying the template? Thanks in advance Luca
1 REPLY 1

Test&Target tag - how to load old mbox.js?

Employee Emeritus
Hi Luca, Thanks for highlighting this issue. This is a bug in our current version of the Test & Target "Async" template. We expect an updated template will be released next week that resolves this issue. You are correct that you can modify the template for the fix. The following lines need to be removed from the current template. (function(){if(typeof mboxVersion!="undefined"&&mboxVersion<47){var b=mboxVizTargetUrl("target-global-mbox");if(b){var a='<script src="'+b+'"><\/script>';document.write(a)}}})(); //New code Finish TNT.createGlobalMbox();
Public