Adnami can use IAS and MOAT tracking for the following formats:
- Midscroll Desktop Fullscreen HTML
- Midscroll Mobile HTML
- Topscroll Mobile HTML
- Topscroll Desktop HTML
We will add our remaining formats to this list as they are getting approved.
IAS/MOAT
Please be aware that to get tracking to work you need to add the following to the HTML tag inserted. This is just added as a separate script below the HTML tag.
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = '';
var elem = frameElement.parentNode.parentNode.parentNode.parentNode.parentNode;
elem.id = "adnm-viewable-element";
elem.appendChild(script);
Exchange the with the url of the tracking script, for instance "https://pixel.adsafeprotected.com/rjss/st/576762/52344215/skeleton.js" for the IAS tracker.
MOAT
When adding the MOAT URL it is important to add “&moatad_fd=adnm-view-element” after the script. For instance adding it like this:
"https://z.moatads.com/carlsbergglobaldcmdisplay133364772991/moatad.js#moatClientSlicer1=4508215&moatClientLevel2=25918702&moatClientLevel3=305517913&moatClientLevel1=8178066&moatClientLevel4=152178796&zMoatSSTG=1&moatad_fd=adnm-view-element".
Please contact support@adnami.io after setting up the creative and adding the script.