[[["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 CreativeSetService helps manage creative sets, offering a method to retrieve them based on specific criteria."],["The CreativeSetPage object represents a portion of creative sets, providing details like total set size, starting position, and the sets themselves."],["It utilizes the Google Ad Manager API namespace for interaction and data structure definition."]]],["The `CreativeSetService` offers the `getCreativeSetsByStatement()` method, which retrieves a `CreativeSetPage`. This page contains a collection of `CreativeSet` objects and provides metadata. The metadata includes `totalResultSetSize`, indicating the total number of results, and `startIndex`, representing the page's starting index within the full set. The `results` field holds the actual array of `CreativeSet` objects included in the current page.\n"]]