This is an invitation-only beta feature.
For a list of methods for this resource, see the end of this page.
Resource representations
A product is segment of inventory that a seller wishes to sell. It is associated with certain terms and targeting information which helps buyer know more about the inventory. Each field in a product can have one of the following setting:
(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.
{ "kind": "adexchangebuyer#product", "productId": string, "creationTimeMs": long, "lastUpdateTimeMs": long, "revisionNumber": long, "creatorRole": string, "seller": { "accountId": string, "subAccountId": string }, "buyer": { "accountId": string }, "billedBuyer": { "accountId": string }, "name": string, "state": string, "publisherProfileId": string, "marketplacePublisherProfileId": string, "webPropertyCode": string, "terms": { "description": string, "brandingType": string, "estimatedGrossSpend": { "pricingType": string, "amountMicros": double, "expectedCpmMicros": double, "currencyCode": string }, "estimatedImpressionsPerDay": long, "sellerTimeZone": string, "crossListedExternalDealIdType": string, "guaranteedFixedPriceTerms": { "guaranteedLooks": long, "minimumDailyLooks": long, "guaranteedImpressions": long, "fixedPrices": [ { "price": { "pricingType": string, "amountMicros": double, "expectedCpmMicros": double, "currencyCode": string }, "buyer": { "accountId": string }, "auctionTier": string, "billedBuyer": { "accountId": string } } ], "billingInfo": { "price": { "pricingType": string, "amountMicros": double, "expectedCpmMicros": double, "currencyCode": string }, "currencyConversionTimeMs": long, "originalContractedQuantity": long, "dfpLineItemId": long } }, "nonGuaranteedFixedPriceTerms": { "fixedPrices": [ { "price": { "pricingType": string, "amountMicros": double, "expectedCpmMicros": double, "currencyCode": string }, "buyer": { "accountId": string }, "auctionTier": string, "billedBuyer": { "accountId": string } } ] }, "nonGuaranteedAuctionTerms": { "reservePricePerBuyers": [ { "price": { "pricingType": string, "amountMicros": double, "expectedCpmMicros": double, "currencyCode": string }, "buyer": { "accountId": string }, "auctionTier": string, "billedBuyer": { "accountId": string } } ], "autoOptimizePrivateAuction": boolean }, "rubiconNonGuaranteedTerms": { "standardPrice": { "pricingType": string, "amountMicros": double, "expectedCpmMicros": double, "currencyCode": string }, "priorityPrice": { "pricingType": string, "amountMicros": double, "expectedCpmMicros": double, "currencyCode": string } } }, "creatorContacts": [ { "email": string, "name": string } ], "flightStartTimeMs": long, "flightEndTimeMs": long, "hasCreatorSignedOff": boolean, "sharedTargetings": [ { "key": string, "exclusions": [ { "longValue": long, "stringValue": string, "creativeSizeValue": { "creativeSizeType": string, "size": { "width": integer, "height": integer }, "companionSizes": [ { "width": integer, "height": integer } ], "skippableAdType": string, "nativeTemplate": string, "allowedFormats": [ string ] }, "dayPartTargetingValue": { "timeZoneType": string, "dayParts": [ { "dayOfWeek": string, "startHour": integer, "startMinute": integer, "endHour": integer, "endMinute": integer } ] }, "demogAgeCriteriaValue": { "demogAgeCriteriaIds": [ string ] }, "demogGenderCriteriaValue": { "demogGenderCriteriaIds": [ string ] } } ], "inclusions": [ { "longValue": long, "stringValue": string, "creativeSizeValue": { "creativeSizeType": string, "size": { "width": integer, "height": integer }, "companionSizes": [ { "width": integer, "height": integer } ], "skippableAdType": string, "nativeTemplate": string, "allowedFormats": [ string ] }, "dayPartTargetingValue": { "timeZoneType": string, "dayParts": [ { "dayOfWeek": string, "startHour": integer, "startMinute": integer, "endHour": integer, "endMinute": integer } ] }, "demogAgeCriteriaValue": { "demogAgeCriteriaIds": [ string ] }, "demogGenderCriteriaValue": { "demogGenderCriteriaIds": [ string ] } } ] } ], "labels": [ { "label": string, "deprecatedMarketplaceDealParty": { "buyer": { "accountId": string }, "seller": { "accountId": string, "subAccountId": string } }, "accountId": string, "createTimeMs": long } ], "syndicationProduct": string, "inventorySource": string, "privateAuctionId": string, "legacyOfferId": string, "deliveryControl": { "deliveryRateType": string, "frequencyCaps": [ { "maxImpressions": integer, "numTimeUnits": integer, "timeUnitType": string } ], "creativeBlockingLevel": string }, "publisherProvidedForecast": { "weeklyImpressions": long, "weeklyUniques": long, "dimensions": [ { "dimensionType": string, "dimensionValues": [ { "id": integer, "name": string, "percentage": integer } ] } ] } }
Property name | Value | Description | Notes |
---|---|---|---|
billedBuyer |
nested object |
The billed buyer corresponding to the buyer that created the offer. (readonly, except on create) | |
billedBuyer.accountId |
string |
Adx account id of the buyer. | |
buyer |
nested object |
The buyer that created the offer if this is a buyer initiated offer (readonly, except on create) | |
buyer.accountId |
string |
Adx account id of the buyer. | |
creationTimeMs |
long |
Creation time in ms. since epoch (readonly) | |
creatorContacts[] |
list |
Optional contact information for the creator of this product. (buyer-readonly) | |
creatorContacts[].email |
string |
Email address of the contact. | |
creatorContacts[].name |
string |
The name of the contact. | |
creatorRole |
string |
The role that created the offer. Set to BUYER for buyer initiated offers.
Acceptable values are:
|
|
deliveryControl |
nested object |
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. | |
deliveryControl.creativeBlockingLevel |
string |
Acceptable values are:
|
|
deliveryControl.deliveryRateType |
string |
Acceptable values are:
|
|
deliveryControl.frequencyCaps[] |
list |
||
deliveryControl.frequencyCaps[].maxImpressions |
integer |
||
deliveryControl.frequencyCaps[].numTimeUnits |
integer |
||
deliveryControl.frequencyCaps[].timeUnitType |
string |
Acceptable values are:
|
|
flightEndTimeMs |
long |
The proposed end time for the deal (ms since epoch) (buyer-readonly) | |
flightStartTimeMs |
long |
Inventory availability dates. (times are in ms since epoch) The granularity is generally in the order of seconds. (buyer-readonly) | |
hasCreatorSignedOff |
boolean |
If the creator has already signed off on the product, then the buyer can finalize the deal by accepting the product as is. When copying to a proposal, if any of the terms are changed, then auto_finalize is automatically set to false. | |
inventorySource |
string |
What exchange will provide this inventory (readonly, except on create).
Acceptable values are:
|
|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#product" . |
|
labels[] |
list |
Optional List of labels for the product (optional, buyer-readonly). | |
labels[].accountId |
string |
The accountId of the party that created the label. | |
labels[].createTimeMs |
long |
The creation time (in ms since epoch) for the label. | |
labels[].deprecatedMarketplaceDealParty |
nested object |
Information about the party that created the label. | |
labels[].deprecatedMarketplaceDealParty.buyer |
nested object |
The buyer/seller associated with the deal. One of buyer/seller is specified for a deal-party. | |
labels[].deprecatedMarketplaceDealParty.buyer.accountId |
string |
Adx account id of the buyer. | |
labels[].deprecatedMarketplaceDealParty.seller |
nested object |
The buyer/seller associated with the deal. One of buyer/seller is specified for a deal party. | |
labels[].deprecatedMarketplaceDealParty.seller.accountId |
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. | |
labels[].deprecatedMarketplaceDealParty.seller.subAccountId |
string |
Optional sub-account id for the seller. | |
labels[].label |
string |
The label to use.
Acceptable values are:
|
|
lastUpdateTimeMs |
long |
Time of last update in ms. since epoch (readonly) | |
legacyOfferId |
string |
Optional legacy offer id if this offer is a preferred deal offer. | |
marketplacePublisherProfileId |
string |
Marketplace publisher profile Id. This Id differs from the regular publisher_profile_id in that 1. This is a new id, the old Id will be deprecated in 2017. 2. This id uniquely identifies a publisher profile by itself. | |
name |
string |
The name for this product as set by the seller. (buyer-readonly) | |
privateAuctionId |
string |
Optional private auction id if this offer is a private auction offer. | |
productId |
string |
The unique id for the product (readonly) | |
publisherProfileId |
string |
Id of the publisher profile for a given seller. A (seller.account_id, publisher_profile_id) pair uniquely identifies a publisher profile. Buyers can call the PublisherProfiles::List endpoint to get a list of publisher profiles for a given seller. | |
publisherProvidedForecast |
nested object |
Publisher self-provided forecast information. | |
publisherProvidedForecast.dimensions[] |
list |
Publisher provided dimensions. E.g. geo, sizes etc... | |
publisherProvidedForecast.dimensions[].dimensionType |
string |
Acceptable values are:
|
|
publisherProvidedForecast.dimensions[].dimensionValues[] |
list |
||
publisherProvidedForecast.dimensions[].dimensionValues[].id |
integer |
Id of the dimension. | |
publisherProvidedForecast.dimensions[].dimensionValues[].name |
string |
Name of the dimension mainly for debugging purposes, except for the case of CREATIVE_SIZE. For CREATIVE_SIZE, strings are used instead of ids. | |
publisherProvidedForecast.dimensions[].dimensionValues[].percentage |
integer |
Percent of total impressions for a dimension type. e.g. {dimension_type: 'GENDER', [{dimension_value: {id: 1, name: 'MALE', percentage: 60}}]} Gender MALE is 60% of all impressions which have gender. | |
publisherProvidedForecast.weeklyImpressions |
long |
Publisher provided weekly impressions. | |
publisherProvidedForecast.weeklyUniques |
long |
Publisher provided weekly uniques. | |
revisionNumber |
long |
The revision number of the product. (readonly) | |
seller |
nested object |
Information about the seller that created this product (readonly, except on create) | |
seller.accountId |
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. | |
seller.subAccountId |
string |
Optional sub-account id for the seller. | |
sharedTargetings[] |
list |
Targeting that is shared between the buyer and the seller. Each targeting criteria has a specified key and for each key there is a list of inclusion value or exclusion values. (buyer-readonly) | |
sharedTargetings[].exclusions[] |
list |
The list of values to exclude from targeting. Each value is AND'd together. | |
sharedTargetings[].exclusions[].creativeSizeValue |
nested object |
The creative size value to exclude/include. | |
sharedTargetings[].exclusions[].creativeSizeValue.allowedFormats[] |
list |
The formats allowed by the publisher. | |
sharedTargetings[].exclusions[].creativeSizeValue.companionSizes[] |
list |
For video size type, the list of companion sizes. | |
sharedTargetings[].exclusions[].creativeSizeValue.companionSizes[].height |
integer |
The height of the creative. | |
sharedTargetings[].exclusions[].creativeSizeValue.companionSizes[].width |
integer |
The width of the creative. | |
sharedTargetings[].exclusions[].creativeSizeValue.creativeSizeType |
string |
The Creative size type.
Acceptable values are:
|
|
sharedTargetings[].exclusions[].creativeSizeValue.nativeTemplate |
string |
The native template for native ad.
Acceptable values are:
|
|
sharedTargetings[].exclusions[].creativeSizeValue.size |
nested object |
For regular or video creative size type, specifies the size of the creative. | |
sharedTargetings[].exclusions[].creativeSizeValue.size.height |
integer |
The height of the creative. | |
sharedTargetings[].exclusions[].creativeSizeValue.size.width |
integer |
The width of the creative. | |
sharedTargetings[].exclusions[].creativeSizeValue.skippableAdType |
string |
The skippable ad type for video size.
Acceptable values are:
|
|
sharedTargetings[].exclusions[].dayPartTargetingValue |
nested object |
The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING. | |
sharedTargetings[].exclusions[].dayPartTargetingValue.dayParts[] |
list |
||
sharedTargetings[].exclusions[].dayPartTargetingValue.dayParts[].dayOfWeek |
string |
Acceptable values are:
|
|
sharedTargetings[].exclusions[].dayPartTargetingValue.dayParts[].endHour |
integer |
||
sharedTargetings[].exclusions[].dayPartTargetingValue.dayParts[].endMinute |
integer |
||
sharedTargetings[].exclusions[].dayPartTargetingValue.dayParts[].startHour |
integer |
||
sharedTargetings[].exclusions[].dayPartTargetingValue.dayParts[].startMinute |
integer |
||
sharedTargetings[].exclusions[].dayPartTargetingValue.timeZoneType |
string |
Acceptable values are:
|
|
sharedTargetings[].exclusions[].demogAgeCriteriaValue |
nested object |
||
sharedTargetings[].exclusions[].demogAgeCriteriaValue.demogAgeCriteriaIds[] |
list |
||
sharedTargetings[].exclusions[].demogGenderCriteriaValue |
nested object |
||
sharedTargetings[].exclusions[].demogGenderCriteriaValue.demogGenderCriteriaIds[] |
list |
||
sharedTargetings[].exclusions[].longValue |
long |
The long value to exclude/include. | |
sharedTargetings[].exclusions[].stringValue |
string |
The string value to exclude/include. | |
sharedTargetings[].inclusions[] |
list |
The list of value to include as part of the targeting. Each value is OR'd together. | |
sharedTargetings[].inclusions[].creativeSizeValue |
nested object |
The creative size value to exclude/include. | |
sharedTargetings[].inclusions[].creativeSizeValue.allowedFormats[] |
list |
The formats allowed by the publisher. | |
sharedTargetings[].inclusions[].creativeSizeValue.companionSizes[] |
list |
For video size type, the list of companion sizes. | |
sharedTargetings[].inclusions[].creativeSizeValue.companionSizes[].height |
integer |
The height of the creative. | |
sharedTargetings[].inclusions[].creativeSizeValue.companionSizes[].width |
integer |
The width of the creative. | |
sharedTargetings[].inclusions[].creativeSizeValue.creativeSizeType |
string |
The Creative size type.
Acceptable values are:
|
|
sharedTargetings[].inclusions[].creativeSizeValue.nativeTemplate |
string |
The native template for native ad.
Acceptable values are:
|
|
sharedTargetings[].inclusions[].creativeSizeValue.size |
nested object |
For regular or video creative size type, specifies the size of the creative. | |
sharedTargetings[].inclusions[].creativeSizeValue.size.height |
integer |
The height of the creative. | |
sharedTargetings[].inclusions[].creativeSizeValue.size.width |
integer |
The width of the creative. | |
sharedTargetings[].inclusions[].creativeSizeValue.skippableAdType |
string |
The skippable ad type for video size.
Acceptable values are:
|
|
sharedTargetings[].inclusions[].dayPartTargetingValue |
nested object |
The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING. | |
sharedTargetings[].inclusions[].dayPartTargetingValue.dayParts[] |
list |
||
sharedTargetings[].inclusions[].dayPartTargetingValue.dayParts[].dayOfWeek |
string |
Acceptable values are:
|
|
sharedTargetings[].inclusions[].dayPartTargetingValue.dayParts[].endHour |
integer |
||
sharedTargetings[].inclusions[].dayPartTargetingValue.dayParts[].endMinute |
integer |
||
sharedTargetings[].inclusions[].dayPartTargetingValue.dayParts[].startHour |
integer |
||
sharedTargetings[].inclusions[].dayPartTargetingValue.dayParts[].startMinute |
integer |
||
sharedTargetings[].inclusions[].dayPartTargetingValue.timeZoneType |
string |
Acceptable values are:
|
|
sharedTargetings[].inclusions[].demogAgeCriteriaValue |
nested object |
||
sharedTargetings[].inclusions[].demogAgeCriteriaValue.demogAgeCriteriaIds[] |
list |
||
sharedTargetings[].inclusions[].demogGenderCriteriaValue |
nested object |
||
sharedTargetings[].inclusions[].demogGenderCriteriaValue.demogGenderCriteriaIds[] |
list |
||
sharedTargetings[].inclusions[].longValue |
long |
The long value to exclude/include. | |
sharedTargetings[].inclusions[].stringValue |
string |
The string value to exclude/include. | |
sharedTargetings[].key |
string |
The key representing the shared targeting criterion. | |
state |
string |
The state of the product. (buyer-readonly)
Acceptable values are:
|
|
syndicationProduct |
string |
The syndication product associated with the deal. (readonly, except on create)
Acceptable values are:
|
|
terms |
nested object |
The negotiable terms of the deal (buyer-readonly) | |
terms.brandingType |
string |
Visibility of the URL in bid requests.
Acceptable values are:
|
|
terms.crossListedExternalDealIdType |
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.
Acceptable values are:
|
|
terms.description |
string |
Description for the proposed terms of the deal. | |
terms.estimatedGrossSpend |
nested object |
Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller. | |
terms.estimatedGrossSpend.amountMicros |
double |
The price value in micros. | |
terms.estimatedGrossSpend.currencyCode |
string |
The currency code for the price. | |
terms.estimatedGrossSpend.expectedCpmMicros |
double |
In case of CPD deals, the expected CPM in micros. | |
terms.estimatedGrossSpend.pricingType |
string |
The pricing type for the deal/product.
Acceptable values are:
|
|
terms.estimatedImpressionsPerDay |
long |
Non-binding estimate of the impressions served per day Can be set by buyer or seller. | |
terms.guaranteedFixedPriceTerms |
nested object |
The terms for guaranteed fixed price deals. | |
terms.guaranteedFixedPriceTerms.billingInfo |
nested object |
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. | |
terms.guaranteedFixedPriceTerms.billingInfo.currencyConversionTimeMs |
long |
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 buyer's currency without discrepancy. | |
terms.guaranteedFixedPriceTerms.billingInfo.dfpLineItemId |
long |
The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation. | |
terms.guaranteedFixedPriceTerms.billingInfo.originalContractedQuantity |
long |
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. | |
terms.guaranteedFixedPriceTerms.billingInfo.price |
nested object |
The original reservation price for the deal, if the currency code is different from the one used in negotiation. | |
terms.guaranteedFixedPriceTerms.billingInfo.price.amountMicros |
double |
The price value in micros. | |
terms.guaranteedFixedPriceTerms.billingInfo.price.currencyCode |
string |
The currency code for the price. | |
terms.guaranteedFixedPriceTerms.billingInfo.price.expectedCpmMicros |
double |
In case of CPD deals, the expected CPM in micros. | |
terms.guaranteedFixedPriceTerms.billingInfo.price.pricingType |
string |
The pricing type for the deal/product.
Acceptable values are:
|
|
terms.guaranteedFixedPriceTerms.fixedPrices[] |
list |
Fixed price for the specified buyer. | |
terms.guaranteedFixedPriceTerms.fixedPrices[].auctionTier |
string |
Optional access type for this buyer.
Acceptable values are:
|
|
terms.guaranteedFixedPriceTerms.fixedPrices[].billedBuyer |
nested object |
Reference to the buyer that will get billed. | |
terms.guaranteedFixedPriceTerms.fixedPrices[].billedBuyer.accountId |
string |
Adx account id of the buyer. | |
terms.guaranteedFixedPriceTerms.fixedPrices[].buyer |
nested object |
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). | |
terms.guaranteedFixedPriceTerms.fixedPrices[].buyer.accountId |
string |
Adx account id of the buyer. | |
terms.guaranteedFixedPriceTerms.fixedPrices[].price |
nested object |
The specified price | |
terms.guaranteedFixedPriceTerms.fixedPrices[].price.amountMicros |
double |
The price value in micros. | |
terms.guaranteedFixedPriceTerms.fixedPrices[].price.currencyCode |
string |
The currency code for the price. | |
terms.guaranteedFixedPriceTerms.fixedPrices[].price.expectedCpmMicros |
double |
In case of CPD deals, the expected CPM in micros. | |
terms.guaranteedFixedPriceTerms.fixedPrices[].price.pricingType |
string |
The pricing type for the deal/product.
Acceptable values are:
|
|
terms.guaranteedFixedPriceTerms.guaranteedImpressions |
long |
Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy. | |
terms.guaranteedFixedPriceTerms.guaranteedLooks |
long |
Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored. | |
terms.guaranteedFixedPriceTerms.minimumDailyLooks |
long |
Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks. | |
terms.nonGuaranteedAuctionTerms |
nested object |
The terms for non-guaranteed auction deals. | |
terms.nonGuaranteedAuctionTerms.autoOptimizePrivateAuction |
boolean |
True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly). | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[] |
list |
Reserve price for the specified buyer. | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].auctionTier |
string |
Optional access type for this buyer.
Acceptable values are:
|
|
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].billedBuyer |
nested object |
Reference to the buyer that will get billed. | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].billedBuyer.accountId |
string |
Adx account id of the buyer. | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].buyer |
nested object |
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). | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].buyer.accountId |
string |
Adx account id of the buyer. | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].price |
nested object |
The specified price | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].price.amountMicros |
double |
The price value in micros. | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].price.currencyCode |
string |
The currency code for the price. | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].price.expectedCpmMicros |
double |
In case of CPD deals, the expected CPM in micros. | |
terms.nonGuaranteedAuctionTerms.reservePricePerBuyers[].price.pricingType |
string |
The pricing type for the deal/product.
Acceptable values are:
|
|
terms.nonGuaranteedFixedPriceTerms |
nested object |
The terms for non-guaranteed fixed price deals. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[] |
list |
Fixed price for the specified buyer. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].auctionTier |
string |
Optional access type for this buyer.
Acceptable values are:
|
|
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].billedBuyer |
nested object |
Reference to the buyer that will get billed. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].billedBuyer.accountId |
string |
Adx account id of the buyer. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].buyer |
nested object |
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). | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].buyer.accountId |
string |
Adx account id of the buyer. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].price |
nested object |
The specified price | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].price.amountMicros |
double |
The price value in micros. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].price.currencyCode |
string |
The currency code for the price. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].price.expectedCpmMicros |
double |
In case of CPD deals, the expected CPM in micros. | |
terms.nonGuaranteedFixedPriceTerms.fixedPrices[].price.pricingType |
string |
The pricing type for the deal/product.
Acceptable values are:
|
|
terms.rubiconNonGuaranteedTerms |
nested object |
The terms for rubicon non-guaranteed deals. | |
terms.rubiconNonGuaranteedTerms.priorityPrice |
nested object |
Optional price for Rubicon priority access in the auction. | |
terms.rubiconNonGuaranteedTerms.priorityPrice.amountMicros |
double |
The price value in micros. | |
terms.rubiconNonGuaranteedTerms.priorityPrice.currencyCode |
string |
The currency code for the price. | |
terms.rubiconNonGuaranteedTerms.priorityPrice.expectedCpmMicros |
double |
In case of CPD deals, the expected CPM in micros. | |
terms.rubiconNonGuaranteedTerms.priorityPrice.pricingType |
string |
The pricing type for the deal/product.
Acceptable values are:
|
|
terms.rubiconNonGuaranteedTerms.standardPrice |
nested object |
Optional price for Rubicon standard access in the auction. | |
terms.rubiconNonGuaranteedTerms.standardPrice.amountMicros |
double |
The price value in micros. | |
terms.rubiconNonGuaranteedTerms.standardPrice.currencyCode |
string |
The currency code for the price. | |
terms.rubiconNonGuaranteedTerms.standardPrice.expectedCpmMicros |
double |
In case of CPD deals, the expected CPM in micros. | |
terms.rubiconNonGuaranteedTerms.standardPrice.pricingType |
string |
The pricing type for the deal/product.
Acceptable values are:
|
|
terms.sellerTimeZone |
string |
For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly) | |
webPropertyCode |
string |
The web property code for the seller. This field is meant to be copied over as is when creating deals. |