type OrderPage (v202411)Stay organized with collectionsSave and categorize content based on your preferences.
Page Summary
OrderPage captures a page of Order objects.
The OrderPage includes fields for the total size of the result set, the starting index of the current page, and the collection of Order objects within the page.
The OrderPage is used in conjunction with the getOrdersByStatement() method of the OrderService.
[[["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."],[],["The `OrderService` utilizes the `getOrdersByStatement()` method to retrieve `Order` objects. The output is an `OrderPage`, containing a subset of results. This page includes `totalResultSetSize`, indicating the overall number of orders, `startIndex`, specifying the page's starting index, and `results`, an array of `Order` objects within this page. The service namespace is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]