将任意渠道的 Wish List 原始数据,解析为标准8列格式,并同步到腾讯文档在线表格。
| 列 | 字段名 | 说明 |
|---|---|---|
| --- | --- | --- |
| A | Name | 应用名称 |
| B | Vertical | 垂直分类(Shopping/Finance/Casino等) |
| C | Link | App Store / Play Store URL |
| D | ID | Android package 或 iOS id |
| E | Adtype | CPI / CPE / CTV 等 |
| F | Channel | 渠道名称 |
| G | Geo | 国家/地区 |
| H | Notes | 备注(tracker 信息等) |
如果输入是原始文本(非结构化),先解析为结构化数据。
解析规则:
id + 数字com. / org. 开头的包名Vertical:根据应用名称推断(Shopping / Finance / Casino 等),或留空Link:根据 ID 构造 App Store / Play Store URL,或从数据中获取Ad_type:默认 CPI,如数据中有 CPE/CTv 则使用Channel:渠道名称manage.query_file_info 或已知 file_idsheet.get_sheet_infosheet.set_range_value(每批 ≤20行,避免超负载)使用 openpyxl 将数据写入本地 xlsx 文件:
./output/Wish_Information_YYYY.MM.xlsx
主解析脚本:./scripts/wish_collector.py
The following bundled scripts support this skill:
| Script | Purpose |
|---|---|
| -------- | --------- |
wish_collector.py | Executable script |
共 1 个版本