The action used for approving Order objects. All LineItem
objects within the order will be approved as well. This action does not
make any changes to the LineItem.reservationStatus of the line
items within the order. If there are reservable line items that have not
been reserved the operation will not succeed.
[[["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-05-15 UTC."],[[["The `OrderService` allows for various actions on `Order` objects, such as approving, archiving, deleting, pausing, and resuming them."],["`ApproveOrders` action approves both the order and its associated line items but doesn't change the line items' reservation status."],["Reservable line items within an order must be reserved before the order can be successfully approved using `ApproveOrders`."],["The `ApproveOrders` action is part of the `OrderService` within the Google Ad Manager API and operates under the specified namespace."],["This service offers two main functionalities: `OrderAction` (inherited) and `ApproveOrdersWithoutReservationChanges`."]]],[]]