google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.PathToConversionReportCompatibleFields View Source
Represents fields that are compatible to be selected for a report of type "PATH_TO_CONVERSION".
Attributes
conversionDimensions
(type:list(GoogleApi.DFAReporting.V34.Model.Dimension.t)
, default:nil
) - Conversion dimensions which are compatible to be selected in the "conversionDimensions" section of the report.customFloodlightVariables
(type:list(GoogleApi.DFAReporting.V34.Model.Dimension.t)
, default:nil
) - Custom floodlight variables which are compatible to be selected in the "customFloodlightVariables" section of the report.kind
(type:String.t
, default:dfareporting#pathToConversionReportCompatibleFields
) - The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields.metrics
(type:list(GoogleApi.DFAReporting.V34.Model.Metric.t)
, default:nil
) - Metrics which are compatible to be selected in the "metricNames" section of the report.perInteractionDimensions
(type:list(GoogleApi.DFAReporting.V34.Model.Dimension.t)
, default:nil
) - Per-interaction dimensions which are compatible to be selected in the "perInteractionDimensions" section of the report.
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.PathToConversionReportCompatibleFields{ conversionDimensions: [GoogleApi.DFAReporting.V34.Model.Dimension.t()], customFloodlightVariables: [GoogleApi.DFAReporting.V34.Model.Dimension.t()], kind: String.t(), metrics: [GoogleApi.DFAReporting.V34.Model.Metric.t()], perInteractionDimensions: [GoogleApi.DFAReporting.V34.Model.Dimension.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.