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