Show / Hide Table of Contents

Class PerformanceReport

The configuration data for an Ad Exchange performance report list.

Inheritance
System.Object
PerformanceReport
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class PerformanceReport : IDirectResponseSchema

Properties

BidRate

The number of bid responses with an ad.

Declaration
[JsonProperty("bidRate")]
public virtual double? BidRate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

BidRequestRate

The number of bid requests sent to your bidder.

Declaration
[JsonProperty("bidRequestRate")]
public virtual double? BidRequestRate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

CalloutStatusRate

Rate of various prefiltering statuses per match. Please refer to the callout-status-codes.txt file for different statuses.

Declaration
[JsonProperty("calloutStatusRate")]
public virtual IList<object> CalloutStatusRate { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>

CookieMatcherStatusRate

Average QPS for cookie matcher operations.

Declaration
[JsonProperty("cookieMatcherStatusRate")]
public virtual IList<object> CookieMatcherStatusRate { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>

CreativeStatusRate

Rate of ads with a given status. Please refer to the creative-status-codes.txt file for different statuses.

Declaration
[JsonProperty("creativeStatusRate")]
public virtual IList<object> CreativeStatusRate { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FilteredBidRate

The number of bid responses that were filtered due to a policy violation or other errors.

Declaration
[JsonProperty("filteredBidRate")]
public virtual double? FilteredBidRate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

HostedMatchStatusRate

Average QPS for hosted match operations.

Declaration
[JsonProperty("hostedMatchStatusRate")]
public virtual IList<object> HostedMatchStatusRate { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>

InventoryMatchRate

The number of potential queries based on your pretargeting settings.

Declaration
[JsonProperty("inventoryMatchRate")]
public virtual double? InventoryMatchRate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Kind

Resource type.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Latency50thPercentile

The 50th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.

Declaration
[JsonProperty("latency50thPercentile")]
public virtual double? Latency50thPercentile { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Latency85thPercentile

The 85th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.

Declaration
[JsonProperty("latency85thPercentile")]
public virtual double? Latency85thPercentile { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Latency95thPercentile

The 95th percentile round trip latency(ms) as perceived from Google servers for the duration period covered by the report.

Declaration
[JsonProperty("latency95thPercentile")]
public virtual double? Latency95thPercentile { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

NoQuotaInRegion

Rate of various quota account statuses per quota check.

Declaration
[JsonProperty("noQuotaInRegion")]
public virtual double? NoQuotaInRegion { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

OutOfQuota

Rate of various quota account statuses per quota check.

Declaration
[JsonProperty("outOfQuota")]
public virtual double? OutOfQuota { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

PixelMatchRequests

Average QPS for pixel match requests from clients.

Declaration
[JsonProperty("pixelMatchRequests")]
public virtual double? PixelMatchRequests { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

PixelMatchResponses

Average QPS for pixel match responses from clients.

Declaration
[JsonProperty("pixelMatchResponses")]
public virtual double? PixelMatchResponses { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

QuotaConfiguredLimit

The configured quota limits for this account.

Declaration
[JsonProperty("quotaConfiguredLimit")]
public virtual double? QuotaConfiguredLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

QuotaThrottledLimit

The throttled quota limits for this account.

Declaration
[JsonProperty("quotaThrottledLimit")]
public virtual double? QuotaThrottledLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Region

The trading location of this data.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
System.String

SuccessfulRequestRate

The number of properly formed bid responses received by our servers within the deadline.

Declaration
[JsonProperty("successfulRequestRate")]
public virtual double? SuccessfulRequestRate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Timestamp

The unix timestamp of the starting time of this performance data.

Declaration
[JsonProperty("timestamp")]
public virtual long? Timestamp { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

UnsuccessfulRequestRate

The number of bid responses that were unsuccessful due to timeouts, incorrect formatting, etc.

Declaration
[JsonProperty("unsuccessfulRequestRate")]
public virtual double? UnsuccessfulRequestRate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top