google_api_ad_exchange_buyer v0.5.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:
null
. - bidderLocation ([AccountBidderLocation]): Your bidder locations that have distinct URLs. Defaults to:
null
. - 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:
null
. - cookieMatchingUrl (String.t): The base URL used in cookie match requests. Defaults to:
null
. - id (integer()): Account id. Defaults to:
null
. - kind (String.t): Resource type. Defaults to:
null
. - 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:
null
. - 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:
null
. - numberActiveCreatives (integer()): The number of creatives that this account inserted or bid with in the last 30 days. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.Account{
applyPretargetingToNonGuaranteedDeals: any(),
bidderLocation: [
GoogleApi.AdExchangeBuyer.V14.Model.AccountBidderLocation.t()
],
cookieMatchingNid: any(),
cookieMatchingUrl: any(),
id: any(),
kind: any(),
maximumActiveCreatives: any(),
maximumTotalQps: any(),
numberActiveCreatives: any()
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.Account{ applyPretargetingToNonGuaranteedDeals: any(), bidderLocation: [ GoogleApi.AdExchangeBuyer.V14.Model.AccountBidderLocation.t() ], cookieMatchingNid: any(), cookieMatchingUrl: any(), id: any(), kind: any(), maximumActiveCreatives: any(), maximumTotalQps: any(), numberActiveCreatives: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.