[[["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 ActivityPage object represents a page of Activity objects retrieved from the ActivityService."],["It provides information about the total result set size, starting index of the page, and the actual collection of Activity objects on that page."],["Developers can use the getActivitiesByStatement() method of the ActivityService to retrieve ActivityPage objects."]]],["The `ActivityService` utilizes the `getActivitiesByStatement()` method to retrieve `Activity` objects. The returned `ActivityPage` contains a set of results, with `totalResultSetSize` indicating the total number of activities. `startIndex` specifies the page's starting index, and `results` is an array of `Activity` objects. This service operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]