View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting (google_api_ad_exchange_buyer v0.41.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.InventorySizeTargeting{
  excludedInventorySizes:
    [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()] | nil,
  targetedInventorySizes:
    [GoogleApi.AdExchangeBuyer.V2beta1.Model.AdSize.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.