GoogleApi.DFAReporting.V34.Model.ReportPathAttributionCriteria (google_api_dfa_reporting v0.31.0)
View SourceThe report criteria for a report of type "PATH_ATTRIBUTION".
Attributes
-
activityFilters
(type:list(GoogleApi.DFAReporting.V34.Model.DimensionValue.t)
, default:nil
) - The list of 'dfa:activity' values to filter on. -
customChannelGrouping
(type:GoogleApi.DFAReporting.V34.Model.ChannelGrouping.t
, default:nil
) - Channel Grouping. -
dateRange
(type:GoogleApi.DFAReporting.V34.Model.DateRange.t
, default:nil
) - The date range this report should be run for. -
dimensions
(type:list(GoogleApi.DFAReporting.V34.Model.SortedDimension.t)
, default:nil
) - The list of dimensions the report should include. -
floodlightConfigId
(type:GoogleApi.DFAReporting.V34.Model.DimensionValue.t
, default:nil
) - The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be 'dfa:floodlightConfigId'. -
metricNames
(type:list(String.t)
, default:nil
) - The list of names of metrics the report should include. -
pathFilters
(type:list(GoogleApi.DFAReporting.V34.Model.PathFilter.t)
, default:nil
) - Path Filters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.ReportPathAttributionCriteria{ activityFilters: [GoogleApi.DFAReporting.V34.Model.DimensionValue.t()] | nil, customChannelGrouping: GoogleApi.DFAReporting.V34.Model.ChannelGrouping.t() | nil, dateRange: GoogleApi.DFAReporting.V34.Model.DateRange.t() | nil, dimensions: [GoogleApi.DFAReporting.V34.Model.SortedDimension.t()] | nil, floodlightConfigId: GoogleApi.DFAReporting.V34.Model.DimensionValue.t() | nil, metricNames: [String.t()] | nil, pathFilters: [GoogleApi.DFAReporting.V34.Model.PathFilter.t()] | nil }