content

Description

content Endpoint

The content endpoint is used to pre-cache creatives for up to 48 hours in Broadsign Air.

The content endpoint also contains filler content in the contents list and has a list of "filler" with their relevant attributes. For more information, see Filler Content.

Endpoint

https://air.broadsign.com/playlist/v1/content

HTTP Method

POST

Request Body Parameters

Parameter Description Type Required (R) or Optional (O)
player_identifier Unique Broadsign Control Player identifier, expected to represent a unique venue. string R
screen_identifier Identifier for one screen within a venue. string O
duration

Time duration, in seconds, covered by the generated Playlist. The default value is 1 hour (3,600 seconds). The maximum supported value is 48 hours (172,800 seconds).

For example, if the duration is 1 hour, the returned Playlist will cover the next hour. The total duration of the returned items may be shorter than the covered time, for example if there are times where nothing is scheduled to play.

See api.proto for definition.

google.protobuf.Duration O
exclude_programmatic_precaching_info

Turns on or off Broadsign Reach pre-caching.

If set to True, returns no Broadsign Reach content information.

Not setting this parameter or setting it to False will return all Broadsign Reach approved creatives.

bool O