我正在使用双击广告服务器来管理我网站上的广告。我正在使用 DART IFrame 标记来更快地呈现网站以及其他目的。
我想使用 IFrame 标签实现富媒体。我遵循了 DFP 教程(https://support.google.com/richmedia/answer/117857)但仍然没有好的结果。
我需要一步一步的教程来做到这一点。
我正在使用以下标签:
<script type="text/javascript">
var ord = window.ord || Math.floor(Math.random() * 1e16);
document.write('<iframe src="http://ad.doubleclick.net/N7229/adi/new;sz=728x90;ord=' + ord + '?" width="728" height="90" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>');
</script>
<noscript>
<a href="http://ad.doubleclick.net/N7229/jump/new;sz=728x90;ord=[timestamp]?">
<img src="http://ad.doubleclick.net/N7229/ad/new;sz=728x90;ord=[timestamp]?" width="728" height="90" />
</a>
</noscript>