Notification

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?
true
Your AdSense page

Introducing AdSense Page: a new resource in which you can find personalized information and new opportunities in your account to help to succeed with AdSense.

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