GoogleApi.DFAReporting.V33.Model.CompatibleFields (google_api_dfa_reporting v0.20.0) View Source
Represents a response to the queryCompatibleFields method.
Attributes
-
crossDimensionReachReportCompatibleFields
(type:GoogleApi.DFAReporting.V33.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.V33.Model.FloodlightReportCompatibleFields.t
, default:nil
) - Contains items that are compatible to be selected for a report of type "FLOODLIGHT". -
kind
(type:String.t
, default:nil
) - The kind of resource this is, in this case dfareporting#compatibleFields. -
pathToConversionReportCompatibleFields
(type:GoogleApi.DFAReporting.V33.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.V33.Model.ReachReportCompatibleFields.t
, default:nil
) - Contains items that are compatible to be selected for a report of type "REACH". -
reportCompatibleFields
(type:GoogleApi.DFAReporting.V33.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.V33.Model.CompatibleFields{ crossDimensionReachReportCompatibleFields: GoogleApi.DFAReporting.V33.Model.CrossDimensionReachReportCompatibleFields.t(), floodlightReportCompatibleFields: GoogleApi.DFAReporting.V33.Model.FloodlightReportCompatibleFields.t(), kind: String.t(), pathToConversionReportCompatibleFields: GoogleApi.DFAReporting.V33.Model.PathToConversionReportCompatibleFields.t(), reachReportCompatibleFields: GoogleApi.DFAReporting.V33.Model.ReachReportCompatibleFields.t(), reportCompatibleFields: GoogleApi.DFAReporting.V33.Model.ReportCompatibleFields.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.