arpu名词说明

master
sunke 5 years ago
parent da794baa96
commit 3cb2f2b479

@ -159,22 +159,22 @@
<if condition="I('game_id', 0) gt 0"> <if condition="I('game_id', 0) gt 0">
<th>游戏名称</th> <th>游戏名称</th>
<else/> <else/>
<th>付费游戏数</th> <th title="当日有产生付费的游戏(区分 Android与ios)">付费游戏数</th>
</if> </if>
<if condition="I('promote_id', 0) gt 0 or I('sub_promote_id', 0) gt 0"> <if condition="I('promote_id', 0) gt 0 or I('sub_promote_id', 0) gt 0">
<th>所属渠道</th> <th>所属渠道</th>
</if> </if>
<th>活跃用户</th> <th title="当日在线的推广玩家">活跃用户</th>
<th>新增用户</th> <th title="当日新注册用户付费用户:当日游戏充值用户">新增用户</th>
<th>付费用户</th> <th title="当日游戏充值用户">付费用户</th>
<th>新增付费用户</th> <th title="注册以来首次充值的用户">新增付费用户</th>
<th>付费总额</th> <th title="当日充值总额">付费总额</th>
<th>付费率</th> <th title="单日在线玩家充值率">付费率</th>
<th>新增付费额</th> <th title="新增注册用户充值总额">新增付费额</th>
<th>累计付费用户</th> <th title="历史累计付费注册用户(去重)">累计付费用户</th>
<!-- <th>1日留存</th> --> <!-- <th>1日留存</th> -->
<th>ARPU</th> <th title="即每个用户平均收入">ARPU</th>
<th>ARPPU</th> <th title="每付费用户平均收益">ARPPU</th>
<if condition="I('game_id', 0) eq 0"> <if condition="I('game_id', 0) eq 0">
<th>详情</th> <th>详情</th>
</if> </if>

Loading…
Cancel
Save