0

Is there any standard mraid.js file required to implement MRAID compliant ads in android or do i need to implement my own mraid.js from reading the MRAID 3.0 specification?

Arnav M.
  • 2,590
  • 1
  • 27
  • 44

1 Answers1

0

AFAIK there's none.

Notice MRAID implementation is not only mraid.js - mraid.js is just a javascript bridge between HTML5 ads and SDK Native code. So even if there were, it wouldn't mean you can just borrow it and plug into your SDK as is - you'll still have to implement the code on your SDK's side.

To see real-world implementations you might check out any open-source SDK i.e. Appnexus Android SDK that does support MRAID - not sure about MRAID3 though but I've seen MRAID2 support there.

Oleg Kuralenko
  • 11,003
  • 1
  • 30
  • 40