[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Ads Ad Manager V1 Client - Class OrderStatus (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/googleads/ad-manager/latest/V1.OrderStatusEnum.OrderStatus)\n- [0.1.0](/php/docs/reference/googleads/ad-manager/0.1.0/V1.OrderStatusEnum.OrderStatus) \nReference documentation and code samples for the Google Ads Ad Manager V1 Client class OrderStatus.\n\nThe status of an Order.\n\nProtobuf type `google.ads.admanager.v1.OrderStatusEnum.OrderStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Ads \\\\ AdManager \\\\ V1 \\\\ OrderStatusEnum\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ORDER_STATUS_UNSPECIFIED\n\n Value: 0\n\nDefault value. This value is unused.\n\nGenerated from protobuf enum `ORDER_STATUS_UNSPECIFIED = 0;`\n\n### DRAFT\n\n Value: 2\n\nIndicates that the Order has just been created but no approval has been\nrequested yet.\n\nGenerated from protobuf enum `DRAFT = 2;`\n\n### PENDING_APPROVAL\n\n Value: 3\n\nIndicates that a request for approval for the Order has been made.\n\nGenerated from protobuf enum `PENDING_APPROVAL = 3;`\n\n### APPROVED\n\n Value: 4\n\nIndicates that the Order has been approved and is ready to serve.\n\nGenerated from protobuf enum `APPROVED = 4;`\n\n### DISAPPROVED\n\n Value: 5\n\nIndicates that the Order has been disapproved and is not eligible to\nserve.\n\nGenerated from protobuf enum `DISAPPROVED = 5;`\n\n### PAUSED\n\n Value: 6\n\nThis is a legacy state. Paused status should be checked on LineItems\nwithin the order.\n\nGenerated from protobuf enum `PAUSED = 6;`\n\n### CANCELED\n\n Value: 7\n\nIndicates that the Order has been canceled and cannot serve.\n\nGenerated from protobuf enum `CANCELED = 7;`\n\n### DELETED\n\n Value: 8\n\nIndicates that the Order has been deleted.\n\nGenerated from protobuf enum `DELETED = 8;`"]]