[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eStreamActivityMonitorService\u003c/code\u003e allows monitoring of linear and VOD streams by creating requests.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamCreateRequest\u003c/code\u003e objects define common properties like URL, user agent, and reporting type for stream monitoring.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eVodStreamCreateRequest\u003c/code\u003e extends \u003ccode\u003eStreamCreateRequest\u003c/code\u003e with specific details for on-demand video streams, including content source ID, video ID, content ID, content name, and cue points.\u003c/p\u003e\n"],["\u003cp\u003eThe service uses a specific namespace for communication and offers different reporting types.\u003c/p\u003e\n"]]],["The content outlines the `StreamActivityMonitorService`, specifically the `StreamCreateRequest` and `VodStreamCreateRequest` within the `v202408` namespace. `StreamCreateRequest` includes `url`, `userAgent`, and `reportingType` fields, with the latter using enumerated values. `VodStreamCreateRequest`, which extends `StreamCreateRequest`, adds fields such as `contentSourceId`, `videoId`, `contentId`, `contentName`, and an array of `cuePoints`. It is related to creating a stream to monitor the activities.\n"],null,["# type VodStreamCreateRequest (v202408)\n\n**Service** \n**StreamActivityMonitorService** **Inheritance** \n[StreamCreateRequest](/ad-manager/api/reference/v202408/StreamActivityMonitorService.StreamCreateRequest) \n▼\n[LinearStreamCreateRequest](/ad-manager/api/reference/v202408/StreamActivityMonitorService.LinearStreamCreateRequest) **VodStreamCreateRequest**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`StreamCreateRequest` (inherited)** ||\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 |\n| **`VodStreamCreateRequest`** ||\n| ### `contentSourceId` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `videoId` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `contentId` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `contentName` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `cuePoints` | ` `xsd:`long[]` \u003cbr /\u003e |"]]