新媒体
用户分析
用户活跃度
查询
selectNumType('mau1')"
>
日活跃用户数
selectNumType('mau7')"
>
周活跃用户数
selectNumType('mau30')"
>
月活跃用户数
selectNumType('total')"
>
累积用户数
导出
{{ lastParams.app || "-" }}
{{ (100 * scope.row.mau1 / scope.row.total).toFixed(2) }}%
{{ (100 * scope.row.mau1 / scope.row.mau30).toFixed(2) }}%
{{ (100 * scope.row.mau7 / scope.row.total).toFixed(2) }}%
{{ (100 * scope.row.mau30 / scope.row.total).toFixed(2) }}%