ライブストリームを視聴しているサイトには、10分ごとにOpenXを通じて広告バナーを更新しようとしています。広告配信のリフレッシュレート
$('#ad_tag_top_left').html($('#ad_tag_top_left').html());
これは仕事をしていない...私は誰もこれを前にやっているのか何か提案があるのだろうかと思っています。私は
<!--//<![CDATA[
document.MAX_ct0 ='INSERT_CLICKURL_HERE';
var m3_u = (location.protocol=='https:'?'https://www.gamer-source.com/ad-server/www/delivery/ajs.php':'http://www.gamer-source.com/ad-server/www/delivery/ajs.php');
var m3_r = Math.floor(Math.random()*99999999999);
if (!document.MAX_used)
document.MAX_used = ',';
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
document.write ("?zoneid=62");
document.write ('&cb=' + m3_r);
if (document.MAX_used != ',')
document.write ("&exclude=" + document.MAX_used);
document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : ''));
document.write ("&loc=" + escape(window.location));
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
if (document.context)
document.write ("&context=" + escape(document.context));
if ((typeof(document.MAX_ct0) != 'undefined') && (document.MAX_ct0.substring(0,4) == 'http')) {
document.write ("&ct0=" + escape(document.MAX_ct0));
}
if (document.mmm_fo)
document.write ("&mmm_fo=1");
document.write ("'><\/scr"+"ipt>");
//]]>-->
コメントは、HTMLのコメントタグ内だにもかかわらず実行するからそれを止めることでした...
$('#ad_tag_top_left').html()
が実際に次のコードを返さないことを確認しましたか?