Amazon's demand-side platform, served across Amazon's own sites and apps as well as third-party inventory. Takes a hosted HTML5 ZIP whose entry file may load only its own assets or the adkit SDK from adkit-advertising.amazon - third-party CDNs and any other external URL are refused. The click is wired through the SDK's clickthrough function rather than a clickTag variable, and the destination is entered in the platform, not written into the file.
Also known as Amazon Advertising, Amazon Ads, Amazon Demand Side Platform, Amazon Demand-Side Platform, AAP.
| Category | DSP |
|---|---|
| Regions | GLOBAL |
| Maximum ZIP size | 200 KB zipped |
| Maximum initial load | 200 KB |
| Entry file | index.html |
| ZIP structure | Entry file must sit at the ZIP root |
| Ad size meta tag | Required — width={w},height={h} |
| External assets | Approved hosts only |
| External fonts | Must be bundled in the ZIP |
| CDN libraries | Must be bundled in the ZIP |
| Click method | vendor click API |
| Click URL at export | Left empty — the platform sets it when the ad is trafficked |
| Multiple click destinations | One click area per banner |
| Maximum animation length | 15s |
| Maximum loops | 3 |
| Animation must stop | Yes, once the limit is reached |
| Backup image | Required alongside the HTML5 creative |
Official requirements Also from Amazon DSP: Create a standard display ad on Amazon DSP (HTML5 packaging and SDK), Supply and format-specific requirements (animation loops), Content Non-Approval Codes (animation duration and loop policy), Amazon DSP desktop and mobile web static display ads (file weight), Amazon DSP mobile app static banner ads (initial file load).
Amazon DSP requires its own library in the document. Foldwrap adds it automatically on export.
<script src="https://adkit-advertising.amazon/sdk/SDKLoader.js"></script>The adkit HTML5 SDK loader. Must load before SDK.clickThrough() is called, so it goes in <head>; the click handler on the creative calls the SDK and Amazon opens the destination entered in the platform.
These are the rules Foldwrap checks a package against before it is delivered to Amazon DSP. Each is derived from the requirements above, so a constraint Amazon DSP does not state is not checked and is not listed.
Foldwrap runs these checks on every package it exports for Amazon DSP, and names the creative and the constraint when one fails.
Every figure above, with the document it came from and the date we read it.
You can't include an external link directly in your HTML5 zip file. Within your zip file, call the clickthrough function provided by the SDK to indicate which element inside the zip file should direct to the destination URL when clicked.
advertising.amazon.com · retrieved 22 September 2026
<div id="animation_container" style="..." onclick="SDK.clickThrough();"></div>
advertising.amazon.com · retrieved 22 September 2026
onclick="SDK.clickThrough();"
advertising.amazon.com · retrieved 22 September 2026
Destination URL: Enter the link that the ad will navigate to when clicked.
advertising.amazon.com · retrieved 22 September 2026
Within your zip file, call the clickthrough function provided by the SDK to indicate which element inside the zip file should direct to the destination URL when clicked.
advertising.amazon.com · retrieved 22 September 2026
Load the SDK for HTML5 creatives before using it <script type="text/javascript" src="https://adkit-advertising.amazon/sdk/SDKLoader.js" />
advertising.amazon.com · retrieved 22 September 2026
Only use inline JavaScript or scripts sourced from adkit-advertising.amazon. ... Zip files cannot contain: External URLs to any domain other than adkit-advertising.amazon; Third-party CDNs; Absolute URLs to other Amazon domains; Runtime network requests to fetch external resources.
advertising.amazon.com · retrieved 22 September 2026
External URLs to any domain other than adkit-advertising.amazon
advertising.amazon.com · retrieved 22 September 2026
fonts (optional): woff, eot (The font files should be placed in the root folder.
advertising.amazon.com · retrieved 22 September 2026
Zip files cannot contain ... Third-party CDNs
advertising.amazon.com · retrieved 22 September 2026
In the head tag, include: meta name="ad.size" content="width=300,height=250"
advertising.amazon.com · retrieved 22 September 2026
Upload components: index.html (required)
advertising.amazon.com · retrieved 22 September 2026
Local files: Relative paths within your ZIP (e.g.,./index.html, scripts/animation.js)
advertising.amazon.com · retrieved 22 September 2026 · likely
Local files: Relative paths within your ZIP (e.g.,./index.html, scripts/animation.js)
advertising.amazon.com · retrieved 22 September 2026
index.js (optional); config.js (optional); images (optional): png, jpg, jpeg, gif; fonts (optional): woff, eot
advertising.amazon.com · retrieved 22 September 2026 · likely
Medium Rectangle 300 x 250 px 300 x 250 px 200 kb HTML, 40 kb static (50 kb FR, IT, ES, JP) JPG / PNG-8
advertising.amazon.com · retrieved 22 September 2026 · likely
Max. File Weight
advertising.amazon.com · retrieved 22 September 2026 · likely
Rich media ads (Third-party served only) ... Max. Initial File Load ... 300 x 250 200 kb HTML
advertising.amazon.com · retrieved 22 September 2026
Animates longer than 15 seconds which violates our policy while running on Amazon. Please reduce animation to under 15 seconds with no more than 3 loops.
advertising.amazon.com · retrieved 22 September 2026
Animations may not loop more than 3 times
advertising.amazon.com · retrieved 22 September 2026
Please reduce animation to under 15 seconds with no more than 3 loops.
advertising.amazon.com · retrieved 22 September 2026
Backup image (required): Upload a static PNG or JPG with the same dimensions as your ad (must be less than 500 KB). This displays as a fallback in unsupported browsers or when ad variations are unavailable.
advertising.amazon.com · retrieved 22 September 2026
Upload a static PNG or JPG with the same dimensions as your ad (must be less than 500 KB).
advertising.amazon.com · retrieved 22 September 2026
Upload a static PNG or JPG with the same dimensions as your ad
advertising.amazon.com · retrieved 22 September 2026
Compare every platform side by side, or produce a Amazon DSP-ready bundle from an approved Figma design with Foldwrap.