Sample HTML5 banner creatives
HTML5 banners in ZIP are the standard upload format for Google Ads, Campaign Manager 360 (DCM), DV360, Xandr and other ad servers. Each ZIP contains index.html + assets and implements the clickTag contract. Samples cover the full complexity range: from a static image with a click to CSS and vanilla JS animations, rich media with video and expandable banners with two states. Unpack and open index.html in a browser to check the rendering locally.
🧠 How an HTML5 banner works
Внутри ZIP всегда лежит index.html — точка входа, которую ad-сервер открывает в iframe фиксированного размера. В
обычно есть meta-тег для Google Ads. Кликабельность реализуется через clickTag: ad-сервер подменяет переменную clickTag в JS на трекинговый URL во время показа; JS вызывает window.open(clickTag). Размер ZIP и ассетов ограничен спецификациями IAB Display Creative (initial 200KB, polite до 2.2MB). Для production обычно ассеты должны быть self-contained внутри ZIP — внешние CDN-ссылки часто запрещены, кроме whitelisted доменов.