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.
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>
|
|