View Source GoogleApi.AdExchangeBuyer.V14.Model.Account (google_api_ad_exchange_buyer v0.41.0)

Configuration data for an Ad Exchange buyer account.

Attributes

  • applyPretargetingToNonGuaranteedDeals (type: boolean(), default: nil) - When this is false, bid requests that include a deal ID for a private auction or preferred deal are always sent to your bidder. When true, all active pretargeting configs will be applied to private auctions and preferred deals. Programmatic Guaranteed deals (when enabled) are always sent to your bidder.
  • bidderLocation (type: list(GoogleApi.AdExchangeBuyer.V14.Model.AccountBidderLocation.t), default: nil) - Your bidder locations that have distinct URLs.
  • cookieMatchingNid (type: String.t, default: nil) - The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.
  • cookieMatchingUrl (type: String.t, default: nil) - The base URL used in cookie match requests.
  • id (type: integer(), default: nil) - Account id.
  • kind (type: String.t, default: adexchangebuyer#account) - Resource type.
  • maximumActiveCreatives (type: integer(), default: nil) - The maximum number of active creatives that an account can have, where a creative is active if it was inserted or bid with in the last 30 days. Please contact your technical account manager if you need to change this.
  • maximumTotalQps (type: integer(), default: nil) - The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
  • numberActiveCreatives (type: integer(), default: nil) - The number of creatives that this account inserted or bid with in the last 30 days.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.Account{
  applyPretargetingToNonGuaranteedDeals: boolean() | nil,
  bidderLocation:
    [GoogleApi.AdExchangeBuyer.V14.Model.AccountBidderLocation.t()] | nil,
  cookieMatchingNid: String.t() | nil,
  cookieMatchingUrl: String.t() | nil,
  id: integer() | nil,
  kind: String.t() | nil,
  maximumActiveCreatives: integer() | nil,
  maximumTotalQps: integer() | nil,
  numberActiveCreatives: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.