Script banners that uses document.write
javascript function doesn’t work anymore with AdAdmin positions since version v.3.85 (03/11/2020).
This happens because the document.write
command slows down the page loading process so it’s a deprecated command and has been removed from AdAdmin and no-longer used.
If you still use scripted banners with document.write
you must sobstitute the position script with the previous version, which is simpler and still working:
<script loading="lazy" src="https://yoururl.com/amb/ser.php?f=XXX"></script>
(replace yoururl.com
with your domain and XXX
with the correct number of your Position)
This should make your old scripts still working on AdAdmin versions >= 3.85.
There is a side effect: the Frequency cap feature will not work anymore.
