[[["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."],[[["AdjustmentService uses `getTrafficForecastSegmentsByStatement` to retrieve traffic forecast data."],["TrafficForecastSegmentPage represents a page of TrafficForecastSegmentDto objects and provides information about the total result set, starting index, and the segments themselves."],["The TrafficForecastSegmentPage includes fields like `totalResultSetSize`, `startIndex`, and `results` to navigate and access the forecast segments."]]],["The `AdjustmentService`'s `getTrafficForecastSegmentsByStatement` method returns a `TrafficForecastSegmentPage`, which contains traffic forecast data. This page includes the `totalResultSetSize`, indicating the total number of results. It also specifies the `startIndex`, the starting position of the current page's results within the overall set, and the `results` array, which holds a collection of `TrafficForecastSegment` objects. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]