[[["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 2025-08-06 UTC."],[[["\u003cp\u003eTrafficForecastSegmentPage objects represent a page of TrafficForecastSegmentDto objects, providing insights into traffic forecast segments.\u003c/p\u003e\n"],["\u003cp\u003eThis page includes information about the total result set size, the starting index of the page within the result set, and the collection of traffic forecast segments on this specific page.\u003c/p\u003e\n"],["\u003cp\u003eTrafficForecastSegmentPage utilizes the namespace "https://www.google.com/apis/ads/publisher/v202411" for its operations and data structure definitions.\u003c/p\u003e\n"]]],["The `AdjustmentService` uses the `getTrafficForecastSegmentsByStatement()` method to retrieve a `TrafficForecastSegmentPage`. This page contains `TrafficForecastSegmentDto` objects, providing a subset of traffic forecast data. The `TrafficForecastSegmentPage` includes `totalResultSetSize`, indicating the total result set size, `startIndex`, the starting index of the page, and `results`, an array of `TrafficForecastSegment` objects comprising the data in the current page.\n"],null,["# type TrafficForecastSegmentPage (v202411)\n\n**Service** \n**AdjustmentService** **Dependencies** \n[getTrafficForecastSegmentsB...](/ad-manager/api/reference/v202411/AdjustmentService#getTrafficForecastSegmentsByStatement \"getTrafficForecastSegmentsByStatement()\") \n▼\n**TrafficForecastSegmentPage**\n\nA page of `TrafficForecastSegmentDto` objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[TrafficForecastSegment](/ad-manager/api/reference/v202411/AdjustmentService.TrafficForecastSegment)`[]` The collection of traffic forecast segments contained within this page. |"]]