MAUCounts: {
    MAUCount: number;
    MAUCount30DaysAgo: number;
    percentageVariation: PercentageVariation;
}

Type declaration

  • MAUCount: number

    The current count of active users in the last 30 days

  • MAUCount30DaysAgo: number

    The count of active users in the previous 30 days period, i.e. between D - 60 and D - 30.

  • percentageVariation: PercentageVariation