GoogleApi.AuthorizedBuyersMarketplace.V1.Model.UriTargeting (google_api_authorized_buyers_marketplace v0.2.0) View Source

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

Attributes

  • excludedUris (type: list(String.t), default: nil) - A list of URLs to be excluded.
  • targetedUris (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

Specs

t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.UriTargeting{
  excludedUris: [String.t()] | nil,
  targetedUris: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.