GoogleApi.DFAReporting.V34.Model.ReportCrossDimensionReachCriteria (google_api_dfa_reporting v0.31.0)
View SourceThe report criteria for a report of type "CROSS_DIMENSION_REACH".
Attributes
-
breakdown
(type:list(GoogleApi.DFAReporting.V34.Model.SortedDimension.t)
, default:nil
) - The list of dimensions the report should include. -
dateRange
(type:GoogleApi.DFAReporting.V34.Model.DateRange.t
, default:nil
) - The date range this report should be run for. -
dimension
(type:String.t
, default:nil
) - The dimension option. -
dimensionFilters
(type:list(GoogleApi.DFAReporting.V34.Model.DimensionValue.t)
, default:nil
) - The list of filters on which dimensions are filtered. -
metricNames
(type:list(String.t)
, default:nil
) - The list of names of metrics the report should include. -
overlapMetricNames
(type:list(String.t)
, default:nil
) - The list of names of overlap metrics the report should include. -
pivoted
(type:boolean()
, default:nil
) - Whether the report is pivoted or not. Defaults to true.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.ReportCrossDimensionReachCriteria{ breakdown: [GoogleApi.DFAReporting.V34.Model.SortedDimension.t()] | nil, dateRange: GoogleApi.DFAReporting.V34.Model.DateRange.t() | nil, dimension: String.t() | nil, dimensionFilters: [GoogleApi.DFAReporting.V34.Model.DimensionValue.t()] | nil, metricNames: [String.t()] | nil, overlapMetricNames: [String.t()] | nil, pivoted: boolean() | nil }