google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.ReportCrossDimensionReachCriteria View Source
The 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.
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 Sourcet() :: %GoogleApi.DFAReporting.V34.Model.ReportCrossDimensionReachCriteria{ breakdown: [GoogleApi.DFAReporting.V34.Model.SortedDimension.t()], dateRange: GoogleApi.DFAReporting.V34.Model.DateRange.t(), dimension: String.t(), dimensionFilters: [GoogleApi.DFAReporting.V34.Model.DimensionValue.t()], metricNames: [String.t()], overlapMetricNames: [String.t()], pivoted: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.