← 返回
未分类

📋 Wish Intelligence Collector

This skill should be used when the user needs to parse channel Wish List data into a standardized 8-column tracking table (Name, Vertical, Link, ID, Ad_type, Channel, Geo, Notes) and sync to Tencent Docs or export as local Excel. It handles multi-format input parsing (text, CSV, PDF), extracts app metadata (iOS ID, Android package, Store URLs), infers vertical categories, and supports batch export to online spreadsheets. Applicable for affiliate BD teams tracking new offer opportunities from m
| 渠道 Wish 智能采集器
Ameko2026
未分类 community v1.0.0 1 版本 98333.3 Key: 无需
★ 0
Stars
📥 59
下载
💾 0
安装
1
版本
#latest

概述

wish-to-my-table

将任意渠道的 Wish List 原始数据,解析为标准8列格式,并同步到腾讯文档在线表格。

适用场景

  • 收到渠道的 Wish List,需要汇总到个人追踪表格
  • 需要生成标准8列 CSV / xlsx 本地存档
  • 需要同步到腾讯文档在线表格

表格格式(8列)

字段名说明
---------
AName应用名称
BVertical垂直分类(Shopping/Finance/Casino等)
CLinkApp Store / Play Store URL
DIDAndroid package 或 iOS id
EAdtypeCPI / CPE / CTV 等
FChannel渠道名称
GGeo国家/地区
HNotes备注(tracker 信息等)

工作流程

Step 1:解析原始数据

如果输入是原始文本(非结构化),先解析为结构化数据。

解析规则:

  • 应用名称:行首到第一个空格/冒号
  • iOS ID:id + 数字
  • Android package:com. / org. 开头的包名
  • Geo:大写国家代码(BR, MX, IN 等)
  • Tracker:AF / adjust / AppsFlyer / AppMetrica / singular / Branch

Step 2:补全字段

  • Vertical:根据应用名称推断(Shopping / Finance / Casino 等),或留空
  • Link:根据 ID 构造 App Store / Play Store URL,或从数据中获取
  • Ad_type:默认 CPI,如数据中有 CPE/CTv 则使用
  • Channel:渠道名称

Step 3:写入腾讯文档

  1. 获取腾讯文档信息:使用 manage.query_file_info 或已知 file_id
  2. 获取 sheet 信息:使用 sheet.get_sheet_info
  3. 分批写入数据:使用 sheet.set_range_value(每批 ≤20行,避免超负载)
  4. 数据格式:每行8列 [Name, Vertical, Link, ID, Ad_type, Channel, Geo, Notes]

Step 4:保存到本地 xlsx

使用 openpyxl 将数据写入本地 xlsx 文件:

./output/Wish_Information_YYYY.MM.xlsx

脚本参考

主解析脚本:./scripts/wish_collector.py

注意事项

  • 腾讯文档 API 有负载限制,每批不超过20行
  • Geo 列如含多个地区,用逗号分隔(如 "BR, MX, AR")
  • Notes 列用于存放 tracker 信息(AF / adjust 等)
  • 写入前先检查是否已存在相同 ID,避免重复

Scripts

The following bundled scripts support this skill:

ScriptPurpose
-----------------
wish_collector.pyExecutable script

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-18 15:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

🤝 Cross-Cultural Negotiation Copilot | 跨文化谈判智能助手

user_ede7f505
Cross-Cultural Negotiation Copilot | 跨文化谈判智能助手
★ 0 📥 68

📡 Macroeconomic Monitoring Agent for affiliate business

user_ede7f505
| 针对网盟业务的宏观经济监控智能体
★ 0 📥 71

💰 AI Budget Allocation Optimizer | AI 预算分配优化器

user_ede7f505
| AI 预算分配优化器
★ 0 📥 94