Struct google_analyticsdata1_beta::api::CohortSpec [−][src]
The specification of cohorts for a cohort report. Cohort reports create a time series of user retention for the cohort. For example, you could select the cohort of users that were acquired in the first week of September and follow that cohort for the next six weeks. Selecting the users acquired in the first week of September cohort is specified in the cohort object. Following that cohort for the next six weeks is specified in the cohortsRange object. For examples, see Cohort Report Examples. The report response could show a weekly time series where say your app has retained 60% of this cohort after three weeks and 25% of this cohort after six weeks. These two percentages can be calculated by the metric cohortActiveUsers/cohortTotalUsers and will be separate rows in the report.
This type is not used in any activity, and only used as part of another schema.
Fields
cohort_report_settings: Option<CohortReportSettings>Optional settings for a cohort report.
cohorts: Option<Vec<Cohort>>Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
cohorts_range: Option<CohortsRange>Cohort reports follow cohorts over an extended reporting date range. This range specifies an offset duration to follow the cohorts over.
Trait Implementations
impl Clone for CohortSpec[src]
fn clone(&self) -> CohortSpec[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CohortSpec[src]
impl Default for CohortSpec[src]
fn default() -> CohortSpec[src]
impl<'de> Deserialize<'de> for CohortSpec[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for CohortSpec[src]
impl Serialize for CohortSpec[src]
Auto Trait Implementations
impl RefUnwindSafe for CohortSpec[src]
impl Send for CohortSpec[src]
impl Sync for CohortSpec[src]
impl Unpin for CohortSpec[src]
impl UnwindSafe for CohortSpec[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,