name | string | Immutable. The unique identifier of the deal. Auto-generated by the server when a deal is created. Format: buyers/{accountId}/proposals/{proposalId}/deals/{dealId} |
description | string | Output only. Free text description for the deal terms. |
flightStartTime | string | Proposed flight start time of the deal. This will generally be stored in the granularity of one second since deal serving starts at seconds boundary. Any time specified with more granularity (for example, in milliseconds) will be truncated towards the start of time in seconds. |
updateTime | string | Output only. The time when the deal was last updated. |
sellerTimeZone | object | Represents a time zone from the IANA Time Zone Database. |
creativeRequirements | object | Message captures data about the creatives in the deal. |
estimatedGrossSpend | object | Represents an amount of money with its currency type. |
deliveryControl | object | Message contains details about how the deal will be paced. |
flightEndTime | string | Proposed flight end time of the deal. This will generally be stored in a granularity of a second. A value is not necessary for Private Auction deals. |
targeting | object | Targeting represents different criteria that can be used to target inventory. For example, they can choose to target inventory only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise. |
billedBuyer | string | Output only. When the client field is populated, this field refers to the buyer who creates and manages the client buyer and gets billed on behalf of the client buyer; when the buyer field is populated, this field is the same value as buyer. Format : buyers/{buyerAccountId} |
dealType | string | Output only. Type of deal. |
preferredDealTerms | object | Pricing terms for Preferred Deals. |
privateAuctionTerms | object | Pricing terms for Private Auctions. |
publisherProfile | string | Immutable. Reference to the seller on the deal. Format: buyers/{buyerAccountId}/publisherProfiles/{publisherProfileId} |
createTime | string | Output only. The time of the deal creation. |
programmaticGuaranteedTerms | object | Pricing terms for Programmatic Guaranteed Deals. |
proposalRevision | string | Output only. The revision number for the proposal and is the same value as proposal.proposal_revision. Each update to deal causes the proposal revision number to auto-increment. The buyer keeps track of the last revision number they know of and pass it in when making an update. If the head revision number on the server has since incremented, then an ABORTED error is returned during the update operation to let the buyer know that a subsequent update was made. |
buyer | string | Output only. Refers to a buyer in The Realtime-bidding API. Format: buyers/{buyerAccountId} |
client | string | Output only. Refers to a Client. Format: buyers/{buyerAccountId}/clients/{clientAccountid} |
displayName | string | Output only. The name of the deal. Maximum length of 255 unicode characters is allowed. Control characters are not allowed. Buyers cannot update this field. Note: Not to be confused with name, which is a unique identifier of the deal. |