Class DomainCallEvidence
Number of HTTP calls made by a creative, broken down by domain.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class DomainCallEvidence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TopHttpCallDomains
Breakdown of the most frequent domains called through HTTP by the creative.
Declaration
[JsonProperty("topHttpCallDomains")]
public virtual IList<DomainCalls> TopHttpCallDomains { get; set; }
Property Value
Type | Description |
---|---|
IList<DomainCalls> |
TotalHttpCallCount
The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
Declaration
[JsonProperty("totalHttpCallCount")]
public virtual int? TotalHttpCallCount { get; set; }
Property Value
Type | Description |
---|---|
int? |