GoogleApi.RealTimeBidding.V1.Model.Bidder (google_api_real_time_bidding v0.13.2)

View Source

Bidder settings.

Attributes

  • bypassNonguaranteedDealsPretargeting (type: boolean(), default: nil) - Output only. An option to bypass pretargeting for private auctions and preferred deals. When true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will always be sent to the bidder, regardless of the value for this option. Auction packages are not impacted by this value and are subject to the regular pretargeting configurations.
  • cookieMatchingNetworkId (type: String.t, default: nil) - Output only. The buyer's network ID used for cookie matching. This ID corresponds to the google_nid parameter in the URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information.
  • cookieMatchingUrl (type: String.t, default: nil) - Output only. The base URL used in cookie match requests. Refer to https://developers.google.com/authorized-buyers/rtb/cookie-guide for further information.
  • dealsBillingId (type: String.t, default: nil) - Output only. The billing ID for the deals pretargeting config. This billing ID is sent on the bid request for guaranteed and nonguaranteed deals matched in pretargeting.
  • name (type: String.t, default: nil) - Output only. Name of the bidder resource that must follow the pattern bidders/{bidderAccountId}, where {bidderAccountId} is the account ID of the bidder whose information is to be received. One can get their account ID on the Authorized Buyers or Open Bidding UI, or by contacting their Google account manager.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.Bidder{
  bypassNonguaranteedDealsPretargeting: boolean() | nil,
  cookieMatchingNetworkId: String.t() | nil,
  cookieMatchingUrl: String.t() | nil,
  dealsBillingId: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.