金蚕游戏日报 · OPS
{{ day }}
{% for line in data %}
游戏ID:
{{ line['gameid'] }}
渠道ID:
{{ line['channelid'] }}
总表
活跃
新增
分享
时长
视屏显示
banner显示
插屏显示
导出率
{% for item in line.get('all') %}
{{ item }}
{% endfor %}
导入数据
渠道ID
游戏名称
活跃
新增
分享
K值
{% for one in line.get('input') %}
{% for item in one %}
{{ item }}
{% endfor %}
{% endfor %}
导出数据:
渠道ID
跳转目标
跳转次数
跳转人数
{% for one in line.output %}
{% for item in one %}
{{ item }}
{% endfor %}
{% endfor %}
{% endfor %}