google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.Product View Source
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.
Attributes
- billedBuyer (GoogleApi.AdExchangeBuyer.V14.Model.Buyer.t): The billed buyer corresponding to the buyer that created the offer. (readonly, except on create) Defaults to
nil
. - buyer (GoogleApi.AdExchangeBuyer.V14.Model.Buyer.t): The buyer that created the offer if this is a buyer initiated offer (readonly, except on create) Defaults to
nil
. - creationTimeMs (String.t): Creation time in ms. since epoch (readonly) Defaults to
nil
. - creatorContacts (list(GoogleApi.AdExchangeBuyer.V14.Model.ContactInformation.t)): Optional contact information for the creator of this product. (buyer-readonly) Defaults to
nil
. - creatorRole (String.t): The role that created the offer. Set to BUYER for buyer initiated offers. Defaults to
nil
. - deliveryControl (GoogleApi.AdExchangeBuyer.V14.Model.DeliveryControl.t): 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. Defaults to
nil
. - flightEndTimeMs (String.t): The proposed end time for the deal (ms since epoch) (buyer-readonly) Defaults to
nil
. - flightStartTimeMs (String.t): Inventory availability dates. (times are in ms since epoch) The granularity is generally in the order of seconds. (buyer-readonly) Defaults to
nil
. - 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. Defaults to
nil
. - inventorySource (String.t): What exchange will provide this inventory (readonly, except on create). Defaults to
nil
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#product". Defaults to
adexchangebuyer#product
. - labels (list(GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel.t)): Optional List of labels for the product (optional, buyer-readonly). Defaults to
nil
. - lastUpdateTimeMs (String.t): Time of last update in ms. since epoch (readonly) Defaults to
nil
. - legacyOfferId (String.t): Optional legacy offer id if this offer is a preferred deal offer. Defaults to
nil
. - marketplacePublisherProfileId (String.t): 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. Defaults to
nil
. - name (String.t): The name for this product as set by the seller. (buyer-readonly) Defaults to
nil
. - privateAuctionId (String.t): Optional private auction id if this offer is a private auction offer. Defaults to
nil
. - productId (String.t): The unique id for the product (readonly) Defaults to
nil
. - publisherProfileId (String.t): 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. Defaults to
nil
. - publisherProvidedForecast (GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t): Publisher self-provided forecast information. Defaults to
nil
. - revisionNumber (String.t): The revision number of the product. (readonly) Defaults to
nil
. - seller (GoogleApi.AdExchangeBuyer.V14.Model.Seller.t): Information about the seller that created this product (readonly, except on create) Defaults to
nil
. - sharedTargetings (list(GoogleApi.AdExchangeBuyer.V14.Model.SharedTargeting.t)): 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) Defaults to
nil
. - state (String.t): The state of the product. (buyer-readonly) Defaults to
nil
. - syndicationProduct (String.t): The syndication product associated with the deal. (readonly, except on create) Defaults to
nil
. - terms (GoogleApi.AdExchangeBuyer.V14.Model.DealTerms.t): The negotiable terms of the deal (buyer-readonly) Defaults to
nil
. - webPropertyCode (String.t): The web property code for the seller. This field is meant to be copied over as is when creating deals. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.Product{
billedBuyer: GoogleApi.AdExchangeBuyer.V14.Model.Buyer.t(),
buyer: GoogleApi.AdExchangeBuyer.V14.Model.Buyer.t(),
creationTimeMs: String.t(),
creatorContacts: [GoogleApi.AdExchangeBuyer.V14.Model.ContactInformation.t()],
creatorRole: String.t(),
deliveryControl: GoogleApi.AdExchangeBuyer.V14.Model.DeliveryControl.t(),
flightEndTimeMs: String.t(),
flightStartTimeMs: String.t(),
hasCreatorSignedOff: boolean(),
inventorySource: String.t(),
kind: String.t(),
labels: [GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel.t()],
lastUpdateTimeMs: String.t(),
legacyOfferId: String.t(),
marketplacePublisherProfileId: String.t(),
name: String.t(),
privateAuctionId: String.t(),
productId: String.t(),
publisherProfileId: String.t(),
publisherProvidedForecast:
GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t(),
revisionNumber: String.t(),
seller: GoogleApi.AdExchangeBuyer.V14.Model.Seller.t(),
sharedTargetings: [GoogleApi.AdExchangeBuyer.V14.Model.SharedTargeting.t()],
state: String.t(),
syndicationProduct: String.t(),
terms: GoogleApi.AdExchangeBuyer.V14.Model.DealTerms.t(),
webPropertyCode: String.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.Product{ billedBuyer: GoogleApi.AdExchangeBuyer.V14.Model.Buyer.t(), buyer: GoogleApi.AdExchangeBuyer.V14.Model.Buyer.t(), creationTimeMs: String.t(), creatorContacts: [GoogleApi.AdExchangeBuyer.V14.Model.ContactInformation.t()], creatorRole: String.t(), deliveryControl: GoogleApi.AdExchangeBuyer.V14.Model.DeliveryControl.t(), flightEndTimeMs: String.t(), flightStartTimeMs: String.t(), hasCreatorSignedOff: boolean(), inventorySource: String.t(), kind: String.t(), labels: [GoogleApi.AdExchangeBuyer.V14.Model.MarketplaceLabel.t()], lastUpdateTimeMs: String.t(), legacyOfferId: String.t(), marketplacePublisherProfileId: String.t(), name: String.t(), privateAuctionId: String.t(), productId: String.t(), publisherProfileId: String.t(), publisherProvidedForecast: GoogleApi.AdExchangeBuyer.V14.Model.PublisherProvidedForecast.t(), revisionNumber: String.t(), seller: GoogleApi.AdExchangeBuyer.V14.Model.Seller.t(), sharedTargetings: [GoogleApi.AdExchangeBuyer.V14.Model.SharedTargeting.t()], state: String.t(), syndicationProduct: String.t(), terms: GoogleApi.AdExchangeBuyer.V14.Model.DealTerms.t(), webPropertyCode: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.