[[["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-02-13 UTC."],[[["The `OrderService` allows for various actions to be performed on `Order` objects, such as approving, archiving, deleting, pausing, resuming and more."],["`OrderAction` represents the specific actions that can be applied to orders, with options like `ApproveOrders`, `ArchiveOrders`, `PauseOrders`, and others."],["All these operations are part of the Google Ad Manager API and fall under the namespace `https://www.google.com/apis/ads/publisher/v202402`."],["The `performOrderAction()` method is used to execute these actions on orders within the Ad Manager system."]]],["The `OrderService` utilizes `performOrderAction()` to manage `Order` objects. It supports various actions inherited from `OrderAction`, including approving, disapproving, archiving, deleting, pausing, resuming, retracting, and submitting orders for approval. Some actions have variants that consider reservation changes. Unarchiving orders is also supported. The service operates within the `https://www.google.com/apis/ads/publisher/v202402` namespace, and the information above represents the actions that can be performed on the order objects.\n"]]