Q: How Do I Test A Live Tag?
A: Live Addroid Javascript or MRAID tags can be tested by simply copying the tag from the placement page into a simple HTML file, then dragging the file into your browser.
Copy and paste the code below into a blank text document using a text editor (i.e. Text Wrangler), paste your Addroid tag between the comments, save as "test.html", then drag into a browser window
----Copy below----
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ad Tester</title>
<meta name="description" content="AdTester">
<meta name="author" content="test">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Paste Addroid Tag Below -->
<!-- Paste Addroid Above -->
</body>
</html>
----Copy above----
Addroid iFrame tags must be rendered through an ad server to preview correctly. Copy/paste the Addroid iFrame tag into a new creative in your ad server, then preview from your ad server console.