google_api_ad_exchange_buyer v0.30.2 GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReport View Source
The configuration data for an Ad Exchange performance report list.
Attributes
bidRate
(type:float()
, default:nil
) - The number of bid responses with an ad.bidRequestRate
(type:float()
, default:nil
) - The number of bid requests sent to your bidder.calloutStatusRate
(type:list(any())
, default:nil
) - Rate of various prefiltering statuses per match. Please refer to the callout-status-codes.txt file for different statuses.cookieMatcherStatusRate
(type:list(any())
, default:nil
) - Average QPS for cookie matcher operations.creativeStatusRate
(type:list(any())
, default:nil
) - Rate of ads with a given status. Please refer to the creative-status-codes.txt file for different statuses.filteredBidRate
(type:float()
, default:nil
) - The number of bid responses that were filtered due to a policy violation or other errors.hostedMatchStatusRate
(type:list(any())
, default:nil
) - Average QPS for hosted match operations.inventoryMatchRate
(type:float()
, default:nil
) - The number of potential queries based on your pretargeting settings.kind
(type:String.t
, default:adexchangebuyer#performanceReport
) - Resource type.latency50thPercentile
(type:float()
, default:nil
) - The 50th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.latency85thPercentile
(type:float()
, default:nil
) - The 85th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.latency95thPercentile
(type:float()
, default:nil
) - The 95th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.noQuotaInRegion
(type:float()
, default:nil
) - Rate of various quota account statuses per quota check.outOfQuota
(type:float()
, default:nil
) - Rate of various quota account statuses per quota check.pixelMatchRequests
(type:float()
, default:nil
) - Average QPS for pixel match requests from clients.pixelMatchResponses
(type:float()
, default:nil
) - Average QPS for pixel match responses from clients.quotaConfiguredLimit
(type:float()
, default:nil
) - The configured quota limits for this account.quotaThrottledLimit
(type:float()
, default:nil
) - The throttled quota limits for this account.region
(type:String.t
, default:nil
) - The trading location of this data.successfulRequestRate
(type:float()
, default:nil
) - The number of properly formed bid responses received by our servers within the deadline.timestamp
(type:String.t
, default:nil
) - The unix timestamp of the starting time of this performance data.unsuccessfulRequestRate
(type:float()
, default:nil
) - The number of bid responses that were unsuccessful due to timeouts, incorrect formatting, etc.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReport{ bidRate: float(), bidRequestRate: float(), calloutStatusRate: [any()], cookieMatcherStatusRate: [any()], creativeStatusRate: [any()], filteredBidRate: float(), hostedMatchStatusRate: [any()], inventoryMatchRate: float(), kind: String.t(), latency50thPercentile: float(), latency85thPercentile: float(), latency95thPercentile: float(), noQuotaInRegion: float(), outOfQuota: float(), pixelMatchRequests: float(), pixelMatchResponses: float(), quotaConfiguredLimit: float(), quotaThrottledLimit: float(), region: String.t(), successfulRequestRate: float(), timestamp: String.t(), unsuccessfulRequestRate: float() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.