google_api_ad_exchange_buyer v0.23.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 (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

Link to this type

t()

View Source
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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.