type VodStreamCreateRequest (v202405)
Service
StreamActivityMonitorService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
StreamCreateRequest (inherited)
|
url
|
xsd:string
|
userAgent
|
xsd:string
|
reportingType
|
ReportingType
Enumerations
-
DISABLED
-
CLIENT
-
SERVER
-
AD_MEDIA
-
UNKNOWN
|
VodStreamCreateRequest
|
contentSourceId
|
xsd:long
|
videoId
|
xsd:string
|
contentId
|
xsd:long
|
contentName
|
xsd:string
|
cuePoints
|
xsd:long[]
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `StreamActivityMonitorService` allows monitoring of linear and VOD streams."],["`StreamCreateRequest` objects define stream monitoring parameters, including URL, user agent, and reporting type."],["`VodStreamCreateRequest` objects specifically monitor VOD streams and require content source ID, video ID, content ID, content name, and cue points."],["Reporting types include disabled, client, server, ad media, and unknown."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The content outlines the `StreamActivityMonitorService`, specifically the `StreamCreateRequest` and its inherited `VodStreamCreateRequest`. Key fields for `StreamCreateRequest` include `url`, `userAgent`, and `reportingType`, which uses an enumeration (`DISABLED`, `CLIENT`, `SERVER`, `AD_MEDIA`, `UNKNOWN`). `VodStreamCreateRequest` extends this with fields like `contentSourceId`, `videoId`, `contentId`, `contentName`, and `cuePoints`, all of which are used to create a stream for video on demand. The service uses a specific namespace.\n"]]