با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
نمای کلی
اطمینان حاصل می کند که اسکریپت های کتابخانه برچسب تبلیغات به صورت ایمن درخواست می شوند. این نه تنها امنیت بهتری را برای کاربران شما فراهم می کند، بلکه عملکرد را نیز بهبود می بخشد. از آنجایی که درخواستهای آگهی صادر شده توسط GPT همیشه از HTTPS استفاده میکنند، بارگیری خود کتابخانه از میزبان توصیهشده از طریق HTTPS تضمین میکند که مرورگر فقط باید 1 اتصال را برای همه درخواستهای مربوط به ارائه آگهی باز کند.
توصیه ها
همیشه اسکریپت های تگ تبلیغات خود را از یک URL 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>
تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["Loading ad tag library scripts securely over HTTPS enhances security and performance for users."],["Browsers establish a single connection for ad serving when GPT and its library are fetched via HTTPS."],["Ad tag scripts should always be loaded from an HTTPS URL for optimal security."],["Google Publisher Tag and AdSense are among the supported ad tag library scripts, and their HTTPS URLs are provided for reference."]]],[]]