GoogleApi.DFAReporting.V4.Model.ReportCrossMediaReachCriteria (google_api_dfa_reporting v0.31.0)

View Source

Optional. The report criteria for a report of type "CROSS_MEDIA_REACH".

Attributes

  • dateRange (type: GoogleApi.DFAReporting.V4.Model.DateRange.t, default: nil) - Required. The date range this report should be run for.
  • dimensionFilters (type: list(GoogleApi.DFAReporting.V4.Model.DimensionValue.t), default: nil) - Required. The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
  • dimensions (type: list(GoogleApi.DFAReporting.V4.Model.SortedDimension.t), default: nil) - Required. The list of dimensions the report should include.
  • metricNames (type: list(String.t), default: nil) - Required. The list of names of metrics the report should include.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.ReportCrossMediaReachCriteria{
  dateRange: GoogleApi.DFAReporting.V4.Model.DateRange.t() | nil,
  dimensionFilters: [GoogleApi.DFAReporting.V4.Model.DimensionValue.t()] | nil,
  dimensions: [GoogleApi.DFAReporting.V4.Model.SortedDimension.t()] | nil,
  metricNames: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.