Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.
[[["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-09-02 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eOrder\u003c/code\u003e resource describes properties of a planning order, including details like ID, advertiser, and contact information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOrderContact\u003c/code\u003e represents a contact associated with an order, specifying their type, title, and other relevant information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePlanningOrderContactType\u003c/code\u003e defines the various types of contacts for an order, such as buyer or seller contacts.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides methods to \u003ccode\u003eget\u003c/code\u003e an order by ID and \u003ccode\u003elist\u003c/code\u003e multiple orders with optional filtering.\u003c/p\u003e\n"]]],[],null,["- [Resource: Order](#Order)\n - [JSON representation](#Order.SCHEMA_REPRESENTATION)\n- [OrderContact](#OrderContact)\n - [JSON representation](#OrderContact.SCHEMA_REPRESENTATION)\n- [PlanningOrderContactType](#PlanningOrderContactType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Order Describes properties of a Planning [order](https://support.google.com/dcm/answer/6025561).\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"accountId\": string, \"subaccountId\": string, \"advertiserId\": string, \"projectId\": string, \"name\": string, \"buyerOrganizationName\": string, \"sellerOrganizationName\": string, \"contacts\": [ { object (/doubleclick-advertisers/rest/v4/orders#OrderContact) } ], \"termsAndConditions\": string, \"kind\": string, \"notes\": string, \"buyerInvoiceId\": string, \"sellerOrderId\": string, \"comments\": string, \"planningTermId\": string, \"approverUserProfileIds\": [ string ], \"siteNames\": [ string ], \"siteId\": [ string ], \"lastModifiedInfo\": { object (/doubleclick-advertisers/rest/v4/LastModifiedInfo) } } ``` |\n\n| Fields ||\n|----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this order. This is a read-only, auto-generated field. |\n| `accountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Account ID of this order. |\n| `subaccountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Subaccount ID of this order. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertiser ID of this order. |\n| `projectId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Project ID of this order. |\n| `name` | `string` Name of this order. |\n| `buyerOrganizationName` | `string` Name of the buyer organization. |\n| `sellerOrganizationName` | `string` Name of the seller organization. |\n| `contacts[]` | `object (`[OrderContact](/doubleclick-advertisers/rest/v4/orders#OrderContact)`)` Contacts for this order. |\n| `termsAndConditions` | `string` Terms and conditions of this order. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#order\"` . |\n| `notes` | `string` Notes of this order. |\n| `buyerInvoiceId` | `string` Buyer invoice ID associated with this order. |\n| `sellerOrderId` | `string` Seller order ID associated with this order. |\n| `comments` | `string` Comments in this order. |\n| `planningTermId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the terms and conditions template used in this order. |\n| `approverUserProfileIds[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` IDs for users that have to approve documents created for this order. |\n| `siteNames[]` | `string` Free-form site names this order is associated with. |\n| `siteId[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Site IDs this order is associated with. |\n| `lastModifiedInfo` | `object (`[LastModifiedInfo](/doubleclick-advertisers/rest/v4/LastModifiedInfo)`)` Information about the most recent modification of this order. |\n\nOrderContact Contact of an order.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"contactInfo\": string, \"contactType\": enum (/doubleclick-advertisers/rest/v4/orders#PlanningOrderContactType), \"contactTitle\": string, \"contactName\": string, \"signatureUserProfileId\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `contactInfo` | `string` Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID. |\n| `contactType` | `enum (`[PlanningOrderContactType](/doubleclick-advertisers/rest/v4/orders#PlanningOrderContactType)`)` Type of this contact. |\n| `contactTitle` | `string` Title of this contact. |\n| `contactName` | `string` Name of this contact. |\n| `signatureUserProfileId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the user profile containing the signature that will be embedded into order documents. |\n\nPlanningOrderContactType DDM Planning's order contact type. Next value = 4\n\n| Enums ||\n|------------------------------------------------|---|\n| `PLANNING_ORDER_CONTACT_BUYER_CONTACT` | |\n| `PLANNING_ORDER_CONTACT_BUYER_BILLING_CONTACT` | |\n| `PLANNING_ORDER_CONTACT_SELLER_CONTACT` | |\n\n| Methods ||\n|------------------------------------------------------|------------------------------------------------|\n| [get](/doubleclick-advertisers/rest/v4/orders/get) | Gets one order by ID. |\n| [list](/doubleclick-advertisers/rest/v4/orders/list) | Retrieves a list of orders, possibly filtered. |"]]