Serving Atlas Rich Media Ads to an Iframe
 
 


+ Become a Certified Publisher
+ Publisher Instructions
+ Serving Ads to an Iframe
+ Publisher FAQs
+ Learn More

 


Atlas Rich Media tags are javascript or Iframe tags.

Javascript Tags

If you have received javascript tags, and need to serve TopLayer ads through an iframe, please follow these steps:

1.

A static HTML file, or "publisher-side file," must be hosted on the publisher's site. This file should reside in the same domain as the placement calling the Atlas Rich Media tag.

Download the iframes publisher-side file here (right-click, Save Target As...)

 

2.

Once the publisher-side file is in place, add its url to the Atlas Rich Media tag as the "buster_url" parameter.

For example, a typical, javascript Atlas Rich Media tag looks like this:

  <script language="JavaScript" type="text/javascript" src="http://view.atdmt.com/ADO/jview/thbmbpbt0030000101ado/direct;
vt.1/01?buster_url=&pub_view_url=&pub_click_url=">
</script>

To serve this tag to an iframe, enter the url of the publisher-side file after "buster_url":

  <script language="JavaScript" type="text/javascript" src="http://view.atdmt.com/ADO/jview/thbmbpbt0030000101ado/direct;
vt.1/01?buster_url=http://www.domain.com/atlas_rm.htm
&pub_view_url=&pub_click_url=">
</script>

Although it is recommended that an absolute url be used, a relative path can be used when necessary.

Iframe Tags

If you have received iframe tags, please follow the above instructions, uploading a publisher-side file into place, and adding its url to the Atlas Rich Media tag as the "buster_url" parameter.

For example, a typical, iframe Atlas Rich Media tag looks like this:

  <iframe src="http://view.atdmt.com/ADO/iview/thbmbpbt0030000101ado/direct;vt.1/01?buster_url=&pub_view_url=&pub_click_url=" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" width="250" height="250">
<script language="JavaScript" type="text/javascript">
document.write('<a href="http://clk.atdmt.com/ADO/go/ thbmbpbt0030000101ado/direct/01/" target="_blank"><img src="http://view.atdmt.com/ADO/view/ thbmbpbt0030000101ado/direct/01/"/></a>');
</script>
<noscript>
<a href="http://clk.atdmt.com/ADO/go/ thbmbpbt0030000101ado /direct/01/" target="_blank">
<img border="0" src="http://view.atdmt.com/ADO/view/ thbmbpbt0030000101ado/direct/01/" />
</a>
</noscript>
</iframe>

Enter the url of the publisher-side file after "buster_url":

  <iframe src="http://view.atdmt.com/ADO/iview/thbmbpbt0030000101ado/direct;vt.1/01?buster_url="http://www.domain.com"&pub_view_url=&pub_click_url=" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" width="250" height="250">
<script language="JavaScript" type="text/javascript">
document.write('<a href="http://clk.atdmt.com/ADO/go/ thbmbpbt0030000101ado/direct/01/" target="_blank"><img src="http://view.atdmt.com/ADO/view/ thbmbpbt0030000101ado/direct/01/"/></a>');
</script>
<noscript>
<a href="http://clk.atdmt.com/ADO/go/ thbmbpbt0030000101ado /direct/01/" target="_blank">
<img border="0" src="http://view.atdmt.com/ADO/view/ thbmbpbt0030000101ado/direct/01/" />
</a>
</noscript>
</iframe>

 

 

® 2005 aQuantive, Inc. All rights reserved.