type TrafficForecastSegmentPage (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
AdjustmentService
A page of TrafficForecastSegmentDto
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
TrafficForecastSegment[]
The collection of traffic forecast segments contained within this page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]