GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting (google_api_ad_exchange_buyer v0.39.1) 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
(type:list(GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t)
, default:nil
) - A list of inventory sizes to be excluded. -
targetedInventorySizes
(type:list(GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t)
, default:nil
) - A list of inventory sizes to be included.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting{ excludedInventorySizes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()] | nil, targetedInventorySizes: [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.