How to implement mraid.js MRAID 3.0 in android?

1.1k views Asked by At

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?

1

There are 1 answers

0
Oleg Kuralenko On

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.