I am thinking about sending an HTML/Javascript instead of image (creative) in an MRAID compatible Ad. Would the webview container display this correctly at the SDK/app end?
Asked
Active
Viewed 300 times
1 Answers
1
MRAID containers support JavaScript and HTML, and it is possible to traffic rich-media ads to them. Certain activities, like changing the size of the container, opening links, playing video, etc., can only be accomplished by using MRAID methods and events (called via JavaScript). The specification is available here:
You can test your code at the MRAID webtester: http://webtester.mraid.org/

fgshepard
- 249
- 3
- 15
-
Do you know if it is common practice to use jQuery or JQLite in MRAID ads? – user12121234 Dec 29 '14 at 19:28
-
1It's not uncommon at all, although it's best to try to minimize the weight of your ads and, more importantly, the number of network requests your ad makes. – fgshepard Dec 29 '14 at 22:52