GoogleApi.DFAReporting.V33.Model.ReachReportCompatibleFields (google_api_dfa_reporting v0.31.0)
View SourceRepresents fields that are compatible to be selected for a report of type "REACH".
Attributes
-
dimensionFilters
(type:list(GoogleApi.DFAReporting.V33.Model.Dimension.t)
, default:nil
) - Dimensions which are compatible to be selected in the "dimensionFilters" section of the report. -
dimensions
(type:list(GoogleApi.DFAReporting.V33.Model.Dimension.t)
, default:nil
) - Dimensions which are compatible to be selected in the "dimensions" section of the report. -
kind
(type:String.t
, default:nil
) - The kind of resource this is, in this case dfareporting#reachReportCompatibleFields. -
metrics
(type:list(GoogleApi.DFAReporting.V33.Model.Metric.t)
, default:nil
) - Metrics which are compatible to be selected in the "metricNames" section of the report. -
pivotedActivityMetrics
(type:list(GoogleApi.DFAReporting.V33.Model.Metric.t)
, default:nil
) - Metrics which are compatible to be selected as activity metrics to pivot on in the "activities" section of the report. -
reachByFrequencyMetrics
(type:list(GoogleApi.DFAReporting.V33.Model.Metric.t)
, default:nil
) - Metrics which are compatible to be selected in the "reachByFrequencyMetricNames" section of the report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V33.Model.ReachReportCompatibleFields{ dimensionFilters: [GoogleApi.DFAReporting.V33.Model.Dimension.t()] | nil, dimensions: [GoogleApi.DFAReporting.V33.Model.Dimension.t()] | nil, kind: String.t() | nil, metrics: [GoogleApi.DFAReporting.V33.Model.Metric.t()] | nil, pivotedActivityMetrics: [GoogleApi.DFAReporting.V33.Model.Metric.t()] | nil, reachByFrequencyMetrics: [GoogleApi.DFAReporting.V33.Model.Metric.t()] | nil }