Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Genel Bakış
Reklam etiketi kitaplığı komut dosyalarının güvenli bir şekilde istenmesini sağlar. Yalnızca bu
kullanıcılarınıza daha iyi güvenlik sağlarken performansı da artırır. Reklamdan bu yana
GPT tarafından yayınlanan istekler her zaman HTTPS kullanır ve kitaplığın kendisini
HTTPS üzerinden önerilen ana makine,
Tarayıcı, reklam sunmayla ilgili tüm istekler için yalnızca 1 bağlantı açmalıdır.
Öneriler
Reklam etiketi komut dosyalarınızı her zaman bir HTTPS URL'sinden yükleyin.
Yanlış
<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>
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],["Ad tag library scripts should be loaded via HTTPS for enhanced security and performance. Always use HTTPS URLs to load scripts; avoid HTTP. Secure loading ensures a single browser connection for all ad-related requests, as GPT uses HTTPS. Supported scripts include those for AdSense (e.g., `pagead2.googlesyndication.com/pagead/js/adsbygoogle.js`) and Google Publisher Tag (e.g., `securepubads.g.doubleclick.net/tag/js/gpt.js`). The correct implementation is loading scripts such as `https://securepubads.g.doubleclick.net/tag/js/gpt.js` using the script tag.\n"],null,[]]