[[["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."],[[["`CreativeSetPage` objects represent a page of `CreativeSet` objects, providing information about a set of creative sets within Google Ad Manager."],["The `CreativeSetPage` includes the total number of creative sets (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual creative sets on this page (`results`)."],["Developers can use the `getCreativeSetsByStatement()` method from the `CreativeSetService` to retrieve `CreativeSetPage` objects."]]],["The `CreativeSetService` offers the `getCreativeSetsByStatement()` method, which retrieves a `CreativeSetPage`. This page contains a subset of `CreativeSet` objects. The `CreativeSetPage` includes information like `totalResultSetSize` (the total number of results), `startIndex` (the starting index of the current page), and `results` (an array of `CreativeSet` objects). The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]