Updates an order.
HTTP request
PATCH https://dv360seller.googleapis.com/v1beta1/{order.name=exchanges/*/orders/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
order.name |
Relative resource name for order. Generated by server. Example: "exchanges/1234/orders/5678". Ourput Only. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "order": { "name": string, "displayName": string, "partnerId": [ string ], "publisherEmail": string, "publisherName": string, "budget": { "budgetType": enum ( |
Fields | |
---|---|
order.displayName |
Name of order displayed to the buyer. Max 250 characters. Optional. |
order.partnerId[] |
Partner IDs in Google Display & Video 360, previously known as Doubleclick Bid Manager(DBM). Required. |
order.publisherEmail |
Email for publisher. Must be valid email format. Max 250 characters. Optional. |
order.publisherName |
Publisher name. Max 250 characters. Required. |
order.budget |
Budget. Only applicable for Instant Deal Scenarios. Output only. |
order.status |
Order status. The status can change after DV3 users accept, cancel or archive an order. Also support update to 'CANCELLED' after creation in API to signal this order has been cancelled on Exchange. |
order.wseatConfig |
Optional. WSeat Configuration Specifies the WSeat configuration on the exchange side. Exchanges that utilizes multi-seat deals are expected to keep this field populated and up to date. |
order.updateTime |
Output only. The timestamp when the order or its underlying products were updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateMask |
The mask to control which fields to update. Required. This is a comma-separated list of fully qualified names of fields. Example: |
Response body
If successful, the response body contains an instance of Order
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclickbidmanager
For more information, see the OAuth 2.0 Overview.