Publisher Video Placements
Overview
This dataset provides details related to all video placements and associated publisher metadata detected by the Sincera platform.
Dataset
| Field | Type | Description |
|---|---|---|
| publisher_video_player_id | integer | Index for the publisher detected video player. Can be joined to the id field found in the video_players dataset |
| page_id | integer | ID for the page that that asset was detected on. Can be joined to the id field found in the pages dataset. |
| dimensions | jsonb | JSON output of the video player dimensions (i.e. sizes). |
| src | string | Indicates the video player source call. |
| autoplay | boolean | Detects whether the player is set to play videos on load. |
| muted | boolean | Detects whether the player is set to mute on load. |
| expand | boolean | Detects whether the player dimensions can be expanded. |
| created_at | datetime | Date when the video player was first detected by the Sincera platform. |
| updated_at | datetime | Date when the video player metadata was last updated by the Sincera platform. |