[[["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 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"]]