google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.ReportFloodlightCriteria View Source
The report criteria for a report of type "FLOODLIGHT".
Attributes
customRichMediaEvents
(type:list(GoogleApi.DFAReporting.V34.Model.DimensionValue.t)
, default:nil
) - The list of custom rich media events to include.dateRange
(type:GoogleApi.DFAReporting.V34.Model.DateRange.t
, default:nil
) - The date range this report should be run for.dimensionFilters
(type:list(GoogleApi.DFAReporting.V34.Model.DimensionValue.t)
, default:nil
) - The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.dimensions
(type:list(GoogleApi.DFAReporting.V34.Model.SortedDimension.t)
, default:nil
) - The list of dimensions the report should include.floodlightConfigId
(type:GoogleApi.DFAReporting.V34.Model.DimensionValue.t
, default:nil
) - The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be 'dfa:floodlightConfigId'.metricNames
(type:list(String.t)
, default:nil
) - The list of names of metrics the report should include.reportProperties
(type:GoogleApi.DFAReporting.V34.Model.ReportFloodlightCriteriaReportProperties.t
, default:nil
) - The properties 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.ReportFloodlightCriteria{ customRichMediaEvents: [GoogleApi.DFAReporting.V34.Model.DimensionValue.t()], dateRange: GoogleApi.DFAReporting.V34.Model.DateRange.t(), dimensionFilters: [GoogleApi.DFAReporting.V34.Model.DimensionValue.t()], dimensions: [GoogleApi.DFAReporting.V34.Model.SortedDimension.t()], floodlightConfigId: GoogleApi.DFAReporting.V34.Model.DimensionValue.t(), metricNames: [String.t()], reportProperties: GoogleApi.DFAReporting.V34.Model.ReportFloodlightCriteriaReportProperties.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.