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/v202408
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-08-20 UTC."],[[["A `Slate` object stores information about the video creative used for Dynamic Ad Insertion to fill empty ad slots during live streams."],["Each `Slate` has a unique ID, name, and status, with the status indicating whether it's active, archived, or unknown."],["Slates can be either externally hosted, with the `videoSourceUrl` field indicating the location of the video asset, or internally managed."],["The `transcodeStatus` field indicates the progress of server-side transcoding for the slate, showing if it's complete, failed, or in progress."],["Google assigns a unique ID and status to each slate, while publishers can define the slate's name and potentially its video source URL."]]],["The `LiveStreamEventService` manages `Slate` entities, which are video creatives used for Dynamic Ad Insertion. Key actions include `createSlates()` and `updateSlates()`. A `Slate` has attributes such as a unique `id`, a `name` (up to 255 characters), and a `status` that can be `ACTIVE` or `ARCHIVED`. The `transcodeStatus` reflects the server-side transcoding process. Additional information include the `videoSourceUrl` and `lastModifiedDateTime`.\n"]]