order_lifecycle
Perform lifecycle status transitions on Google Ad Manager orders—approve delivery, block delivery, or permanently deactivate with archive.
Instructions
Perform lifecycle status transitions on a GAM Order (approve, archive, disapprove).
MODE: write AUTH: OAuth 2.0 required CREDITS: 0.5 credits. Confirmation token required for archive. OUTPUT: Returns {order_id, previous_status, new_status} WHEN TO USE: Use this for order status transitions. For data updates, use the orders update action. DESTRUCTIVE: archive stops all line item delivery under the order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | GAM Order ID. | |
| lifecycle_action | Yes | approve: allow delivery. disapprove: block delivery. archive: permanently deactivate (destructive). | |
| network_code | Yes | GAM network code. | |
| confirmation_token | No | Required for lifecycle_action=archive. |