abstract type StreamCreateRequest (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
StreamActivityMonitorService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
url
|
xsd:string
|
userAgent
|
xsd:string
|
reportingType
|
ReportingType
Enumerations
-
DISABLED
-
CLIENT
-
SERVER
-
AD_MEDIA
-
UNKNOWN
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe StreamActivityMonitorService allows monitoring of linear and VOD streams, providing URLs, user agents, and reporting types for analysis.\u003c/p\u003e\n"],["\u003cp\u003eThis service uses SamSession for managing sessions and offers different reporting types like \u003ccode\u003eDISABLED\u003c/code\u003e, \u003ccode\u003eCLIENT\u003c/code\u003e, \u003ccode\u003eSERVER\u003c/code\u003e, \u003ccode\u003eAD_MEDIA\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eStream creation requests can be specified for linear or VOD content, inheriting from the base StreamCreateRequest class.\u003c/p\u003e\n"],["\u003cp\u003eThe service is defined within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],["The core content details the `StreamActivityMonitorService` and its dependencies, specifically `SamSession`. It outlines the `StreamCreateRequest`, which has two derived types: `LinearStreamCreateRequest` and `VodStreamCreateRequest`. Key fields for these requests include `url` and `userAgent` (both strings), and `reportingType`, an enumeration with possible values such as `DISABLED`, `CLIENT`, `SERVER`, `AD_MEDIA`, and `UNKNOWN`. The data is part of the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"],null,["# abstract type StreamCreateRequest (v202408)\n\n**Service** \n**StreamActivityMonitorService** **Dependencies** \n[SamSession](/ad-manager/api/reference/v202408/StreamActivityMonitorService.SamSession) \n▼\n**StreamCreateRequest** **Inheritance** \n**StreamCreateRequest** \n▼\n[LinearStreamCreateRequest](/ad-manager/api/reference/v202408/StreamActivityMonitorService.LinearStreamCreateRequest) [VodStreamCreateRequest](/ad-manager/api/reference/v202408/StreamActivityMonitorService.VodStreamCreateRequest)\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `url` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `userAgent` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `reportingType` | ` `[ReportingType](/ad-manager/api/reference/v202408/StreamActivityMonitorService.ReportingType)` ` *** ** * ** *** **Enumerations** `DISABLED` : `CLIENT` : `SERVER` : `AD_MEDIA` : `UNKNOWN` : \u003cbr /\u003e |"]]