REST Resource: projects.locations.liveSessions.liveAdTagDetails

Resource: LiveAdTagDetail

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

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

string

The resource name in the form of projects/{project}/locations/{location}/liveSessions/{liveSession}/liveAdTagDetails/{id}.

adRequests[]

object (AdRequest)

A list of ad requests.

Methods

get

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

list

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