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