Assets Platforms
Available since: v1.0.0
| File | Snapshot | Delta | Frequency |
|---|---|---|---|
| assets_platforms/assets_platforms_yyyy_MM_dd.csv | :white_check_mark: | :no_entry: | Daily |
📘 If there is no
PUBLISH_STARTorPUBLISH_ENDdates set then only thePUBLISHEDand/orLIVE_PUBLISHEDflags should be used to determine if an asset is published on a platform.
| Attribute | Required | Value | Description |
|---|---|---|---|
| ID | Yes | NUMBER | Unique identifier of entity |
| ASSET_ID | Yes | NUMBER | Foreign key for Assets |
| PLATFORM_ID | Yes | NUMBER | Foreign key for Platforms |
| PUBLISHED | Yes | 0 or 1 | Flag if asset has been published or not on platform |
| LIVE_PUBLISHED | Yes | 0 or 1 | Flag if asset is a live stream that is published on platform |
| PUBLISH_START | DATE | Used for scheduled publishing / access control, to ensure Asset is only available in range between start and end | |
| PUBLISH_END | DATE | Used for scheduled publishing / access control, to ensure Asset is only available in range between start and end | |
| DOWNLOADABLE | 0 or 1 | Flag if asset is available for download for end-users |