GoogleApi.RealTimeBidding.V1.Model.HttpCookieEvidence (google_api_real_time_bidding v0.3.0) View Source

Evidence for HTTP cookie-related policy violations.

Attributes

  • cookieNames (type: list(String.t), default: nil) - 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.
  • maxCookieCount (type: integer(), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.HttpCookieEvidence{
  cookieNames: [String.t()],
  maxCookieCount: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.