Resource: Slate
Slate object
| JSON representation |
|---|
{
"name"
:
string
,
"uri"
:
string
,
"gamSlate"
:
{
object (
|
| Fields | |
|---|---|
name
|
Output only. The name of the slate, in the form of |
uri
|
The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track. |
gamSlate
|
gamSlate has all the GAM-related attributes of slates. |
GamSlate
GamSlate object has Google Ad Manager (GAM) related properties for the slate.
| JSON representation |
|---|
{ "networkCode" : string , "gamSlateId" : string } |
| Fields | |
|---|---|
networkCode
|
Required. Ad Manager network code to associate with the live config. |
gamSlateId
|
Output only. The identifier generated for the slate by GAM. |
Methods |
|
|---|---|
|
Creates a slate. |
|
Deletes the specified slate. |
|
Returns the specified slate. |
|
Lists all slates in the specified project and location. |
|
Updates the specified slate. |

