2019-10-21 20:25:25 +08:00

50 lines
655 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>金蚕游戏日报By ops</title>
</head>
<body>
游戏ID{{data.get(gameid)}}
渠道ID{{data.get('channelid')}}='6001'
日期:{{data.get(day)}}
总计数据:
活跃
新增
时长
分享
K值
视频/banner
导入数据:
<tr>
<th>渠道ID</th>
<th>游戏名称</th>
<th>活跃</th>
<th>新增</th>
<th>分享</th>
<th>K值</th>
</tr>
{% for line in data.get('data') %}
<tr>
{%for item in line%}
<th>{{ item }}</th>
{% endfor %}
</tr>
{% endfor %}
导出数据:
fromappid
中文
跳转次数
跳转人数
</body>
</html>