View Source GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReport (google_api_ad_exchange_buyer v0.41.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReport{
  bidRate: float() | nil,
  bidRequestRate: float() | nil,
  calloutStatusRate: [any()] | nil,
  cookieMatcherStatusRate: [any()] | nil,
  creativeStatusRate: [any()] | nil,
  filteredBidRate: float() | nil,
  hostedMatchStatusRate: [any()] | nil,
  inventoryMatchRate: float() | nil,
  kind: String.t() | nil,
  latency50thPercentile: float() | nil,
  latency85thPercentile: float() | nil,
  latency95thPercentile: float() | nil,
  noQuotaInRegion: float() | nil,
  outOfQuota: float() | nil,
  pixelMatchRequests: float() | nil,
  pixelMatchResponses: float() | nil,
  quotaConfiguredLimit: float() | nil,
  quotaThrottledLimit: float() | nil,
  region: String.t() | nil,
  successfulRequestRate: float() | nil,
  timestamp: String.t() | nil,
  unsuccessfulRequestRate: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.