--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base permalink: /test/libraries/ads ### REGULAR PAGES ### sitemap: include: false meta: title: "AdSense test page" description: "Test page for demonstrating AdSense ad units" breadcrumb: "AdSense test" index: false ---

AdSense test page

This page demonstrates different AdSense ad unit types and lazy loading behavior.

1. Display ad

{% include /modules/adunits/adsense.html type="display" %}

2. In-article ad

{% include /modules/adunits/adsense.html type="in-article" %}

3. In-feed ad (image above)

{% include /modules/adunits/adsense.html type="in-feed" layout="image-above" %}

4. In-feed ad (image side)

{% include /modules/adunits/adsense.html type="in-feed" layout="image-side" %}

5. Multiplex ad

{% include /modules/adunits/adsense.html type="multiplex" %}

6. Lazy loaded display ad (below the fold)

This ad should only load when scrolled into view.

{% include /modules/adunits/adsense.html type="display" %}