google_api_ad_exchange_buyer v0.20.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.UrlTargeting View Source

Represents a list of targeted and excluded URLs (e.g., google.com). For Private Auction and AdX Preferred Deals, URLs are either included or excluded. For Programmatic Guaranteed and Preferred Deals, this doesn't apply.

Attributes

  • excludedUrls (type: list(String.t), default: nil) - A list of URLs to be excluded.
  • targetedUrls (type: list(String.t), default: nil) - A list of URLs 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.UrlTargeting{
  excludedUrls: [String.t()],
  targetedUrls: [String.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.