google_api_ad_exchange_buyer v0.5.0 GoogleApi.AdExchangeBuyer.V14.Model.CreativeContexts1 View Source

Attributes

  • auctionType ([String.t]): Only set when contextType=AUCTION_TYPE. Represents the auction types this restriction applies to. Defaults to: null.
  • contextType (String.t): The type of context (e.g., location, platform, auction type, SSL-ness). Defaults to: null.
  • geoCriteriaId ([integer()]): 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. Defaults to: null.
  • platform ([String.t]): Only set when contextType=PLATFORM. Represents the platforms this restriction applies to. Defaults to: null.

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.V14.Model.CreativeContexts1{
  auctionType: [any()],
  contextType: any(),
  geoCriteriaId: [any()],
  platform: [any()]
}

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.