Creates a new guaranteed order. Returns the newly created guaranteed order if successful.
Query parameters
The ID of the advertiser that the request is being made within.
The ID of the partner that the request is being made within.
Request body
The ID of the default campaign that is assigned to the guaranteed order. The default campaign must belong to the default advertiser.
Required. Immutable. The exchange where the guaranteed order originated.
Output only. The unique identifier of the guaranteed order. The guaranteed order IDs have the format {exchange}-{legacy_guaranteed_order_id}.
The advertiser with read/write access to the guaranteed order. This is also the default advertiser of the guaranteed order.
Whether all advertisers of read_write_partner_id have read access to the guaranteed order. Only applicable if read_write_partner_id is set. If True, overrides read_advertiser_ids.
Output only. The legacy ID of the guaranteed order. Assigned by the original exchange. The legacy ID is unique within one exchange, but is not guaranteed to be unique across all guaranteed orders. This ID is used in SDF and UI.
The partner with read/write access to the guaranteed order.
The IDs of advertisers with read access to the guaranteed order. This field must not include the advertiser assigned to read_write_advertiser_id if it is set. All advertisers in this field must belong to read_write_partner_id or the same partner as read_write_advertiser_id.
Required. The publisher name of the guaranteed order. Must be UTF-8 encoded with a maximum size of 240 bytes.
Output only. The ID of default advertiser of the guaranteed order. The default advertiser is either the read_write_advertiser_id or, if that is not set, the first advertiser listed in read_advertiser_ids. Otherwise, there is no default advertiser.
Required. The display name of the guaranteed order. Must be UTF-8 encoded with a maximum size of 240 bytes.
Output only. The timestamp when the guaranteed order was last updated. Assigned by the system.
Output only. The resource name of the guaranteed order.
Response
Successful response