A Slate encapsulates all the information necessary to represent a Slate entity, the video
creative used by Dynamic Ad Insertion to fill vacant ad slots.
Namespace
https://www.google.com/apis/ads/publisher/v202405
Field
id
xsd:long
The unique ID of the Slate. This value is read-only and is assigned by Google.
name
xsd:string
The name of the Slate. This value is required to create a slate and has a maximum
length of 255 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["A `Slate` is a video creative used in Dynamic Ad Insertion to fill unsold ad slots during live streams."],["Slates are created in an active state and can be identified by a unique ID assigned by Google."],["The `Slate` object contains information such as name, status, transcoding status, video source URL, and last modified date and time."],["Slates can be externally hosted, with the `videoSourceUrl` field indicating the location of the original asset."],["Google assigns and manages the `id`, `status`, and `transcodeStatus` fields, making them read-only."]]],["The `LiveStreamEventService` manages `Slate` entities, which are video creatives used for Dynamic Ad Insertion. Key actions include `createSlates()` and `updateSlates()`. A `Slate` has a unique ID, a name (required for creation), and a status (either `ACTIVE`, `ARCHIVED`, or `UNKNOWN`). The `transcodeStatus` indicates the slate's server-side transcoding state and can be `UNKNOWN`, `NOT_READY`, `COMPLETED`, `FAILED`, `NEEDS_TRANSCODE`, or `IN_PROGRESS`. Slates also contain a `videoSourceUrl` and a `lastModifiedDateTime`.\n"]]