GoogleApi.RealTimeBidding.V1.Model.HttpCookieEvidence (google_api_real_time_bidding v0.13.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.