最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

google廣告之另類js調(diào)用實(shí)現(xiàn)代碼

 更新時(shí)間:2020年08月22日 23:37:06   投稿:mdxy-dxy  
這篇文章主要介紹了google廣告之另類js調(diào)用實(shí)現(xiàn)代碼,需要的朋友可以參考下

今天發(fā)現(xiàn)一個(gè)google廣告的另類調(diào)用方法

function addGoogel (content, obj) {
 addScript('//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js', function () {
  var ins = document.createElement('ins')
  ins.setAttribute('class', 'adsbygoogle')
  ins.setAttribute('data-ad-client', 'ca-pub-******')
  ins.setAttribute('style', obj.style)
  ins.setAttribute('data-ad-slot', obj.slot)
  content.appendChild(ins)
  var inlineScript = document.createElement('script')
  inlineScript.type = 'text/javascript'
  inlineScript.text = '(adsbygoogle = window.adsbygoogle || []).push({});'
  document.getElementsByTagName('body')[0].appendChild(inlineScript)
 })
}

調(diào)用方法

window.onload = function () {
 var line = document.getElementById('ad_line'), // 橫幅
  area = document.getElementById('ad_area')// 矩陣
 if (!isYd()) { // 不為移動(dòng)端

  if (line) { //橫幅
   addGoogel(line, {
    style: 'display:inline-block;width:1100px;height:160px',
    slot: '6183651273'
   })
 }
  if (area) { //矩形
   addGoogel(area, {
    style: 'display:inline-block;width:250px;height:250px',
    slot: '1995310048'
   })
  }
 }
}

到此這篇關(guān)于google廣告之另類js調(diào)用實(shí)現(xiàn)代碼的文章就介紹到這了,更多相關(guān)js google廣告內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

相關(guān)文章

最新評(píng)論

梧州市| 嘉善县| 普洱| 凉城县| 博罗县| 揭西县| 辰溪县| 阿拉善盟| 含山县| 咸丰县| 昭平县| 大埔县| 玉屏| 永州市| 尼勒克县| 黔西| 兴隆县| 娄烦县| 天等县| 班玛县| 广丰县| 永济市| 米林县| 鄢陵县| 湖口县| 西藏| 襄城县| 连州市| 青川县| 资阳市| 遂溪县| 大英县| 深州市| 垦利县| 高唐县| 荔浦县| 澎湖县| 出国| 文山县| 隆安县| 新巴尔虎左旗|