[[["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 uses TrackingEvent objects, focusing specifically on the TrackingEvent.Ping aspect."],["TrackingEvent.Ping objects contain a URI and a boolean value indicating whether an error has occurred, within the specified namespace."]]],["The core content describes the `StreamActivityMonitorService` and its dependency, `TrackingEvent`, specifically the `TrackingEvent.Ping`. This service utilizes a namespace `https://www.google.com/apis/ads/publisher/v202405`. The `TrackingEvent.Ping` includes two fields: `uri` (a string) and `hasError` (a boolean). These fields provide information about the specific ping event being tracked, and allows for the detection of the errors.\n"]]