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