View Source GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts (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 correction 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 correction applies to.
  • platform (type: list(String.t), default: nil) - Only set when contextType=PLATFORM. Represents the platforms this correction applies to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.CreativeCorrectionsContexts{
  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.