Export gate
Nothing leaves until every condition is true.
Export is the last stage and the only one that produces files meant for use outside the tool. It is a local copy of exact approved bytes with a manifest; it never publishes. The tool checks the whole chain again at export time, and the readiness inspection below is its saved view of the current state.
This page shows the state the tool recorded. Decisions you make on the review page are not stored anywhere, so they do not appear here.
What an export writes
- Each approved image, copied byte for byte and re-hashed against the approved artifact hash.
caption.txtwith the approved primary text and its hash.ad-package.json: primary text, destination, image identities, the surrounding-copy proposal if one exists,platform_validation: unverifiedandpublishing_authorized: false.manifest.jsonwith the creative item, the full approval history and the visual QA records that matched.
An export folder is immutable. Repeating an unchanged request reuses it; changed bytes produce an error instead of a silent replacement.