• home > OMD > SEO >

    百度广告联盟广告异步加载与代码位优化—自适应如何设置

    Author:[email protected] Date:

    百度广告,插入的代码,尼玛,需要插入哪里,就加载哪里,然后我用js手工插入,复制的代码为,坑爹,全部加载在底部,有图有真相如此。无法异步,阻塞页码,怎么能受得了呢!

    百度广告,插入的代码,尼玛,需要插入哪里,就加载哪里,然后我用js手工插入,复制的代码为,坑爹,全部加载在底部,有图有真相如此


    百度广告联盟界面

        /*高度60 移动自适应 创建于 1/3/2017*/
        var cpro_id = "u2864950";

    而且移动关高和pc关高,js加载不一样!我网站是自适应的!pc pad mobile 都是用的时一套代码。但是,先是用js试了一遍,不行,只有在代码处插入代码才有效,我用php检测客户端,插入移动的或者客户端,但是,我内容页码想生成,静态页码!

    关键的关键我想异步加载 ,但是,坑爹的百度,并不能。

    搞了大半天,然后百度下,彩发现,百度自带异步加载功能个。但是,尼玛,你也得给个提示啊,坑爹的百度!!


    度统计代码-->    var last = document.getElementById('lasts');
        (function () {
            //百度广告
            if (isMobile) {
                //限制高度300 移动
                BAIDU_CLB_fillSlotAsync('u2864935','RightTop');
                BAIDU_CLB_fillSlotAsync('u2856155','RightBottom');
                BAIDU_CLB_fillSlotAsync('u2864950','LeftBottom60');
                BAIDU_CLB_fillSlotAsync('u2501784','leftBottom');
    
    
            }else {
                //300*300 创建于 1/3/2017
                BAIDU_CLB_fillSlotAsync('u2864931','RightTop');
                //300*310 创建于 2016-01-20
                BAIDU_CLB_fillSlotAsync('u2500157','RightBottom');
                BAIDU_CLB_fillSlotAsync('u2501754','leftBottom60');
                BAIDU_CLB_fillSlotAsync('u2862737','leftBottom');
            }
    
            //站内搜索
            document.write(unescape('%3Cdiv id="bdcs"%3E%3C/div%3E'));
    
    
            var bdcs = document.createElement('script');
            bdcs.type = 'text/javascript';
            bdcs.async = true;
            bdcs.src = 'http://znsv.baidu.com/customer_search/api/js?sid=1004174691343927075' + '&plate_url=' + encodeURIComponent(window.location.href) + '&t=' + Math.ceil(new Date() / 3600000);
            last.appendChild(bdcs);
        })();

    转载本站文章《百度广告联盟广告异步加载与代码位优化—自适应如何设置》,
    请注明出处:https://www.zhoulujun.cn/html/Operation/seo/2017_0104_7932.html