金蚕游戏日报 · OPS

{{ day }}

{% for line in data %}
游戏ID:{{ line['gameid'] }} 渠道ID:{{ line['channelid'] }}

总表

{% for item in line.get('all') %} {% endfor %}
活跃 新增 分享 时长 视屏显示 banner显示 插屏显示 导出率
{{ item }}

导入数据

{% for one in line.get('input') %} {% for item in one %} {% endfor %} {% endfor %}
渠道ID 游戏名称 活跃 新增 分享 K值
{{ item }}

导出数据:

{% for one in line.output %} {% for item in one %} {% endfor %} {% endfor %}
渠道ID 跳转目标 跳转次数 跳转人数
{{ item }}
{% endfor %}