google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V33.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.V33.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.V33.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: nil) - The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields.
  • 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.
  • perInteractionDimensions (type: list(GoogleApi.DFAReporting.V33.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

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.PathToConversionReportCompatibleFields{
  conversionDimensions: [GoogleApi.DFAReporting.V33.Model.Dimension.t()],
  customFloodlightVariables: [GoogleApi.DFAReporting.V33.Model.Dimension.t()],
  kind: String.t(),
  metrics: [GoogleApi.DFAReporting.V33.Model.Metric.t()],
  perInteractionDimensions: [GoogleApi.DFAReporting.V33.Model.Dimension.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.