[[["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-08-20 UTC."],[[["The `AdjustmentService` allows access to forecast adjustments via the `getForecastAdjustmentsByStatement` method."],["`ForecastAdjustmentPage` objects represent a page of `ForecastAdjustmentDto` objects, containing information about forecast adjustments."],["The `ForecastAdjustmentPage` includes the total result size, starting index, and the actual forecast adjustments within the page."]]],["The `AdjustmentService` utilizes the `getForecastAdjustmentsByStatement()` method to retrieve a `ForecastAdjustmentPage`. This page contains a collection of `ForecastAdjustmentDto` objects. The `ForecastAdjustmentPage` provides information including `totalResultSetSize`, the overall size of the results; `startIndex`, the starting index of the current page, and the `results` array, which holds the retrieved forecast adjustments themselves. It uses the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]