The Maxymiser tag that I was given to implement does not match what Tealium expects. Can I overwrite the Maxymiser tag template?

Bronze Contributor
Bronze Contributor
I was given this to implement on each page for our Maxymiser integration: This doesn't match what the Tealium system wants me to enter. Can I overwrite the complicated js in the template with this single line of code?
4 REPLIES 4

The Maxymiser tag that I was given to implement does not match what Tealium expects. Can I overwrite the Maxymiser tag template?

Employee Emeritus
Hey Ben, Can you attach a snippet / implementation guide or re-add the code you were given to implement? Then we can advise how to set this up. Thanks

The Maxymiser tag that I was given to implement does not match what Tealium expects. Can I overwrite the Maxymiser tag template?

Bronze Contributor
Bronze Contributor
Sorry, thought I pasted the code into the question. I assume the script tags meant it got removed. The code is this: script type="text/javascript" src="//service.maxymiser.net/cdn/avis/js/mmcore.js" /script

The Maxymiser tag that I was given to implement does not match what Tealium expects. Can I overwrite the Maxymiser tag template?

Employee Emeritus
If you use the "synchronous" utag.js implementation on your page, you can use the Maxymiser implementation described here: https://connect.maxymiser.com/560_The_OneTouch_Network_and_Tag_Management_Solutions/TMS_Bootstrap_In... Instead of running Maxymiser as a "tag", place the single line of code from Maxymiser in a Preloader scope Javascript Extension. Remember, you must have the utag.js coded in the "synchronous" format (seen in Code Center) in order to use document.write. Tealium does not recommend using synchronous scrips or document.write calls (as a best practice.) However, Maxymiser has a strong preference to be synchronous.

The Maxymiser tag that I was given to implement does not match what Tealium expects. Can I overwrite the Maxymiser tag template?

Employee Emeritus
We now recommend using utag.sync.js for tags that must be synchronous. And keep utag.js implementation "async."
Public