[[["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-02-13 UTC."],[[["`StreamActivityMonitorService` allows monitoring of linear and VOD streams using corresponding create requests."],["`StreamCreateRequest` objects require a URL, user agent and reporting type for stream activity monitoring."],["`VodStreamCreateRequest` objects need content source ID, video ID, content ID, content name, and cue points for on-demand stream monitoring in addition to the inherited attributes."],["Reporting type options include disabled, client, server, ad media, and unknown for stream activity monitoring configuration."]]],["The content outlines the `StreamActivityMonitorService`, specifically focusing on stream creation requests. It defines two types: `LinearStreamCreateRequest` and `VodStreamCreateRequest`, both inheriting from `StreamCreateRequest`. `StreamCreateRequest` includes fields like `url`, `userAgent`, and `reportingType` (with enumerated options). `VodStreamCreateRequest` adds fields such as `contentSourceId`, `videoId`, `contentId`, `contentName`, and `cuePoints`. The namespace for these services is provided as `https://www.google.com/apis/ads/publisher/v202402`.\n"]]