mraid

Test Mraid on Device

纵然是瞬间 提交于 2021-01-20 09:22:27
问题 I want to test Mraid (http://www.iab.net/mraid) on mobile application, but I can't find a good solution. in this link : https://github.com/mikerowehl/mraid-testing He describes about device testing but it is for 3 years ago and doesn't work now. i want to use my own server to push mraid ad to my application for testing like this now. How can I have a testing application? How should I do in server? 回答1: As you already know Mraid compatible Ads contain HTML+ Javascript(And javascript uses Mraid

Test Mraid on Device

倾然丶 夕夏残阳落幕 提交于 2021-01-20 09:21:41
问题 I want to test Mraid (http://www.iab.net/mraid) on mobile application, but I can't find a good solution. in this link : https://github.com/mikerowehl/mraid-testing He describes about device testing but it is for 3 years ago and doesn't work now. i want to use my own server to push mraid ad to my application for testing like this now. How can I have a testing application? How should I do in server? 回答1: As you already know Mraid compatible Ads contain HTML+ Javascript(And javascript uses Mraid

mraid undefined

淺唱寂寞╮ 提交于 2019-12-11 01:30:19
问题 I've been trying to create an mraid compliant ad, but haven't gotten very far. According to the official documentation, which can be found at this link, the addition of a simple <script src='mraid.js'></script> should be sufficient. This, however, doesn't seem to be the case. I copied the following example code to test the existence of the mraid object, but it just stays undefined. The precise FireBug error is: ReferenceError: mraid is not defined I'm trying to execute the following (very