我有一个包含 8 个双击 AD 块的页面,有时给定的 AD 参数没有可以通过双击提供的广告,有没有办法检测是否提供了广告并防止进一步的双击 js 加载?
{% for ad in 123|make_list %}
<div id="ad_618_50_{{ad}}">
<script type="text/javascript">
document.write("<script type='text/javascript' src='http://ad-apac.doubleclick.net/Nxxx6/adj/xxx_2011/platinum;tile=1;cp={{results.doubleclick_category_id}};lp={{results.doubleclick_region_id}};kw={{results.doubleclick_category_name}};pos=box{{ad}};sz=618x50,618x110;;ord=88xxx4590xxx98461023?'><\/script>");
</script>
</div>
{% endfor %}