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