REST Resource: projects.locations.slates

Resource: Slate

Slate object

JSON representation
{
  "name": string,
  "uri": string,
  "gamSlate": {
    object (GamSlate)
  }
}
Fields
name

string

Output only. The name of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.

uri

string

The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.

gamSlate

object (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

string

Required. Ad Manager network code to associate with the live config.

gamSlateId

string (int64 format)

Output only. The identifier generated for the slate by GAM.

Methods

create

Creates a slate.

delete

Deletes the specified slate.

get

Returns the specified slate.

list

Lists all slates in the specified project and location.

patch

Updates the specified slate.