概览
确保安全地请求广告代码库脚本。这不仅 为用户提供了更好的安全性,并改善了性能。自广告以来 GPT 发出的请求始终使用 HTTPS 推荐的主机,这样可确保 对于与广告投放相关的所有请求,浏览器只需要打开 1 个连接。
建议
始终从 HTTPS 网址加载广告代码脚本。
不正确 |
<script> var el = document.createElement('script'); // Incorrect: potentially loading the ad tag over HTTP. var useSSL = 'https:' == document.location.protocol; el.src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(el, node); </script> |
正确 |
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> |
更多信息
支持以下广告代码库脚本:
库 | 脚本 |
---|---|
AdSense |
|
Google 发布商代码 |
|