View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.UrlTargeting (google_api_ad_exchange_buyer v0.41.0)

Represents a list of targeted and excluded URLs (for example, 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.UrlTargeting{
  excludedUrls: [String.t()] | nil,
  targetedUrls: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.