[[["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 for the creation and monitoring of live and VOD streams."],["Stream creation requests can specify URL, user agent, and reporting type, which includes options like disabled, client, server, ad media, and unknown."],["Linear stream creation requires details such as live stream event asset key, event name, ID, start and end times, and settings for prefetch and pod trimming."],["This service uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."],["StreamActivityMonitorService supports two types of stream creation requests: LinearStreamCreateRequest and VodStreamCreateRequest."]]],["The `StreamActivityMonitorService` includes the `StreamCreateRequest`, which defines fields like `url`, `userAgent`, and `reportingType` with its possible values (`DISABLED`, `CLIENT`, `SERVER`, `AD_MEDIA`, `UNKNOWN`). `LinearStreamCreateRequest` inherits from `StreamCreateRequest` and adds specific fields such as `liveStreamEventAssetKey`, `eventName`, `liveStreamEventId`, `eventStartDateTime`, `eventEndDateTime`, `prefetchEnabled`, and `podTrimmingEnabled`. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]