--- ### 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" %}