statistics

package
v0.0.0-...-4a0720b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Index

func Index(c echo.Context) error

func NewUser

func NewUser(c echo.Context) error

func Online

func Online(c echo.Context) error

Types

type BasiceStatitics

type BasiceStatitics struct {
	Timestamp uint32
	Keep1     uint32 // 次日留存
	Keep3     uint32 // 3日留存
	Keep7     uint32 // 周留存
	Keep30    uint32 // 月留存

	Active          uint32  // 活跃
	NewCount        uint32  // 新增
	ActiveARPU      uint32  // 活跃ARPU值=当日收入÷当日活跃用户
	ARPU            uint32  // 付费ARPU值=当日收入÷当日付费用户
	RegistARPU      uint32  // 注册ARPU值=当日收入÷当日新增注册用户
	ExpenseRate     uint32  // 付费率=付费用户÷活跃用户x100%
	ExpenseAll      float32 // 累加付费金额
	ExpenseCount    uint32  // 累加付费人数
	ExpenseNewCount uint32  // 新增付费人数
}

基础统计

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL