[[["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-05-15 UTC."],[[["CustomFieldPage objects represent a page of CustomField objects within the Google Ad Manager API."],["These pages include information about the total result set size, the starting index of the page, and the custom fields themselves."],["Custom fields on a page can be standard CustomFields or DropDownCustomFields."]]],["The `CustomFieldService` uses `getCustomFieldsByStatement()` to retrieve a `CustomFieldPage`. This page contains `totalResultSetSize` and `startIndex`, indicating the overall result set and the page's starting position. It also includes a `results` array, which holds `CustomField` or `DropDownCustomField` objects, representing the custom fields within that specific page. The service operates under the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]