Class HttpCookieEvidence
Evidence for HTTP cookie-related policy violations.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class HttpCookieEvidence : IDirectResponseSchema
Properties
CookieNames
Names of cookies that violate Google policies. For TOO_MANY_COOKIES policy, this will be the cookie names of top domains with the largest number of cookies. For other policies, this will be all the cookie names that violate the policy.
Declaration
[JsonProperty("cookieNames")]
public virtual IList<string> CookieNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxCookieCount
The largest number of cookies set by a creative. If this field is set, cookie_names above will be set to the cookie names of top domains with the largest number of cookies. This field will only be set for TOO_MANY_COOKIES policy.
Declaration
[JsonProperty("maxCookieCount")]
public virtual int? MaxCookieCount { get; set; }
Property Value
Type | Description |
---|---|
int? |