sync_creatives
[AdCP Media Buy] Validate and sync creative assets for a media buy.
Validates creative assets (resolution, duration, format) against screen specifications. Returns compatibility status for each screen in the campaign.
WHEN TO USE:
Submitting creative assets before campaign launch
Checking if a creative meets screen requirements
Validating VAST tags
EXAMPLE: sync_creatives({ media_buy_id: "mbuy_abc123", creatives: [{ url: "https://cdn.example.com/ad.mp4", type: "video", width: 1920, height: 1080, duration_seconds: 15, file_size_mb: 12 }] })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext | No | ||
| account | No | ||
| context | No | ||
| dry_run | No | ||
| creatives | Yes | Creative assets to validate | |
| assignments | No | ||
| creative_ids | No | ||
| media_buy_id | No | Media buy ID | |
| delete_missing | No | ||
| idempotency_key | No | ||
| validation_mode | No | ||
| push_notification_config | No |