blob: 5d7142ba9d3fcc21f87d490bc780127fe16d9b7e [file] [log] [blame]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="adexchangebuyer_v1_4.html">Ad Exchange Buyer API</a> . <a href="adexchangebuyer_v1_4.marketplacedeals.html">marketplacedeals</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#delete">delete(proposalId, body)</a></code></p>
<p class="firstline">Delete the specified deals from the proposal</p>
<p class="toc_element">
<code><a href="#insert">insert(proposalId, body)</a></code></p>
<p class="firstline">Add new deals for the specified proposal</p>
<p class="toc_element">
<code><a href="#list">list(proposalId, pqlQuery=None)</a></code></p>
<p class="firstline">List all the deals for a given proposal</p>
<p class="toc_element">
<code><a href="#update">update(proposalId, body)</a></code></p>
<p class="firstline">Replaces all the deals in the proposal with the passed in deals</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="delete">delete(proposalId, body)</code>
<pre>Delete the specified deals from the proposal
Args:
proposalId: string, The proposalId to delete deals from. (required)
body: object, The request body. (required)
The object takes the form of:
{
"proposalRevisionNumber": "A String", # The last known proposal revision number.
"updateAction": "A String", # Indicates an optional action to take on the proposal
"dealIds": [ # List of deals to delete for a given proposal
"A String",
],
}
Returns:
An object of the form:
{
"deals": [ # List of deals deleted (in the same proposal as passed in the request)
{ # A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.
"flightEndTimeMs": "A String", # Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"sellerContacts": [ # Optional Seller contact information for the deal (buyer-readonly)
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
"isRfpTemplate": True or False, # Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.
"webPropertyCode": "A String",
"proposalId": "A String",
"inventoryDescription": "A String", # Description for the deal terms. (buyer-readonly)
"productId": "A String", # The product-id from which this deal was created. (readonly, except on create)
"deliveryControl": { # The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.
"frequencyCaps": [
{
"numTimeUnits": 42,
"timeUnitType": "A String",
"maxImpressions": 42,
},
],
"creativeBlockingLevel": "A String",
"deliveryRateType": "A String",
},
"terms": { # The negotiable terms of the deal. (updatable)
"brandingType": "A String", # Visibilty of the URL in bid requests.
"crossListedExternalDealIdType": "A String", # Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.
"guaranteedFixedPriceTerms": { # The terms for guaranteed fixed price deals.
"guaranteedImpressions": "A String", # Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
"minimumDailyLooks": "A String", # Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.
"guaranteedLooks": "A String", # Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.
"billingInfo": { # External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.
"price": { # The original reservation price for the deal, if the currency code is different from the one used in negotiation.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"dfpLineItemId": "A String", # The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.
"originalContractedQuantity": "A String", # The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.
"currencyConversionTimeMs": "A String", # The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into advertiser's currency without discrepancy.
},
},
"sellerTimeZone": "A String", # For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)
"estimatedImpressionsPerDay": "A String", # Non-binding estimate of the impressions served per day Can be set by buyer or seller.
"nonGuaranteedFixedPriceTerms": { # The terms for non-guaranteed fixed price deals.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"estimatedGrossSpend": { # Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"rubiconNonGuaranteedTerms": { # The terms for rubicon non-guaranteed deals.
"priorityPrice": { # Optional price for Rubicon priority access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"standardPrice": { # Optional price for Rubicon standard access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
"nonGuaranteedAuctionTerms": { # The terms for non-guaranteed auction deals.
"autoOptimizePrivateAuction": True or False, # True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).
"reservePricePerBuyers": [ # Reserve price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"description": "A String", # Description for the proposed terms of the deal.
},
"sharedTargetings": [ # The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)
{
"inclusions": [ # The list of value to include as part of the targeting. Each value is OR'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"exclusions": [ # The list of values to exclude from targeting. Each value is AND'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"key": "A String", # The key representing the shared targeting criterion.
},
],
"dealId": "A String", # A unique deal-id for the deal (readonly).
"creativeSafeFrameCompatibility": "A String", # Specifies whether the creative is safeFrame compatible (buyer-readonly)
"externalDealId": "A String", # The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)
"lastUpdateTimeMs": "A String", # The time (ms since epoch) when the deal was last updated. (readonly)
"programmaticCreativeSource": "A String", # Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)
"kind": "adexchangebuyer#marketplaceDeal", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".
"creativePreApprovalPolicy": "A String", # Specifies the creative pre-approval policy (buyer-readonly)
"name": "A String", # The name of the deal. (updatable)
"buyerPrivateData": { # Buyer private data (hidden from seller).
"referenceId": "A String",
"referencePayload": "A String",
},
"syndicationProduct": "A String", # The syndication product associated with the deal. (readonly, except on create)
"productRevisionNumber": "A String", # The revision number of the product that the deal was created from (readonly, except on create)
"flightStartTimeMs": "A String", # Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"dealServingMetadata": { # Metadata about the serving status of this deal (readonly, writes via custom actions)
"dealPauseStatus": { # Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently. # Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)
"hasSellerPaused": True or False,
"buyerPauseReason": "A String",
"sellerPauseReason": "A String",
"hasBuyerPaused": True or False,
"firstPausedBy": "A String", # If the deal is paused, records which party paused the deal first.
},
},
"creationTimeMs": "A String", # The time (ms since epoch) of the deal creation. (readonly)
},
],
"proposalRevisionNumber": "A String", # The updated revision number for the proposal.
}</pre>
</div>
<div class="method">
<code class="details" id="insert">insert(proposalId, body)</code>
<pre>Add new deals for the specified proposal
Args:
proposalId: string, proposalId for which deals need to be added. (required)
body: object, The request body. (required)
The object takes the form of:
{
"deals": [ # The list of deals to add
{ # A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.
"flightEndTimeMs": "A String", # Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"sellerContacts": [ # Optional Seller contact information for the deal (buyer-readonly)
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
"isRfpTemplate": True or False, # Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.
"webPropertyCode": "A String",
"proposalId": "A String",
"inventoryDescription": "A String", # Description for the deal terms. (buyer-readonly)
"productId": "A String", # The product-id from which this deal was created. (readonly, except on create)
"deliveryControl": { # The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.
"frequencyCaps": [
{
"numTimeUnits": 42,
"timeUnitType": "A String",
"maxImpressions": 42,
},
],
"creativeBlockingLevel": "A String",
"deliveryRateType": "A String",
},
"terms": { # The negotiable terms of the deal. (updatable)
"brandingType": "A String", # Visibilty of the URL in bid requests.
"crossListedExternalDealIdType": "A String", # Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.
"guaranteedFixedPriceTerms": { # The terms for guaranteed fixed price deals.
"guaranteedImpressions": "A String", # Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
"minimumDailyLooks": "A String", # Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.
"guaranteedLooks": "A String", # Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.
"billingInfo": { # External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.
"price": { # The original reservation price for the deal, if the currency code is different from the one used in negotiation.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"dfpLineItemId": "A String", # The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.
"originalContractedQuantity": "A String", # The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.
"currencyConversionTimeMs": "A String", # The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into advertiser's currency without discrepancy.
},
},
"sellerTimeZone": "A String", # For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)
"estimatedImpressionsPerDay": "A String", # Non-binding estimate of the impressions served per day Can be set by buyer or seller.
"nonGuaranteedFixedPriceTerms": { # The terms for non-guaranteed fixed price deals.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"estimatedGrossSpend": { # Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"rubiconNonGuaranteedTerms": { # The terms for rubicon non-guaranteed deals.
"priorityPrice": { # Optional price for Rubicon priority access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"standardPrice": { # Optional price for Rubicon standard access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
"nonGuaranteedAuctionTerms": { # The terms for non-guaranteed auction deals.
"autoOptimizePrivateAuction": True or False, # True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).
"reservePricePerBuyers": [ # Reserve price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"description": "A String", # Description for the proposed terms of the deal.
},
"sharedTargetings": [ # The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)
{
"inclusions": [ # The list of value to include as part of the targeting. Each value is OR'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"exclusions": [ # The list of values to exclude from targeting. Each value is AND'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"key": "A String", # The key representing the shared targeting criterion.
},
],
"dealId": "A String", # A unique deal-id for the deal (readonly).
"creativeSafeFrameCompatibility": "A String", # Specifies whether the creative is safeFrame compatible (buyer-readonly)
"externalDealId": "A String", # The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)
"lastUpdateTimeMs": "A String", # The time (ms since epoch) when the deal was last updated. (readonly)
"programmaticCreativeSource": "A String", # Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)
"kind": "adexchangebuyer#marketplaceDeal", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".
"creativePreApprovalPolicy": "A String", # Specifies the creative pre-approval policy (buyer-readonly)
"name": "A String", # The name of the deal. (updatable)
"buyerPrivateData": { # Buyer private data (hidden from seller).
"referenceId": "A String",
"referencePayload": "A String",
},
"syndicationProduct": "A String", # The syndication product associated with the deal. (readonly, except on create)
"productRevisionNumber": "A String", # The revision number of the product that the deal was created from (readonly, except on create)
"flightStartTimeMs": "A String", # Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"dealServingMetadata": { # Metadata about the serving status of this deal (readonly, writes via custom actions)
"dealPauseStatus": { # Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently. # Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)
"hasSellerPaused": True or False,
"buyerPauseReason": "A String",
"sellerPauseReason": "A String",
"hasBuyerPaused": True or False,
"firstPausedBy": "A String", # If the deal is paused, records which party paused the deal first.
},
},
"creationTimeMs": "A String", # The time (ms since epoch) of the deal creation. (readonly)
},
],
"proposalRevisionNumber": "A String", # The last known proposal revision number.
"updateAction": "A String", # Indicates an optional action to take on the proposal
}
Returns:
An object of the form:
{
"deals": [ # List of deals added (in the same proposal as passed in the request)
{ # A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.
"flightEndTimeMs": "A String", # Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"sellerContacts": [ # Optional Seller contact information for the deal (buyer-readonly)
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
"isRfpTemplate": True or False, # Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.
"webPropertyCode": "A String",
"proposalId": "A String",
"inventoryDescription": "A String", # Description for the deal terms. (buyer-readonly)
"productId": "A String", # The product-id from which this deal was created. (readonly, except on create)
"deliveryControl": { # The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.
"frequencyCaps": [
{
"numTimeUnits": 42,
"timeUnitType": "A String",
"maxImpressions": 42,
},
],
"creativeBlockingLevel": "A String",
"deliveryRateType": "A String",
},
"terms": { # The negotiable terms of the deal. (updatable)
"brandingType": "A String", # Visibilty of the URL in bid requests.
"crossListedExternalDealIdType": "A String", # Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.
"guaranteedFixedPriceTerms": { # The terms for guaranteed fixed price deals.
"guaranteedImpressions": "A String", # Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
"minimumDailyLooks": "A String", # Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.
"guaranteedLooks": "A String", # Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.
"billingInfo": { # External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.
"price": { # The original reservation price for the deal, if the currency code is different from the one used in negotiation.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"dfpLineItemId": "A String", # The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.
"originalContractedQuantity": "A String", # The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.
"currencyConversionTimeMs": "A String", # The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into advertiser's currency without discrepancy.
},
},
"sellerTimeZone": "A String", # For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)
"estimatedImpressionsPerDay": "A String", # Non-binding estimate of the impressions served per day Can be set by buyer or seller.
"nonGuaranteedFixedPriceTerms": { # The terms for non-guaranteed fixed price deals.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"estimatedGrossSpend": { # Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"rubiconNonGuaranteedTerms": { # The terms for rubicon non-guaranteed deals.
"priorityPrice": { # Optional price for Rubicon priority access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"standardPrice": { # Optional price for Rubicon standard access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
"nonGuaranteedAuctionTerms": { # The terms for non-guaranteed auction deals.
"autoOptimizePrivateAuction": True or False, # True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).
"reservePricePerBuyers": [ # Reserve price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"description": "A String", # Description for the proposed terms of the deal.
},
"sharedTargetings": [ # The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)
{
"inclusions": [ # The list of value to include as part of the targeting. Each value is OR'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"exclusions": [ # The list of values to exclude from targeting. Each value is AND'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"key": "A String", # The key representing the shared targeting criterion.
},
],
"dealId": "A String", # A unique deal-id for the deal (readonly).
"creativeSafeFrameCompatibility": "A String", # Specifies whether the creative is safeFrame compatible (buyer-readonly)
"externalDealId": "A String", # The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)
"lastUpdateTimeMs": "A String", # The time (ms since epoch) when the deal was last updated. (readonly)
"programmaticCreativeSource": "A String", # Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)
"kind": "adexchangebuyer#marketplaceDeal", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".
"creativePreApprovalPolicy": "A String", # Specifies the creative pre-approval policy (buyer-readonly)
"name": "A String", # The name of the deal. (updatable)
"buyerPrivateData": { # Buyer private data (hidden from seller).
"referenceId": "A String",
"referencePayload": "A String",
},
"syndicationProduct": "A String", # The syndication product associated with the deal. (readonly, except on create)
"productRevisionNumber": "A String", # The revision number of the product that the deal was created from (readonly, except on create)
"flightStartTimeMs": "A String", # Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"dealServingMetadata": { # Metadata about the serving status of this deal (readonly, writes via custom actions)
"dealPauseStatus": { # Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently. # Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)
"hasSellerPaused": True or False,
"buyerPauseReason": "A String",
"sellerPauseReason": "A String",
"hasBuyerPaused": True or False,
"firstPausedBy": "A String", # If the deal is paused, records which party paused the deal first.
},
},
"creationTimeMs": "A String", # The time (ms since epoch) of the deal creation. (readonly)
},
],
"proposalRevisionNumber": "A String", # The updated revision number for the proposal.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(proposalId, pqlQuery=None)</code>
<pre>List all the deals for a given proposal
Args:
proposalId: string, The proposalId to get deals for. To search across all proposals specify order_id = '-' as part of the URL. (required)
pqlQuery: string, Query string to retrieve specific deals.
Returns:
An object of the form:
{
"deals": [ # List of deals for the proposal
{ # A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.
"flightEndTimeMs": "A String", # Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"sellerContacts": [ # Optional Seller contact information for the deal (buyer-readonly)
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
"isRfpTemplate": True or False, # Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.
"webPropertyCode": "A String",
"proposalId": "A String",
"inventoryDescription": "A String", # Description for the deal terms. (buyer-readonly)
"productId": "A String", # The product-id from which this deal was created. (readonly, except on create)
"deliveryControl": { # The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.
"frequencyCaps": [
{
"numTimeUnits": 42,
"timeUnitType": "A String",
"maxImpressions": 42,
},
],
"creativeBlockingLevel": "A String",
"deliveryRateType": "A String",
},
"terms": { # The negotiable terms of the deal. (updatable)
"brandingType": "A String", # Visibilty of the URL in bid requests.
"crossListedExternalDealIdType": "A String", # Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.
"guaranteedFixedPriceTerms": { # The terms for guaranteed fixed price deals.
"guaranteedImpressions": "A String", # Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
"minimumDailyLooks": "A String", # Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.
"guaranteedLooks": "A String", # Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.
"billingInfo": { # External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.
"price": { # The original reservation price for the deal, if the currency code is different from the one used in negotiation.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"dfpLineItemId": "A String", # The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.
"originalContractedQuantity": "A String", # The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.
"currencyConversionTimeMs": "A String", # The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into advertiser's currency without discrepancy.
},
},
"sellerTimeZone": "A String", # For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)
"estimatedImpressionsPerDay": "A String", # Non-binding estimate of the impressions served per day Can be set by buyer or seller.
"nonGuaranteedFixedPriceTerms": { # The terms for non-guaranteed fixed price deals.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"estimatedGrossSpend": { # Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"rubiconNonGuaranteedTerms": { # The terms for rubicon non-guaranteed deals.
"priorityPrice": { # Optional price for Rubicon priority access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"standardPrice": { # Optional price for Rubicon standard access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
"nonGuaranteedAuctionTerms": { # The terms for non-guaranteed auction deals.
"autoOptimizePrivateAuction": True or False, # True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).
"reservePricePerBuyers": [ # Reserve price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"description": "A String", # Description for the proposed terms of the deal.
},
"sharedTargetings": [ # The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)
{
"inclusions": [ # The list of value to include as part of the targeting. Each value is OR'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"exclusions": [ # The list of values to exclude from targeting. Each value is AND'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"key": "A String", # The key representing the shared targeting criterion.
},
],
"dealId": "A String", # A unique deal-id for the deal (readonly).
"creativeSafeFrameCompatibility": "A String", # Specifies whether the creative is safeFrame compatible (buyer-readonly)
"externalDealId": "A String", # The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)
"lastUpdateTimeMs": "A String", # The time (ms since epoch) when the deal was last updated. (readonly)
"programmaticCreativeSource": "A String", # Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)
"kind": "adexchangebuyer#marketplaceDeal", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".
"creativePreApprovalPolicy": "A String", # Specifies the creative pre-approval policy (buyer-readonly)
"name": "A String", # The name of the deal. (updatable)
"buyerPrivateData": { # Buyer private data (hidden from seller).
"referenceId": "A String",
"referencePayload": "A String",
},
"syndicationProduct": "A String", # The syndication product associated with the deal. (readonly, except on create)
"productRevisionNumber": "A String", # The revision number of the product that the deal was created from (readonly, except on create)
"flightStartTimeMs": "A String", # Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"dealServingMetadata": { # Metadata about the serving status of this deal (readonly, writes via custom actions)
"dealPauseStatus": { # Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently. # Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)
"hasSellerPaused": True or False,
"buyerPauseReason": "A String",
"sellerPauseReason": "A String",
"hasBuyerPaused": True or False,
"firstPausedBy": "A String", # If the deal is paused, records which party paused the deal first.
},
},
"creationTimeMs": "A String", # The time (ms since epoch) of the deal creation. (readonly)
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="update">update(proposalId, body)</code>
<pre>Replaces all the deals in the proposal with the passed in deals
Args:
proposalId: string, The proposalId to edit deals on. (required)
body: object, The request body. (required)
The object takes the form of:
{
"deals": [ # List of deals to edit. Service may perform 3 different operations based on comparison of deals in this list vs deals already persisted in database: 1. Add new deal to proposal If a deal in this list does not exist in the proposal, the service will create a new deal and add it to the proposal. Validation will follow AddOrderDealsRequest. 2. Update existing deal in the proposal If a deal in this list already exist in the proposal, the service will update that existing deal to this new deal in the request. Validation will follow UpdateOrderDealsRequest. 3. Delete deals from the proposal (just need the id) If a existing deal in the proposal is not present in this list, the service will delete that deal from the proposal. Validation will follow DeleteOrderDealsRequest.
{ # A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.
"flightEndTimeMs": "A String", # Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"sellerContacts": [ # Optional Seller contact information for the deal (buyer-readonly)
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
"isRfpTemplate": True or False, # Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.
"webPropertyCode": "A String",
"proposalId": "A String",
"inventoryDescription": "A String", # Description for the deal terms. (buyer-readonly)
"productId": "A String", # The product-id from which this deal was created. (readonly, except on create)
"deliveryControl": { # The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.
"frequencyCaps": [
{
"numTimeUnits": 42,
"timeUnitType": "A String",
"maxImpressions": 42,
},
],
"creativeBlockingLevel": "A String",
"deliveryRateType": "A String",
},
"terms": { # The negotiable terms of the deal. (updatable)
"brandingType": "A String", # Visibilty of the URL in bid requests.
"crossListedExternalDealIdType": "A String", # Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.
"guaranteedFixedPriceTerms": { # The terms for guaranteed fixed price deals.
"guaranteedImpressions": "A String", # Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
"minimumDailyLooks": "A String", # Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.
"guaranteedLooks": "A String", # Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.
"billingInfo": { # External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.
"price": { # The original reservation price for the deal, if the currency code is different from the one used in negotiation.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"dfpLineItemId": "A String", # The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.
"originalContractedQuantity": "A String", # The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.
"currencyConversionTimeMs": "A String", # The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into advertiser's currency without discrepancy.
},
},
"sellerTimeZone": "A String", # For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)
"estimatedImpressionsPerDay": "A String", # Non-binding estimate of the impressions served per day Can be set by buyer or seller.
"nonGuaranteedFixedPriceTerms": { # The terms for non-guaranteed fixed price deals.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"estimatedGrossSpend": { # Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"rubiconNonGuaranteedTerms": { # The terms for rubicon non-guaranteed deals.
"priorityPrice": { # Optional price for Rubicon priority access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"standardPrice": { # Optional price for Rubicon standard access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
"nonGuaranteedAuctionTerms": { # The terms for non-guaranteed auction deals.
"autoOptimizePrivateAuction": True or False, # True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).
"reservePricePerBuyers": [ # Reserve price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"description": "A String", # Description for the proposed terms of the deal.
},
"sharedTargetings": [ # The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)
{
"inclusions": [ # The list of value to include as part of the targeting. Each value is OR'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"exclusions": [ # The list of values to exclude from targeting. Each value is AND'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"key": "A String", # The key representing the shared targeting criterion.
},
],
"dealId": "A String", # A unique deal-id for the deal (readonly).
"creativeSafeFrameCompatibility": "A String", # Specifies whether the creative is safeFrame compatible (buyer-readonly)
"externalDealId": "A String", # The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)
"lastUpdateTimeMs": "A String", # The time (ms since epoch) when the deal was last updated. (readonly)
"programmaticCreativeSource": "A String", # Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)
"kind": "adexchangebuyer#marketplaceDeal", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".
"creativePreApprovalPolicy": "A String", # Specifies the creative pre-approval policy (buyer-readonly)
"name": "A String", # The name of the deal. (updatable)
"buyerPrivateData": { # Buyer private data (hidden from seller).
"referenceId": "A String",
"referencePayload": "A String",
},
"syndicationProduct": "A String", # The syndication product associated with the deal. (readonly, except on create)
"productRevisionNumber": "A String", # The revision number of the product that the deal was created from (readonly, except on create)
"flightStartTimeMs": "A String", # Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"dealServingMetadata": { # Metadata about the serving status of this deal (readonly, writes via custom actions)
"dealPauseStatus": { # Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently. # Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)
"hasSellerPaused": True or False,
"buyerPauseReason": "A String",
"sellerPauseReason": "A String",
"hasBuyerPaused": True or False,
"firstPausedBy": "A String", # If the deal is paused, records which party paused the deal first.
},
},
"creationTimeMs": "A String", # The time (ms since epoch) of the deal creation. (readonly)
},
],
"proposal": { # Represents a proposal in the marketplace. A proposal is the unit of negotiation between a seller and a buyer and contains deals which are served. Each field in a proposal can have one of the following setting: # If specified, also updates the proposal in the batch transaction. This is useful when the proposal and the deals need to be updated in one transaction.
#
# (readonly) - It is an error to try and set this field. (buyer-readonly) - Only the seller can set this field. (seller-readonly) - Only the buyer can set this field. (updatable) - The field is updatable at all times by either buyer or the seller.
"labels": [ # List of labels associated with the proposal. (readonly)
{
"createTimeMs": "A String", # The creation time (in ms since epoch) for the label.
"deprecatedMarketplaceDealParty": { # Information about the party that created the label.
"buyer": { # The buyer/seller associated with the deal. One of buyer/seller is specified for a deal-party.
"accountId": "A String", # Adx account id of the buyer.
},
"seller": { # The buyer/seller associated with the deal. One of buyer/seller is specified for a deal party.
"subAccountId": "A String", # Optional sub-account id for the seller.
"accountId": "A String", # The unique id for the seller. The seller fills in this field. The seller account id is then available to buyer in the product.
},
},
"label": "A String", # The label to use.
"accountId": "A String", # The accountId of the party that created the label.
},
],
"sellerContacts": [ # Optional contact information of the seller (buyer-readonly).
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
"negotiationId": "A String", # Optional negotiation id if this proposal is a preferred deal proposal.
"inventorySource": "A String", # What exchange will provide this inventory (readonly, except on create).
"revisionNumber": "A String", # The revision number for the proposal (readonly).
"revisionTimeMs": "A String", # The time (ms since epoch) when the proposal was last revised (readonly).
"seller": { # Reference to the seller on the proposal. (readonly, except on create)
"subAccountId": "A String", # Optional sub-account id for the seller.
"accountId": "A String", # The unique id for the seller. The seller fills in this field. The seller account id is then available to buyer in the product.
},
"proposalId": "A String", # The unique id of the proposal. (readonly).
"isRenegotiating": True or False, # True if the proposal is being renegotiated (readonly).
"dbmAdvertiserIds": [ # IDs of DBM advertisers permission to this proposal.
"A String",
],
"lastUpdaterOrCommentorRole": "A String", # The role of the last user that either updated the proposal or left a comment. (readonly)
"privateAuctionId": "A String", # Optional private auction id if this proposal is a private auction proposal.
"originatorRole": "A String", # Indicates whether the buyer/seller created the proposal.(readonly)
"hasSellerSignedOff": True or False, # When an proposal is in an accepted state, indicates whether the buyer has signed off Once both sides have signed off on a deal, the proposal can be finalized by the seller. (buyer-readonly)
"buyer": { # Reference to the buyer on the proposal. (readonly, except on create)
"accountId": "A String", # Adx account id of the buyer.
},
"hasBuyerSignedOff": True or False, # When an proposal is in an accepted state, indicates whether the buyer has signed off. Once both sides have signed off on a deal, the proposal can be finalized by the seller. (seller-readonly)
"kind": "adexchangebuyer#proposal", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#proposal".
"proposalState": "A String", # The current state of the proposal. (readonly)
"name": "A String", # The name for the proposal (updatable)
"buyerPrivateData": { # Private data for buyer. (hidden from seller).
"referenceId": "A String",
"referencePayload": "A String",
},
"billedBuyer": { # Reference to the buyer that will get billed for this proposal. (readonly)
"accountId": "A String", # Adx account id of the buyer.
},
"isSetupComplete": True or False, # True, if the buyside inventory setup is complete for this proposal. (readonly, except via OrderSetupCompleted action)
"buyerContacts": [ # Optional contact information of the buyer. (seller-readonly)
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
},
"proposalRevisionNumber": "A String", # The last known revision number for the proposal.
"updateAction": "A String", # Indicates an optional action to take on the proposal
}
Returns:
An object of the form:
{
"deals": [ # List of all deals in the proposal after edit.
{ # A proposal can contain multiple deals. A deal contains the terms and targeting information that is used for serving.
"flightEndTimeMs": "A String", # Proposed flight end time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"sellerContacts": [ # Optional Seller contact information for the deal (buyer-readonly)
{
"email": "A String", # Email address of the contact.
"name": "A String", # The name of the contact.
},
],
"isRfpTemplate": True or False, # Indicates whether the current deal is a RFP template. RFP template is created by buyer and not based on seller created products.
"webPropertyCode": "A String",
"proposalId": "A String",
"inventoryDescription": "A String", # Description for the deal terms. (buyer-readonly)
"productId": "A String", # The product-id from which this deal was created. (readonly, except on create)
"deliveryControl": { # The set of fields around delivery control that are interesting for a buyer to see but are non-negotiable. These are set by the publisher. This message is assigned an id of 100 since some day we would want to model this as a protobuf extension.
"frequencyCaps": [
{
"numTimeUnits": 42,
"timeUnitType": "A String",
"maxImpressions": 42,
},
],
"creativeBlockingLevel": "A String",
"deliveryRateType": "A String",
},
"terms": { # The negotiable terms of the deal. (updatable)
"brandingType": "A String", # Visibilty of the URL in bid requests.
"crossListedExternalDealIdType": "A String", # Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.
"guaranteedFixedPriceTerms": { # The terms for guaranteed fixed price deals.
"guaranteedImpressions": "A String", # Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
"minimumDailyLooks": "A String", # Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.
"guaranteedLooks": "A String", # Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.
"billingInfo": { # External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.
"price": { # The original reservation price for the deal, if the currency code is different from the one used in negotiation.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"dfpLineItemId": "A String", # The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.
"originalContractedQuantity": "A String", # The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.
"currencyConversionTimeMs": "A String", # The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into advertiser's currency without discrepancy.
},
},
"sellerTimeZone": "A String", # For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)
"estimatedImpressionsPerDay": "A String", # Non-binding estimate of the impressions served per day Can be set by buyer or seller.
"nonGuaranteedFixedPriceTerms": { # The terms for non-guaranteed fixed price deals.
"fixedPrices": [ # Fixed price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"estimatedGrossSpend": { # Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"rubiconNonGuaranteedTerms": { # The terms for rubicon non-guaranteed deals.
"priorityPrice": { # Optional price for Rubicon priority access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
"standardPrice": { # Optional price for Rubicon standard access in the auction.
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
"nonGuaranteedAuctionTerms": { # The terms for non-guaranteed auction deals.
"autoOptimizePrivateAuction": True or False, # True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).
"reservePricePerBuyers": [ # Reserve price for the specified buyer.
{ # Used to specify pricing rules for buyers/advertisers. Each PricePerBuyer in an product can become [0,1] deals. To check if there is a PricePerBuyer for a particular buyer or buyer/advertiser pair, we look for the most specific matching rule - we first look for a rule matching the buyer and advertiser, next a rule with the buyer but an empty advertiser list, and otherwise look for a matching rule where no buyer is set.
"auctionTier": "A String", # Optional access type for this buyer.
"buyer": { # The buyer who will pay this price. If unset, all buyers can pay this price (if the advertisers match, and there's no more specific rule matching the buyer).
"accountId": "A String", # Adx account id of the buyer.
},
"price": { # The specified price
"pricingType": "A String", # The pricing type for the deal/product.
"currencyCode": "A String", # The currency code for the price.
"expectedCpmMicros": 3.14, # In case of CPD deals, the expected CPM in micros.
"amountMicros": 3.14, # The price value in micros.
},
},
],
},
"description": "A String", # Description for the proposed terms of the deal.
},
"sharedTargetings": [ # The shared targeting visible to buyers and sellers. Each shared targeting entity is AND'd together. (updatable)
{
"inclusions": [ # The list of value to include as part of the targeting. Each value is OR'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"exclusions": [ # The list of values to exclude from targeting. Each value is AND'd together.
{
"longValue": "A String", # The long value to exclude/include.
"dayPartTargetingValue": { # The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.
"dayParts": [
{
"dayOfWeek": "A String",
"endHour": 42,
"startMinute": 42,
"endMinute": 42,
"startHour": 42,
},
],
"timeZoneType": "A String",
},
"creativeSizeValue": { # The creative size value to exclude/include.
"skippableAdType": "A String", # The skippable ad type for video size.
"creativeSizeType": "A String", # The Creative size type.
"companionSizes": [ # For video size type, the list of companion sizes.
{
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
],
"size": { # For regular or video creative size type, specifies the size of the creative.
"width": 42, # The width of the creative.
"height": 42, # The height of the creative.
},
},
"stringValue": "A String", # The string value to exclude/include.
},
],
"key": "A String", # The key representing the shared targeting criterion.
},
],
"dealId": "A String", # A unique deal-id for the deal (readonly).
"creativeSafeFrameCompatibility": "A String", # Specifies whether the creative is safeFrame compatible (buyer-readonly)
"externalDealId": "A String", # The external deal id assigned to this deal once the deal is finalized. This is the deal-id that shows up in serving/reporting etc. (readonly)
"lastUpdateTimeMs": "A String", # The time (ms since epoch) when the deal was last updated. (readonly)
"programmaticCreativeSource": "A String", # Specifies the creative source for programmatic deals, PUBLISHER means creative is provided by seller and ADVERTISR means creative is provided by buyer. (buyer-readonly)
"kind": "adexchangebuyer#marketplaceDeal", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceDeal".
"creativePreApprovalPolicy": "A String", # Specifies the creative pre-approval policy (buyer-readonly)
"name": "A String", # The name of the deal. (updatable)
"buyerPrivateData": { # Buyer private data (hidden from seller).
"referenceId": "A String",
"referencePayload": "A String",
},
"syndicationProduct": "A String", # The syndication product associated with the deal. (readonly, except on create)
"productRevisionNumber": "A String", # The revision number of the product that the deal was created from (readonly, except on create)
"flightStartTimeMs": "A String", # Proposed flight start time of the deal (ms since epoch) This will generally be stored in a granularity of a second. (updatable)
"dealServingMetadata": { # Metadata about the serving status of this deal (readonly, writes via custom actions)
"dealPauseStatus": { # Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently. # Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)
"hasSellerPaused": True or False,
"buyerPauseReason": "A String",
"sellerPauseReason": "A String",
"hasBuyerPaused": True or False,
"firstPausedBy": "A String", # If the deal is paused, records which party paused the deal first.
},
},
"creationTimeMs": "A String", # The time (ms since epoch) of the deal creation. (readonly)
},
],
"orderRevisionNumber": "A String", # The latest revision number after the update has been applied.
}</pre>
</div>
</body></html>