[[["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-11-19 UTC."],[[["The StreamActivityMonitorService allows monitoring of linear and VOD streams, offering various reporting types such as client, server, and ad media."],["The service uses StreamCreateRequest with specific implementations for linear and VOD streams to initiate monitoring."],["It relies on SamSession for managing sessions and requires URL and user agent information for reporting."],["StreamActivityMonitorService is part of the Google Ad Manager API, residing within the specified namespace."],["ReportingType enumeration provides options to configure how stream activity data is collected and reported."]]],["The `StreamActivityMonitorService` utilizes `SamSession` as a dependency. `StreamCreateRequest` is the base for `LinearStreamCreateRequest` and `VodStreamCreateRequest`. Key fields include `url` and `userAgent` (both strings), and `reportingType`, which is an enumeration. `ReportingType` values can be: `DISABLED`, `CLIENT`, `SERVER`, `AD_MEDIA`, or `UNKNOWN`. The namespace is defined as `https://www.google.com/apis/ads/publisher/v202411`.\n"]]