View Source GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsContexts (google_api_ad_exchange_buyer v0.41.0)

Attributes

  • auctionType (type: list(String.t), default: nil) - Only set when contextType=AUCTION_TYPE. Represents the auction types this restriction applies to.
  • contextType (type: String.t, default: nil) - The type of context (e.g., location, platform, auction type, SSL-ness).
  • geoCriteriaId (type: list(integer()), default: nil) - Only set when contextType=LOCATION. Represents the geo criterias this restriction applies to. Impressions are considered to match a context if either the user location or publisher location matches a given geoCriteriaId.
  • platform (type: list(String.t), default: nil) - Only set when contextType=PLATFORM. Represents the platforms this restriction applies to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeServingRestrictionsContexts{
  auctionType: [String.t()] | nil,
  contextType: String.t() | nil,
  geoCriteriaId: [integer()] | nil,
  platform: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.