google_api_ad_exchange_buyer v0.9.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.FilteringStats View Source

Output only. Filtering reasons for this creative during a period of a single day (from midnight to midnight Pacific).

Attributes

  • date (DateTime): The day during which the data was collected. The data is collected from 00:00:00 to 23:59:59 PT. During switches from PST to PDT and back, the day may contain 23 or 25 hours of data instead of the usual 24. Defaults to: null.
  • reasons ([Reason]): The set of filtering reasons for this date. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.FilteringStats{
  date: any(),
  reasons: [GoogleApi.AdExchangeBuyer.V2beta1.Model.Reason.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.