| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
Cohort |
Cohort.clone() |
Cohort |
Cohort.set(String fieldName,
Object value) |
Cohort |
Cohort.setDateRange(DateRange dateRange)
The cohort selects users whose first touch date is between start date and end date defined in
the `dateRange`.
|
Cohort |
Cohort.setDimension(String dimension)
Dimension used by the cohort.
|
Cohort |
Cohort.setName(String name)
Assigns a name to this cohort.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cohort> |
CohortSpec.getCohorts()
Defines the selection criteria to group users into cohorts.
|
| Modifier and Type | Method and Description |
|---|---|
CohortSpec |
CohortSpec.setCohorts(List<Cohort> cohorts)
Defines the selection criteria to group users into cohorts.
|
Copyright © 2011–2023 Google. All rights reserved.