MRAID file reference

The IAB MRAID specification http://www.iab.net/media/file/IAB_MRAID_VersionOne_final.pdf Says that a reference to an mraid.js file should be the first line within an MRAID compliant ad

MRAID script reference
The MRAID comment follows HTML Javascript syntax so that both fully formed web pages and HTML fragments can be identified as MRAID ads.

<script src="mraid.js"></script>

Which is ok. But I am being convinced by some CTO that it is OK for the mraid.js to not exist. Surely it must exist and contain some function call for confirmation of the existence of the MRAID function requests or initialise the MRAID namespace.

Leave a Comment