Arnav M.
Arnav M.

Reputation: 2609

How to implement mraid.js MRAID 3.0 in android?

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?

Upvotes: 0

Views: 1401

Answers (1)

Oleg Kuralenko
Oleg Kuralenko

Reputation: 11553

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.

Upvotes: 0

Related Questions