google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V14.Model.Account View Source

Configuration data for an Ad Exchange buyer account.

Attributes

  • applyPretargetingToNonGuaranteedDeals (boolean()): 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. Defaults to nil.
  • bidderLocation (list(GoogleApi.AdExchangeBuyer.V14.Model.AccountBidderLocation.t)): Your bidder locations that have distinct URLs. Defaults to nil.
  • cookieMatchingNid (String.t): The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this. Defaults to nil.
  • cookieMatchingUrl (String.t): The base URL used in cookie match requests. Defaults to nil.
  • id (integer()): Account id. Defaults to nil.
  • kind (String.t): Resource type. Defaults to adexchangebuyer#account.
  • maximumActiveCreatives (integer()): 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. Defaults to nil.
  • maximumTotalQps (integer()): The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this. Defaults to nil.
  • numberActiveCreatives (integer()): The number of creatives that this account inserted or bid with in the last 30 days. Defaults to nil.

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.V14.Model.Account{
  applyPretargetingToNonGuaranteedDeals: boolean(),
  bidderLocation: [
    GoogleApi.AdExchangeBuyer.V14.Model.AccountBidderLocation.t()
  ],
  cookieMatchingNid: String.t(),
  cookieMatchingUrl: String.t(),
  id: integer(),
  kind: String.t(),
  maximumActiveCreatives: integer(),
  maximumTotalQps: integer(),
  numberActiveCreatives: integer()
}

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.