Ad Formats

Choose the format that fits your site layout.

Adventory currently offers two ad formats: Banner and Card. Each format is designed for different layout contexts. More templates are coming soon.

A full-width horizontal strip. Place it between sections, below headers, or after hero areas.

The banner is responsive. On wide screens, it displays horizontally: logo, product name, tagline, CTA, and an "Ad" label all in one row. On narrow screens (under 500px), it stacks vertically and centers everything. Both layouts work well, so the banner is safe to use in any container width.

<script src="https://adventory.to/ad.banner.js" data-placement="YOUR_PLACEMENT_ID"></script>

Banner reference →

Card

Displays a logo, product name, tagline, and CTA button in a vertical layout. The card fills the width and height of its parent container, making it work in grid cells, sidebars, modals, or standalone.

The card works at any reasonable size. It looks good from ~150px wide (compact sidebar) to full page width. The layout stays vertical regardless of container size.

<script src="https://adventory.to/ad.card.js" data-placement="YOUR_PLACEMENT_ID"></script>

Card reference →

Responsiveness

Both formats handle different screen sizes on their own. You do not need to create separate placements for mobile and desktop. One placement, one script tag, and the ad adapts to the available space.

Do not use two different placements to show alternative formats on the same page based on screen size. Each placement counts impressions independently, and using two placements for the same ad slot inflates impression counts. Use one placement per location.

One Format per Placement

The format is set when you create the placement. Each placement uses exactly one format. If you want both a banner (e.g., in the header) and a card (e.g., in the sidebar) on the same site, create two separate placements.

More templates are coming. If you need a custom format, contact us.