GoogleApi.DFAReporting.V33.Model.ReportReachCriteria (google_api_dfa_reporting v0.31.0)
View SourceThe report criteria for a report of type "REACH".
Attributes
-
activities
(type:GoogleApi.DFAReporting.V33.Model.Activities.t
, default:nil
) - Activity group. -
customRichMediaEvents
(type:GoogleApi.DFAReporting.V33.Model.CustomRichMediaEvents.t
, default:nil
) - Custom Rich Media Events group. -
dateRange
(type:GoogleApi.DFAReporting.V33.Model.DateRange.t
, default:nil
) - The date range this report should be run for. -
dimensionFilters
(type:list(GoogleApi.DFAReporting.V33.Model.DimensionValue.t)
, default:nil
) - 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.V33.Model.SortedDimension.t)
, default:nil
) - The list of dimensions the report should include. -
enableAllDimensionCombinations
(type:boolean()
, default:nil
) - Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days. -
metricNames
(type:list(String.t)
, default:nil
) - The list of names of metrics the report should include. -
reachByFrequencyMetricNames
(type:list(String.t)
, default:nil
) - The list of names of Reach By Frequency metrics the report should include.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V33.Model.ReportReachCriteria{ activities: GoogleApi.DFAReporting.V33.Model.Activities.t() | nil, customRichMediaEvents: GoogleApi.DFAReporting.V33.Model.CustomRichMediaEvents.t() | nil, dateRange: GoogleApi.DFAReporting.V33.Model.DateRange.t() | nil, dimensionFilters: [GoogleApi.DFAReporting.V33.Model.DimensionValue.t()] | nil, dimensions: [GoogleApi.DFAReporting.V33.Model.SortedDimension.t()] | nil, enableAllDimensionCombinations: boolean() | nil, metricNames: [String.t()] | nil, reachByFrequencyMetricNames: [String.t()] | nil }