Resource: VodStitchDetail
Information related to the interstitial of a VOD session. This resource is only available for VOD sessions that do not implement Google Ad Manager ad insertion.
JSON representation |
---|
{
"name": string,
"adStitchDetails": [
{
object ( |
Fields | |
---|---|
name |
The name of the stitch detail in the specified VOD session, in the form of |
adStitchDetails[] |
A list of ad processing details for the fetched ad playlist. |
AdStitchDetail
Metadata for a stitched ad.
JSON representation |
---|
{ "adBreakId": string, "adId": string, "adTimeOffset": string, "skipReason": string, "media": { string: value, ... } } |
Fields | |
---|---|
adBreakId |
Required. The ad break ID of the processed ad. |
adId |
Required. The ad ID of the processed ad. |
adTimeOffset |
Required. The time offset of the processed ad. A duration in seconds with up to nine fractional digits, ending with ' |
skipReason |
Optional. Indicates the reason why the ad has been skipped. |
media |
Optional. The metadata of the chosen media file for the ad. An object containing a list of |
Methods |
|
---|---|
|
Returns the specified stitching information for the specified VOD session. |
|
Returns a list of detailed stitching information of the specified VOD session. |