[[["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."],[[["ActivityGroupPage objects represent a page of ActivityGroup objects, providing access to a subset of activity groups within a larger result set."],["This page includes information like the total number of results (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual ActivityGroup objects (`results`)."],["ActivityGroupPage data is accessed via the `getActivityGroupsByStatement()` method of the `ActivityGroupService`."],["The namespace for this object is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `ActivityGroupService` utilizes the `getActivityGroupsByStatement()` method to retrieve `ActivityGroup` objects. Results are returned in an `ActivityGroupPage`, which contains a set of `results`, the `startIndex`, and the `totalResultSetSize`. The `results` field is an array of `ActivityGroup` objects. The `startIndex` indicates the position of the first result, and `totalResultSetSize` indicates the total number of results available. The service operates within the `https://www.google.com/apis/ads/publisher/v202402` namespace.\n"]]