mraid / webtester

MRAID Web-based Ad Creative Testing Tool
http://webtester.mraid.org
BSD 2-Clause "Simplified" License
78 stars 39 forks source link

MRAID WebTester: A Certified MRAID v2 Container

MRAID WebTester is a community-driven tool to run MRAID ad units in a web environment. This provides a way to confirm that you are using the MRAID design specification correctly even if you don't have an SDK or app. It passes the compliance ad test provided by the IAB.

!! This project is currently unattended and is not scheduled for updates !!

Using the tool

!! The online tool at http://webtester.mraid.org/ is no longer maintained. Users wishing to run the webtester should do so locally. !!

=== PREPARE: One the first screen, provide the properties for your test environment

=== FLIGHT: On the second screen, provide the ad tag

=== TEST: The last screen allows you to see the MRAID interactions in your ad unit

=== You can then use web developer tools to see additional console logging on the pop-up container.

Integrating with the Online WebTester

The online web tester provides one integration point: the querystring variable "adtag". Use this as a key-value pair for injecting your HTML into the Flight tab. For example, to inject an HTML tag like this <h1>hello world</h1> into the web tester when you start it, add an adtag query string with URL encoding like this:

http://webtester.mraid.org/index.html?adtag=%3Ch1%3Ehello%20world%3C%2Fh1%3E

MRAID compliance ads

The MRAID Version 2 API requires that any certified container must run the compliance ads developed by the IAB. These ad units are included in this project for your convenience.

Reporting a bug

To report a bug simply create a new GitHub Issue and describe your problem or suggestion. However, you may want to join the MRAID WebTester forum to get some input from the coders supporting this project. https://groups.google.com/forum/#!forum/mraid-web-tester

License

The MRAID WebTester is distributed under the BSD License.

Thank you!

We really appreciate all kind of feedback and contributions. Thanks for using and supporting MRAID WebTester!