The Format object
Array of optional assets only
Discriminator indicating this is a repeatable asset group
Identifier for this asset group (e.g., 'product', 'slide', 'card')
Whether this asset group is required. If true, at least min_count repetitions must be provided.
Minimum number of repetitions required (if group is required) or allowed (if optional)
Maximum number of repetitions allowed
Optionalselection_mode?: "sequential" | "optimize"How the platform uses repetitions of this group. 'sequential' means all items display in order (carousels, playlists). 'optimize' means the platform selects the best-performing combination from alternatives (asset group optimization like Meta Advantage+ or Google Pmax).
Assets within each repetition of this group
Get only optional assets from a Format
Note: When using deprecated
assets_required, this will always return empty since assets_required only contained required assets.