[[["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."],[[["The `StreamActivityMonitorService` allows monitoring of linear and VOD streams, utilizing `SamSession` for creating requests."],["`StreamCreateRequest` objects initiate stream monitoring with options for Linear and VOD stream types."],["Key fields for monitoring setup include `url`, `userAgent`, and `reportingType` which dictates how stream data is collected."],["The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202402` for API interaction."],["`ReportingType` enumeration offers options such as `DISABLED`, `CLIENT`, `SERVER`, `AD_MEDIA`, and `UNKNOWN` for stream data reporting."]]],["The core content outlines the `StreamActivityMonitorService` and its dependencies, specifically `SamSession`. It details the `StreamCreateRequest`, which has two subtypes: `LinearStreamCreateRequest` and `VodStreamCreateRequest`. It also defines a namespace and lists fields: `url` and `userAgent` (both strings), and `reportingType`, which is an enumeration with values including `DISABLED`, `CLIENT`, `SERVER`, `AD_MEDIA`, and `UNKNOWN`.\n"]]