REST Resource: projects.locations.liveSessions.liveAdMetadata

Resource: LiveAdMetadata

Metadata for an ad unit in a live session which uses client ad tracking.

JSON representation
{
  "name": string,
  "progressiveEvents": [
    {
      object (ProgressEvent)
    }
  ],
  "activityEvents": [
    {
      object (Event)
    }
  ],
  "companionAds": {
    object (CompanionAds)
  },
  "adDuration": string
}
Fields
name

string

The name of the ad metadata, in the form of projects/{project}/locations/{location}/liveSessions/{live_session_id}/ adMetadata/{id}.

progressiveEvents[]

object (ProgressEvent)

List of progressive events for linear ads.

activityEvents[]

object (Event)

List of activity events for linear ads.

companionAds

object (CompanionAds)

Companion ads metadata.

adDuration

string (Duration format)

The total duration of the ad.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

Methods

get

Returns the specified ad metadata for the specified live session.