google_api_ad_exchange_buyer v0.11.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting View Source
Represents the size of an ad unit that can be targeted on an ad request. It only applies to Private Auction, AdX Preferred Deals and Auction Packages. This targeting does not apply to Programmatic Guaranteed and Preferred Deals in Ad Manager.
Attributes
- excludedInventorySizes ([AdSize]): A list of inventory sizes to be excluded. Defaults to:
null
. - targetedInventorySizes ([AdSize]): A list of inventory sizes to be included. Defaults to:
null
.
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.V2beta1.Model.InventorySizeTargeting{
excludedInventorySizes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()],
targetedInventorySizes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()]
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting{ excludedInventorySizes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()], targetedInventorySizes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.