[[["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 `AdjustmentService` allows access to traffic forecast segments via the `getTrafficForecastSegmentsByStatement` method."],["`TrafficForecastSegmentPage` objects provide paginated results, including the total result size, starting index, and the segments themselves."],["Each page contains a collection of `TrafficForecastSegmentDto` objects representing individual forecast segments."]]],["The `AdjustmentService` uses the `getTrafficForecastSegmentsByStatement()` method to retrieve `TrafficForecastSegmentDto` objects. The results are returned as a `TrafficForecastSegmentPage`, which includes `totalResultSetSize` (total results), `startIndex` (page start index), and `results` (an array of `TrafficForecastSegment`). The namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]