GoogleApi.DFAReporting.V34.Model.PathToConversionReportCompatibleFields (google_api_dfa_reporting v0.31.0)

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: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.PathToConversionReportCompatibleFields{
  conversionDimensions: [GoogleApi.DFAReporting.V34.Model.Dimension.t()] | nil,
  customFloodlightVariables:
    [GoogleApi.DFAReporting.V34.Model.Dimension.t()] | nil,
  kind: String.t() | nil,
  metrics: [GoogleApi.DFAReporting.V34.Model.Metric.t()] | nil,
  perInteractionDimensions:
    [GoogleApi.DFAReporting.V34.Model.Dimension.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.