[AdCP Media Buy] List the creative formats this network actually accepts.
Every format is DERIVED from live per-screen capability (panel size, min/max spot
length, audio) — not a hand-written list. The set published here is exactly the set
sync_creatives accepts: if a creative matches a format returned by this tool, it will
not be rejected for dimensions, duration or file size.
WHEN TO USE:
- Before building creative, to size it to the panels you are buying
- To check whether an existing asset can run on this network
- To find the panel sizes with the most reach (results are ordered by live screen count)
RETURNS:
- formats: AdCP Format objects (format_id, name, renders[].dimensions, assets[].requirements)
- pagination: cursor-based; total_count is the full catalogue size
- Each format carries ext.trillboards with the live screen count, the share of the
network, how many of those screens have audio, and — for video — duration_coverage:
how many screens accept a spot of at most 10/15/20/30/60/120/300 seconds. A long
ceiling does not mean every screen at that size can play it, and this says so.
EXAMPLE:
User: "What sizes and lengths does this network take?"
list_creative_formats({ pagination: { max_results: 20 } })
User: "Can I run a 1080x1920 portrait video?"
list_creative_formats({ format_ids: [{ agent_url: "https://api.trillboards.com/mcp", id: "dooh_video_1080x1920" }] })