REST Resource: projects.locations.vodSessions.vodAdTagDetails

Resource: VodAdTagDetail

Information related to the details for one ad tag. This resource is only available for VOD sessions that do not implement Google Ad Manager ad insertion.

JSON representation
{
  "name": string,
  "adRequests": [
    {
      object (AdRequest)
    }
  ]
}
Fields
name

string

The name of the ad tag detail for the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}.

adRequests[]

object (AdRequest)

A list of ad requests for one ad tag.

Methods

get

Returns the specified ad tag detail for the specified VOD session.

list

Return the list of ad tag details for the specified VOD session.