Video Players
Overview
This dataset provides details related to all video players and associated metadata detected by the Sincera platform.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the related video player. |
| adsystem_id | integer | Maps to the adsystem_id primary key in the adsystems dataset. |
| name | string | Video player. |
| display_name | string | Display name for the video player. |
| detection_js | string | The js identifier detected on the page. |
| verified | boolean | Indicates whether the video player has been verified by the video platform provider. |
| featured | boolean | Indicates whether the video player has been featured by the video platform provider. |
| created_at | datetime | Date when the video player was first seen by the Sincera platform. |
| updated_at | datetime | Date when the video player was last updated by the Sincera platform. |
| video_detection_js | string | The js script found on the page that instantiates the video player. |