Please make sure to visit Your AdSense Page where you can find personalized information about your account to help you succeed with AdSense.

Ad units

How to generate synchronous ad code for your ad units

The ad code you generate in your AdSense account is fully asynchronous. It offers improved web latency and a better user experience for your site’s visitors. If you need to generate synchronous ad code, for example, because you're using Google Ad Manager or another ad server that doesn't support asynchronous ad code, you'll need to modify your ad unit code.

Note: You can only generate synchronous ad code for fixed-sized ad units.

To modify your existing ad unit code, make the following code updates:

Asynchronous ad unit code:

<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>

Synchronous ad unit code:

<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>
Note: We do not recommend you mix asynchronous and synchronous ad code in the same web page.
Was this helpful?
How can we improve it?

Need more help?

Sign in for additional support options to quickly solve your issue

Search
Clear search
Close search
Google apps
Main menu
Search Help Center
true
true
false
true
true
157
false
false