โค้ดโฆษณาที่คุณสร้างในบัญชี AdSense นั้นเป็นแบบอะซิงโครนัสโดยสมบูรณ์ ซึ่งช่วยปรับปรุงเวลาในการตอบสนองของเว็บไซต์และสร้างประสบการณ์การใช้งานที่ดีขึ้นสำหรับผู้เข้าชมเว็บไซต์ ตัวอย่างเช่น หากคุณต้องการสร้างโค้ดโฆษณาแบบซิงโครนัสเนื่องจากใช้ Google Ad Manager หรือเซิร์ฟเวอร์โฆษณาอื่นที่ไม่รองรับโค้ดโฆษณาแบบอะซิงโครนัส ก็จะต้องแก้ไขโค้ดหน่วยโฆษณา
หมายเหตุ: คุณจะสร้างโค้ดโฆษณาแบบซิงโครนัสได้สำหรับหน่วยโฆษณาที่มีขนาดคงที่เท่านั้น
ทำการอัปเดตโค้ดดังต่อไปนี้เพื่อแก้ไขโค้ดโฆษณาที่มีอยู่
โค้ดหน่วยโฆษณาแบบอะซิงโครนัส
<script async src="https://pagead2.googlesyndication.com/
pagead/js/adsbygoogle.js"></script>
<!-- leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxx"
data-ad-slot="1234567890"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
pagead/js/adsbygoogle.js"></script>
<!-- leaderboard -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxx"
data-ad-slot="1234567890"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
โค้ดหน่วยโฆษณาแบบซิงโครนัส
<script type="text/javascript">
google_ad_client = "ca-pub-xxxxxxxxxxxxxxxx";
google_ad_slot = "1234567890";
google_ad_width = 728;
google_ad_height = 90;
</script>
<!-- leaderboard -->
<script type="text/javascript"
src="https://pagead2.googlesyndication.com/
pagead/show_ads.js">
</script>
google_ad_client = "ca-pub-xxxxxxxxxxxxxxxx";
google_ad_slot = "1234567890";
google_ad_width = 728;
google_ad_height = 90;
</script>
<!-- leaderboard -->
<script type="text/javascript"
src="https://pagead2.googlesyndication.com/
pagead/show_ads.js">
</script>
หมายเหตุ: เราไม่แนะนำให้ผสมโค้ดโฆษณาแบบอะซิงโครนัสและแบบซิงโครนัสในหน้าเว็บเดียวกัน