google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V34.Model.CompatibleFields View Source

Represents a response to the queryCompatibleFields method.

Attributes

  • crossDimensionReachReportCompatibleFields (type: GoogleApi.DFAReporting.V34.Model.CrossDimensionReachReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".
  • floodlightReportCompatibleFields (type: GoogleApi.DFAReporting.V34.Model.FloodlightReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "FLOODLIGHT".
  • kind (type: String.t, default: dfareporting#compatibleFields) - The kind of resource this is, in this case dfareporting#compatibleFields.
  • pathAttributionReportCompatibleFields (type: GoogleApi.DFAReporting.V34.Model.PathReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "PATH_ATTRIBUTION".
  • pathReportCompatibleFields (type: GoogleApi.DFAReporting.V34.Model.PathReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "PATH".
  • pathToConversionReportCompatibleFields (type: GoogleApi.DFAReporting.V34.Model.PathToConversionReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "PATH_TO_CONVERSION".
  • reachReportCompatibleFields (type: GoogleApi.DFAReporting.V34.Model.ReachReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "REACH".
  • reportCompatibleFields (type: GoogleApi.DFAReporting.V34.Model.ReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "STANDARD".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.CompatibleFields{
  crossDimensionReachReportCompatibleFields:
    GoogleApi.DFAReporting.V34.Model.CrossDimensionReachReportCompatibleFields.t(),
  floodlightReportCompatibleFields:
    GoogleApi.DFAReporting.V34.Model.FloodlightReportCompatibleFields.t(),
  kind: String.t(),
  pathAttributionReportCompatibleFields:
    GoogleApi.DFAReporting.V34.Model.PathReportCompatibleFields.t(),
  pathReportCompatibleFields:
    GoogleApi.DFAReporting.V34.Model.PathReportCompatibleFields.t(),
  pathToConversionReportCompatibleFields:
    GoogleApi.DFAReporting.V34.Model.PathToConversionReportCompatibleFields.t(),
  reachReportCompatibleFields:
    GoogleApi.DFAReporting.V34.Model.ReachReportCompatibleFields.t(),
  reportCompatibleFields:
    GoogleApi.DFAReporting.V34.Model.ReportCompatibleFields.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.