GoogleApi.DFAReporting.V33.Model.ReportPathToConversionCriteria (google_api_dfa_reporting v0.31.0)
View SourceThe report criteria for a report of type "PATH_TO_CONVERSION".
Attributes
-
activityFilters
(type:list(GoogleApi.DFAReporting.V33.Model.DimensionValue.t)
, default:nil
) - The list of 'dfa:activity' values to filter on. -
conversionDimensions
(type:list(GoogleApi.DFAReporting.V33.Model.SortedDimension.t)
, default:nil
) - The list of conversion dimensions the report should include. -
customFloodlightVariables
(type:list(GoogleApi.DFAReporting.V33.Model.SortedDimension.t)
, default:nil
) - The list of custom floodlight variables the report should include. -
customRichMediaEvents
(type:list(GoogleApi.DFAReporting.V33.Model.DimensionValue.t)
, default:nil
) - The list of custom rich media events to include. -
dateRange
(type:GoogleApi.DFAReporting.V33.Model.DateRange.t
, default:nil
) - The date range this report should be run for. -
floodlightConfigId
(type:GoogleApi.DFAReporting.V33.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. -
perInteractionDimensions
(type:list(GoogleApi.DFAReporting.V33.Model.SortedDimension.t)
, default:nil
) - The list of per interaction dimensions the report should include. -
reportProperties
(type:GoogleApi.DFAReporting.V33.Model.ReportPathToConversionCriteriaReportProperties.t
, default:nil
) - The properties of the report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V33.Model.ReportPathToConversionCriteria{ activityFilters: [GoogleApi.DFAReporting.V33.Model.DimensionValue.t()] | nil, conversionDimensions: [GoogleApi.DFAReporting.V33.Model.SortedDimension.t()] | nil, customFloodlightVariables: [GoogleApi.DFAReporting.V33.Model.SortedDimension.t()] | nil, customRichMediaEvents: [GoogleApi.DFAReporting.V33.Model.DimensionValue.t()] | nil, dateRange: GoogleApi.DFAReporting.V33.Model.DateRange.t() | nil, floodlightConfigId: GoogleApi.DFAReporting.V33.Model.DimensionValue.t() | nil, metricNames: [String.t()] | nil, perInteractionDimensions: [GoogleApi.DFAReporting.V33.Model.SortedDimension.t()] | nil, reportProperties: GoogleApi.DFAReporting.V33.Model.ReportPathToConversionCriteriaReportProperties.t() | nil }