[[["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."],[[["CdnConfigurationPage retrieves a segment of CDN configuration data."],["It provides details such as the total data size, starting position, and the actual CDN configurations within the retrieved page."],["The data structure is defined within the 'https://www.google.com/apis/ads/publisher/v202402' namespace."]]],["The `CdnConfigurationService` uses `getCdnConfigurationsByStatement` to retrieve a page of CDN configurations. The `CdnConfigurationPage` object contains information about the result set, including `totalResultSetSize` (total results), `startIndex` (page start index), and `results` (an array of `CdnConfiguration` objects). This allows for paginated retrieval of CDN configurations within a defined namespace.\n"]]