说明:根据日期,游戏,推广员分析用户留存率信息
日期 | 游戏名称 | 渠道名称 | 新增玩家 | 1日留存 | 2日留存 | 3日留存 | 4日留存 | 5日留存 | 6日留存 | 7日留存 | 15日留存 | 30日留存 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
= $error ? '' . $error . '': 'aOh! 暂时还没有内容!' ?> | ||||||||||||
{$vo.date} | {$game_name} | {$promote_name} | {$vo.register_count} | {:round($vo['retention_day1']/$vo['register_count'],4)*100}% | {:round($vo['retention_day2']/$vo['register_count'],4)*100}% | {:round($vo['retention_day3']/$vo['register_count'],4)*100}% | {:round($vo['retention_day4']/$vo['register_count'],4)*100}% | {:round($vo['retention_day5']/$vo['register_count'],4)*100}% | {:round($vo['retention_day6']/$vo['register_count'],4)*100}% | {:round($vo['retention_day7']/$vo['register_count'],4)*100}% | {:round($vo['retention_day15']/$vo['register_count'],4)*100}% | {:round($vo['retention_day30']/$vo['register_count'],4)*100}% |