dateRanges property

List<DateRange>? dateRanges
getter/setter pair

The date range to retrieve event data for the report.

If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name "dateRange" can be included in a Pivot's field names; if included, the report compares between date ranges. In a cohort request, this dateRanges must be unspecified.

Implementation

core.List<DateRange>? dateRanges;