辛夷坞

木末芙蓉花,山中发红萼,涧户寂无人,纷纷开且落

By - 陳 瞽鱦

京东DSP广告附动态iframe用法

京东专属DSP广告平台,为京东POP商家及品牌供应商量身打造的站外精准营销产品。
京东DSP流量接入了京东的包段资源,值得注意的是京东营销VP与MediaV团队都是出自原好耶。
京东商务舱优势:
1、媒体资源好(各大门户、视频网站优质广告位),高曝光、点击量大,增加品牌影响力。
2、精准投放,通过用户在站内及站外的行为分析,多维度定位用户的兴趣偏好,将广告有选择性的投放给目标客户。
3、成本低,性价比高。

var id = 1172;
document.write("<a id='jdAdplace" + id + "' style='display:block'></a>");
var width = document.getElementById("jdAdplace" + id).scrollWidth;
var height = width * 0.25;
function jdAdOutsideShow(width, height, id) {
    var frame = document.createElement('iframe');
    frame.frameborder = '0';
    frame.style.border = '0';
    frame.width = width;
    frame.height = height;
    frame.scrolling = "no";
    frame.src = "http://x.jd.com/exsites?spread_type=2&ad_ids=" + id + ":5&location_info=0&callback=getjjsku_callback";
    var div = document.createElement('div');
    div.appendChild(frame);
    document.write(div.innerHTML);
}
jdAdOutsideShow("100%", height + "px", id);

Leave a Reply

Your email address will not be published.
*
*