siluzan-tso-cli 1.1.29-beta.2 → 1.1.29-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +3174 -867
- package/dist/skill/AGENTS.md +30 -31
- package/dist/skill/SKILL.md +16 -33
- package/dist/skill/_meta.json +2 -2
- package/dist/skill/assets/campaign-create-keyword-test.fixed.json +10 -33
- package/dist/skill/assets/campaign-create-template.json +2 -0
- package/dist/skill/assets/campaign-create-template.md +114 -99
- package/dist/skill/assets/market-analysis-rules.md +55 -55
- package/dist/skill/assets/meta-period-report-rules.md +61 -60
- package/dist/skill/assets/pmax-asset-group-template.json +12 -4
- package/dist/skill/assets/pmax-asset-group-template.md +25 -0
- package/dist/skill/assets/pmax-brand-assets-template.json +25 -0
- package/dist/skill/assets/pmax-brand-assets-template.md +22 -0
- package/dist/skill/assets/pmax-brand-guidelines-enable-template.json +24 -0
- package/dist/skill/assets/pmax-brand-guidelines-enable-template.md +22 -0
- package/dist/skill/assets/pmax-create-template.json +41 -2
- package/dist/skill/assets/pmax-create-template.md +84 -51
- package/dist/skill/assets/pmax-lead-form-template.json +36 -0
- package/dist/skill/assets/pmax-lead-form-template.md +70 -0
- package/dist/skill/assets/pmax-signals-template.json +2 -6
- package/dist/skill/assets/pmax-whatsapp-template.json +26 -0
- package/dist/skill/assets/pmax-whatsapp-template.md +45 -0
- package/dist/skill/assets/website-diagnosis-rules.md +67 -67
- package/dist/skill/references/README.md +78 -65
- package/dist/skill/references/accounts/accounts.md +99 -105
- package/dist/skill/references/accounts/finance.md +23 -79
- package/dist/skill/references/accounts/open-account-by-media.md +84 -81
- package/dist/skill/references/accounts/open-account-google-ui.md +24 -24
- package/dist/skill/references/analytics/account-analytics.md +94 -103
- package/dist/skill/references/analytics/facebook-analysis-guide.md +61 -61
- package/dist/skill/references/analytics/google-analysis-batch.md +2 -2
- package/dist/skill/references/analytics/keyword-planner-workflows.md +22 -23
- package/dist/skill/references/analytics/market-analysis-guide.md +31 -25
- package/dist/skill/references/analytics/rag.md +20 -20
- package/dist/skill/references/analytics/reporting.md +4 -4
- package/dist/skill/references/analytics/website-diagnosis-guide.md +24 -24
- package/dist/skill/references/core/agent-conventions.md +136 -106
- package/dist/skill/references/core/cli-enums.md +47 -53
- package/dist/skill/references/core/playbooks.md +42 -41
- package/dist/skill/references/core/subagent-orchestration.md +40 -40
- package/dist/skill/references/core/tips.md +18 -61
- package/dist/skill/references/core/workflows.md +36 -29
- package/dist/skill/references/google-ads/google-ads-campaign-plan.md +25 -24
- package/dist/skill/references/google-ads/google-ads.md +81 -57
- package/dist/skill/references/google-ads/pmax-api.md +138 -34
- package/dist/skill/references/google-ads/rules/README.md +15 -15
- package/dist/skill/references/google-ads/rules/google-ads-account-audit.md +22 -22
- package/dist/skill/references/google-ads/rules/google-ads-compliance.md +27 -27
- package/dist/skill/references/google-ads/rules/google-ads-keyword-strategy.md +15 -15
- package/dist/skill/references/google-ads/rules/google-ads-keyword-taxonomy.md +32 -22
- package/dist/skill/references/google-ads/rules/google-ads-launch-plan-template.md +32 -30
- package/dist/skill/references/google-ads/rules/google-ads-pmax-guide.md +3 -1
- package/dist/skill/references/misc/tso-home.md +8 -8
- package/dist/skill/references/operations/clue.md +1 -1
- package/dist/skill/references/operations/forewarning.md +1 -1
- package/dist/skill/references/operations/hosted-automation-optimize-index.md +2 -2
- package/dist/skill/references/operations/hosted-automation-scenarios.md +5 -5
- package/dist/skill/references/operations/hosted-automation-self-control.md +15 -15
- package/dist/skill/references/operations/hosted-automation-user-catalog.md +13 -13
- package/dist/skill/references/operations/optimize.md +8 -8
- package/dist/skill/references/report-templates/README.md +45 -0
- package/dist/skill/references/report-templates/REPORT-WORKFLOW.md +114 -0
- package/dist/skill/references/report-templates/bing-period-report.md +65 -0
- package/dist/skill/references/report-templates/google-account-diagnosis-report.md +83 -0
- package/dist/skill/references/report-templates/google-ads-diagnosis.md +378 -0
- package/dist/skill/references/report-templates/google-inquiry-analysis.md +543 -0
- package/dist/skill/references/report-templates/google-period-report-excel.md +126 -0
- package/dist/skill/references/report-templates/google-period-report.md +60 -0
- package/dist/skill/references/report-templates/market-analysis-report.md +40 -0
- package/dist/skill/references/report-templates/meta-account-diagnosis-report.md +74 -0
- package/dist/skill/references/report-templates/meta-period-report-excel.md +230 -0
- package/dist/skill/references/report-templates/meta-period-report.md +219 -0
- package/dist/skill/references/report-templates/okki-weekly-google-client.md +217 -0
- package/dist/skill/references/report-templates/tiktok-period-report.md +56 -0
- package/dist/skill/references/report-templates/website-diagnosis-report.md +79 -0
- package/dist/skill/report-templates/README.md +16 -14
- package/dist/skill/report-templates/REPORT-WORKFLOW.md +13 -13
- package/dist/skill/report-templates/google-account-diagnosis-report.md +1 -1
- package/dist/skill/report-templates/google-ads-diagnosis.md +21 -21
- package/dist/skill/report-templates/google-inquiry-analysis.md +44 -44
- package/dist/skill/report-templates/google-period-report-excel.md +24 -24
- package/dist/skill/report-templates/google-period-report.md +23 -23
- package/dist/skill/report-templates/market-analysis-report.md +1 -1
- package/dist/skill/report-templates/meta-period-report-excel.md +72 -64
- package/dist/skill/report-templates/meta-period-report.html +706 -428
- package/dist/skill/report-templates/meta-period-report.md +61 -60
- package/dist/skill/report-templates/okki-weekly-google-client.md +26 -26
- package/dist/skill/report-templates/report-template-academic.html +1 -1
- package/dist/skill/report-templates/report-template-dark.html +1 -1
- package/dist/skill/report-templates/report-template-formal.html +1 -1
- package/dist/skill/report-templates/report-template-mobile.html +1 -1
- package/dist/skill/report-templates/report-template-onepager.html +1 -1
- package/dist/skill/report-templates/report-template-print.html +1 -1
- package/dist/skill/report-templates/report-template.html +1 -1
- package/dist/skill/report-templates/website-diagnosis-report.html +1731 -1653
- package/dist/skill/report-templates/website-diagnosis-report.md +21 -23
- package/dist/skill/scripts/install.ps1 +1 -1
- package/dist/skill/scripts/install.sh +1 -1
- package/dist/skill/snippets/handoff-p7-inquiry.md +5 -5
- package/eval/cases/accounts-entityid-vs-mediaccustomerid.scenario.json +2 -14
- package/eval/cases/accounts-mcc-bind-inquiry.scenario.json +1 -3
- package/eval/cases/accounts-single-balance-not-bulk.scenario.json +3 -14
- package/eval/cases/budget-display-not-raw-micros.scenario.json +1 -8
- package/eval/cases/clue-meta-leads-json.scenario.json +2 -14
- package/eval/cases/clue-tiktok-leads-json.scenario.json +2 -11
- package/eval/cases/destructive-account-delink-needs-confirm.scenario.json +3 -9
- package/eval/cases/destructive-forewarning-delete-needs-confirm.scenario.json +3 -9
- package/eval/cases/destructive-invoice-apply-needs-confirm.scenario.json +3 -9
- package/eval/cases/facebook-analysis-google-section-aliases.scenario.json +2 -11
- package/eval/cases/facebook-analysis-not-google-keywords.scenario.json +3 -10
- package/eval/cases/facebook-analysis-period-default.scenario.json +2 -14
- package/eval/cases/finance-invoice-info-list.scenario.json +3 -11
- package/eval/cases/forewarning-list-google.scenario.json +3 -14
- package/eval/cases/google-ads-no-structural-without-confirm.scenario.json +2 -6
- package/eval/cases/google-analysis-keywords-route.scenario.json +2 -14
- package/eval/cases/human-p1-multiturn.scenario.json +1 -5
- package/eval/cases/meta-single-balance-not-bulk.scenario.json +3 -17
- package/eval/cases/no-legacy-json-flag.scenario.json +2 -6
- package/eval/cases/open-account-google-noninteractive.scenario.json +1 -3
- package/eval/cases/open-account-tiktok-license-file.scenario.json +1 -3
- package/eval/cases/optimize-list-by-account.scenario.json +3 -11
- package/eval/cases/p1-single-account-profile.scenario.json +1 -11
- package/eval/cases/p2-balance-scan-bulk.scenario.json +2 -9
- package/eval/cases/p3-accounts-digest.scenario.json +1 -5
- package/eval/cases/p4-fb-meta-period-report.scenario.json +2 -12
- package/eval/cases/p4-period-report-window.scenario.json +1 -8
- package/eval/cases/pmax-asset-group-create-with-bg.scenario.json +15 -0
- package/eval/cases/pmax-brand-edit-routing.scenario.json +12 -0
- package/eval/cases/pmax-edit-not-campaign-edit.scenario.json +15 -0
- package/eval/cases/pmax-enable-brand-guidelines.scenario.json +15 -0
- package/eval/cases/pmax-no-assets-update-brand-fields.scenario.json +12 -0
- package/eval/cases/rag-before-keyword-expand.scenario.json +1 -11
- package/eval/cases/rag-list-then-query.scenario.json +2 -14
- package/eval/cases/report-list-google.scenario.json +2 -11
- package/eval/cases/report-push-list-google.scenario.json +2 -11
- package/eval/cases/setup-login-or-env.scenario.json +1 -3
- package/eval/cases/setup-siluzan-data-permission-env.scenario.json +1 -3
- package/eval/cases/tiktok-bc-bind-inquiry.scenario.json +2 -6
- package/eval/cases/time-range-user-delegates-default.scenario.json +1 -8
- package/eval/cases/tips-json-out-filtering.scenario.json +1 -3
- package/eval/cases/tips-large-json-pagination.scenario.json +1 -3
- package/eval/cases/uj-ad-campaign-validate-before-create-stub.scenario.json +2 -11
- package/eval/cases/uj-ad-outdoor-campgear-search-plan.scenario.json +1 -3
- package/eval/cases/uj-analytics-30d-pdf-campaign-device-geo.scenario.json +6 -18
- package/eval/cases/uj-analytics-compare-google-tiktok-last-month-roi.scenario.json +1 -8
- package/eval/cases/uj-analytics-google-weekly-trends-campaigns-keywords.scenario.json +2 -11
- package/eval/cases/uj-analytics-report-push-weekly-email.scenario.json +1 -3
- package/eval/cases/uj-finance-invoice-records-this-month.scenario.json +2 -11
- package/eval/cases/uj-life-newbie-siluzan-google-end-to-end.scenario.json +1 -4
- package/eval/cases/uj-ops-google-accounts-list-normal.scenario.json +2 -17
- package/eval/cases/uj-ops-google-yesterday-spend-conversions.scenario.json +2 -14
- package/eval/cases/uj-ops-pause-worst-adgroup-confirm.scenario.json +2 -6
- package/eval/cases/uj-ops-tiktok-leads-last-week.scenario.json +3 -17
- package/eval/cases/uj-patrol-cpc-spike-adgroups-over-15.scenario.json +1 -5
- package/eval/cases/uj-patrol-forewarning-create-daily-cap-3000.scenario.json +1 -3
- package/eval/cases/uj-patrol-forewarning-trigger-records.scenario.json +3 -17
- package/eval/cases/uj-patrol-google-balances-low.scenario.json +2 -11
- package/eval/cases/uj-roi-optimize-records-then-execute-cautiously.scenario.json +3 -14
- package/eval/cases/uj-roi-search-terms-add-negative-keywords.scenario.json +2 -14
- package/eval/stub-fixtures/facebook-analysis.json +24 -4
- package/eval/stub-fixtures/meta-overview.json +4 -1
- package/eval/stub-fixtures/pmax-asset-group-create-ok.json +12 -0
- package/eval/stub-fixtures/pmax-brand-assets-edit-ok.json +11 -0
- package/eval/stub-fixtures/pmax-brand-guidelines-enable-ok.json +11 -0
- package/eval/stub-fixtures/pmax-edit-ok.json +11 -0
- package/eval/stub-fixtures/pmax-get-bg-on.json +20 -0
- package/package.json +1 -1
- package/dist/skill/references/core/deliverable-preflight.md +0 -109
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
|
|
11
11
|
## Excel 工作簿结构(5 Sheet)
|
|
12
12
|
|
|
13
|
-
| Sheet | 中文名
|
|
14
|
-
| ----- |
|
|
15
|
-
| 1
|
|
16
|
-
| 2
|
|
17
|
-
| 3
|
|
18
|
-
| 4
|
|
19
|
-
| 5
|
|
13
|
+
| Sheet | 中文名 | CLI `--sections` | 落盘文件 | 报告中的角色 |
|
|
14
|
+
| ----- | -------------- | ---------------- | -------------------- | --------------------------------------------------- |
|
|
15
|
+
| 1 | **总数据** | `overview` | `overview-<id>.json` | 账户级 KPI + **全部叙事分析**(唯一写文案的 Sheet) |
|
|
16
|
+
| 2 | **广告组数据** | `ad-sets` | `ad-sets-<id>.json` | 区域/广告组维度表(拉美、欧洲、亚洲等) |
|
|
17
|
+
| 3 | **平台数据** | `platform` | `platform-<id>.json` | Facebook vs Instagram 对比表 |
|
|
18
|
+
| 4 | **国家数据** | `country` | `country-<id>.json` | 国家/地区排行表 |
|
|
19
|
+
| 5 | **受众数据** | `audience` | `audience-<id>.json` | 年龄 × 性别矩阵表 |
|
|
20
20
|
|
|
21
21
|
**Excel 模板不含**:创意 Sheet、`material`、按日趋势、关键词。若用户要创意章节,额外拉 `--sections creative`。
|
|
22
22
|
|
|
@@ -26,42 +26,42 @@
|
|
|
26
26
|
|
|
27
27
|
Excel 导出列与 API 字段对照(撰写/渲染时统一用 API camelCase,展示用中文列名):
|
|
28
28
|
|
|
29
|
-
| Excel 列名
|
|
30
|
-
|
|
|
31
|
-
| 目标 / 成效类型
|
|
32
|
-
| 覆盖人数
|
|
33
|
-
| 展示次数
|
|
34
|
-
| 频次
|
|
35
|
-
| 归因设置
|
|
36
|
-
| 成效
|
|
37
|
-
| 已花费金额 (USD) | `spend`
|
|
38
|
-
| 单次成效费用
|
|
29
|
+
| Excel 列名 | API 字段 | 说明 |
|
|
30
|
+
| ---------------- | -------------------- | ----------------------------------------- |
|
|
31
|
+
| 目标 / 成效类型 | `resultType` | 如「Meta 潜在客户」 |
|
|
32
|
+
| 覆盖人数 | `reach` | 整数 |
|
|
33
|
+
| 展示次数 | `impressions` | 整数 |
|
|
34
|
+
| 频次 | `frequency` | 小数;>2 可提示疲劳 |
|
|
35
|
+
| 归因设置 | `attributionSetting` | 如「点击后 7 天内或浏览后 1 天内」 |
|
|
36
|
+
| 成效 | `results` | Meta「结果」列,**勿与 conversions 混用** |
|
|
37
|
+
| 已花费金额 (USD) | `spend` | 美元,非 micros |
|
|
38
|
+
| 单次成效费用 | `costPerResult` | CPL |
|
|
39
39
|
|
|
40
40
|
### Sheet 2 额外列
|
|
41
41
|
|
|
42
|
-
| Excel 列名
|
|
43
|
-
|
|
|
42
|
+
| Excel 列名 | API 字段 |
|
|
43
|
+
| ------------ | -------------- |
|
|
44
44
|
| 广告系列名称 | `campaignName` |
|
|
45
|
-
| 广告组名称
|
|
45
|
+
| 广告组名称 | `adGroupName` |
|
|
46
46
|
|
|
47
47
|
### Sheet 3 维度列
|
|
48
48
|
|
|
49
|
-
| Excel 列名 | API 字段
|
|
50
|
-
| ---------- |
|
|
51
|
-
| 平台
|
|
49
|
+
| Excel 列名 | API 字段 | 备注 |
|
|
50
|
+
| ---------- | ------------------- | ----------------------------------------------- |
|
|
51
|
+
| 平台 | `publisherPlatform` | 汇总时按平台聚合;版位细拆见 `platformPosition` |
|
|
52
52
|
|
|
53
53
|
### Sheet 4 维度列
|
|
54
54
|
|
|
55
|
-
| Excel 列名 | API 字段
|
|
56
|
-
| ---------- |
|
|
57
|
-
| 国家/地区
|
|
55
|
+
| Excel 列名 | API 字段 |
|
|
56
|
+
| ---------- | ----------------- |
|
|
57
|
+
| 国家/地区 | `countryOrRegion` |
|
|
58
58
|
|
|
59
59
|
### Sheet 5 维度列
|
|
60
60
|
|
|
61
61
|
| Excel 列名 | API 字段 |
|
|
62
|
-
| ---------- | -------- |
|
|
63
|
-
| 年龄
|
|
64
|
-
| 性别
|
|
62
|
+
| ---------- | -------- | ----------------------------- |
|
|
63
|
+
| 年龄 | `age` |
|
|
64
|
+
| 性别 | `gender` | `male` / `female` / `unknown` |
|
|
65
65
|
|
|
66
66
|
**受众表注意**:`gender=unknown` 或 `成效=0` 的行可保留在数据表,撰写时说明「样本不足勿扩量」。
|
|
67
67
|
|
|
@@ -91,12 +91,12 @@ Excel 导出列与 API 字段对照(撰写/渲染时统一用 API camelCase,
|
|
|
91
91
|
|
|
92
92
|
**每条 `content` ≥150 字**,须引用当次国家名/CPL/广告组名;严重项以「强烈建议:」开头。完整规则见 **`assets/meta-period-report-rules.md`**。
|
|
93
93
|
|
|
94
|
-
| #
|
|
95
|
-
|
|
|
96
|
-
| 1
|
|
97
|
-
| 2
|
|
98
|
-
| 3
|
|
99
|
-
| 4
|
|
94
|
+
| # | 标题 | 撰写要点 |
|
|
95
|
+
| --- | ---------------- | ---------------------------------------------------------- |
|
|
96
|
+
| 1 | **简化表单问题** | 点名高频次高 CPL 国家/组;字段缩减至 3 项;写预期 CPL 改善 |
|
|
97
|
+
| 2 | **区域调整** | 按广告组写语言/市场策略;写清加谁、减谁、暂停谁 |
|
|
98
|
+
| 3 | **预算重构** | 具体比例(如 4:3:3)、测试 7/14 天、CPL 阈值优胜劣汰 |
|
|
99
|
+
| 4 | **素材建议** | 分 IG/FB、分市场;素材套数、视频时长、高花费低结果创意处理 |
|
|
100
100
|
|
|
101
101
|
**Excel 总数据 Sheet 另须**(可写在 4 条之后或单独小节):
|
|
102
102
|
|
|
@@ -129,7 +129,7 @@ siluzan-tso facebook-analysis -a <mediaCustomerId> \
|
|
|
129
129
|
"endDate": "2026-04-30",
|
|
130
130
|
"resultType": "Meta 潜在客户",
|
|
131
131
|
"attributionSetting": "点击后7天内或浏览后1天内",
|
|
132
|
-
"generatedAt": "2026/5/19 18:27:05"
|
|
132
|
+
"generatedAt": "2026/5/19 18:27:05",
|
|
133
133
|
},
|
|
134
134
|
// KPI 行:可省略,由 --snapshot-dir 从 overview 合并
|
|
135
135
|
"kpis": {
|
|
@@ -138,7 +138,7 @@ siluzan-tso facebook-analysis -a <mediaCustomerId> \
|
|
|
138
138
|
"costPerResult": 13.14,
|
|
139
139
|
"reach": 45628,
|
|
140
140
|
"impressions": 72850,
|
|
141
|
-
"frequency": 1.6
|
|
141
|
+
"frequency": 1.6,
|
|
142
142
|
},
|
|
143
143
|
// 对应 Sheet1 叙事块
|
|
144
144
|
"narrative": {
|
|
@@ -146,32 +146,40 @@ siluzan-tso facebook-analysis -a <mediaCustomerId> \
|
|
|
146
146
|
"regional": [
|
|
147
147
|
{ "adGroupName": "leads-欧洲", "text": "欧洲(土耳其)成本最低…" },
|
|
148
148
|
{ "adGroupName": "leads-拉美", "text": "拉美成本最高…" },
|
|
149
|
-
{ "adGroupName": "leads-亚洲", "text": "亚洲介于两者之间…" }
|
|
149
|
+
{ "adGroupName": "leads-亚洲", "text": "亚洲介于两者之间…" },
|
|
150
150
|
],
|
|
151
151
|
"country": "土耳其单条9.45美元,远低于其他国家…",
|
|
152
152
|
"recommendations": [
|
|
153
153
|
{ "title": "简化表单问题", "content": "强烈建议:…(≥150字,含国家/CPL数字)" },
|
|
154
154
|
{ "title": "区域调整", "content": "推荐优化:…" },
|
|
155
155
|
{ "title": "预算重构", "content": "…" },
|
|
156
|
-
{ "title": "素材建议", "content": "…" }
|
|
157
|
-
]
|
|
156
|
+
{ "title": "素材建议", "content": "…" },
|
|
157
|
+
],
|
|
158
158
|
},
|
|
159
159
|
"supplementaryRecommendations": [
|
|
160
|
-
{ "dimension": "预算与广告组", "issue": "…", "suggestion": "…" }
|
|
160
|
+
{ "dimension": "预算与广告组", "issue": "…", "suggestion": "…" },
|
|
161
161
|
],
|
|
162
162
|
"priorityPlan": { "high": ["…"], "medium": ["…"], "low": ["…"] },
|
|
163
163
|
// 对应 Sheet2~5 表格 + 图表:可省略,由 --snapshot-dir 自动合并
|
|
164
164
|
"tables": {
|
|
165
|
-
"adSets": [
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
"
|
|
165
|
+
"adSets": [
|
|
166
|
+
/* 见 merge-snapshot */
|
|
167
|
+
],
|
|
168
|
+
"platform": [
|
|
169
|
+
/* publisherPlatform 汇总行 */
|
|
170
|
+
],
|
|
171
|
+
"countries": [
|
|
172
|
+
/* country 行 */
|
|
173
|
+
],
|
|
174
|
+
"audiences": [
|
|
175
|
+
/* age×gender 行 */
|
|
176
|
+
],
|
|
169
177
|
},
|
|
170
178
|
"charts": {
|
|
171
179
|
"platform": { "labels": ["instagram", "facebook"], "cpl": [], "spend": [] },
|
|
172
180
|
"country": { "labels": [], "cpl": [] },
|
|
173
|
-
"audience": { "labels": [], "cpl": [], "leads": [] }
|
|
174
|
-
}
|
|
181
|
+
"audience": { "labels": [], "cpl": [], "leads": [] },
|
|
182
|
+
},
|
|
175
183
|
}
|
|
176
184
|
```
|
|
177
185
|
|
|
@@ -181,18 +189,18 @@ siluzan-tso facebook-analysis -a <mediaCustomerId> \
|
|
|
181
189
|
|
|
182
190
|
## HTML 渲染章节(Excel 必含 vs 深度分析扩展)
|
|
183
191
|
|
|
184
|
-
| 报告章节
|
|
185
|
-
|
|
|
186
|
-
| KPI 顶栏
|
|
187
|
-
| 整体表现 / 执行摘要 | ✅ `narrative.overall`
|
|
188
|
-
| 区域报告
|
|
189
|
-
| 国家报告
|
|
190
|
-
| 优化建议 4 条
|
|
191
|
-
| 平台对比表/图
|
|
192
|
-
| 国家排行表/图
|
|
193
|
-
| 受众矩阵表/图
|
|
194
|
-
| 账户健康诊断
|
|
195
|
-
| 落地页表单分析
|
|
192
|
+
| 报告章节 | Excel 必含 | 深度 HTML 扩展(可选) |
|
|
193
|
+
| ------------------- | ------------------------------ | ------------------------------------------ |
|
|
194
|
+
| KPI 顶栏 | ✅ | — |
|
|
195
|
+
| 整体表现 / 执行摘要 | ✅ `narrative.overall` | `executiveSummary[]` 可多段深度解读 |
|
|
196
|
+
| 区域报告 | ✅ `narrative.regional` | 广告组疲劳表 + `sections.adSets.insight` |
|
|
197
|
+
| 国家报告 | ✅ `narrative.country` | 国家 CPL 图表 + `sections.country.insight` |
|
|
198
|
+
| 优化建议 4 条 | ✅ `narrative.recommendations` | A/B 实验、行动清单 |
|
|
199
|
+
| 平台对比表/图 | ✅ Sheet3 | `sections.platform.insight` |
|
|
200
|
+
| 国家排行表/图 | ✅ Sheet4 | — |
|
|
201
|
+
| 受众矩阵表/图 | ✅ Sheet5 | Top/Bottom 10、黄金画像 |
|
|
202
|
+
| 账户健康诊断 | ❌ | 三阶段 / 四问 / 红绿灯表 |
|
|
203
|
+
| 落地页表单分析 | ❌(合并在「简化表单」建议) | `sections.landingPage` |
|
|
196
204
|
|
|
197
205
|
**默认交付**:以 Excel 五 Sheet + 总数据叙事为准;用户明确要求「深度分析 / 总监视角」时再补 HTML 扩展章节。
|
|
198
206
|
|
|
@@ -215,8 +223,8 @@ siluzan-tso facebook-analysis render \
|
|
|
215
223
|
|
|
216
224
|
## 相关文档
|
|
217
225
|
|
|
218
|
-
| 文档
|
|
219
|
-
|
|
|
220
|
-
| `meta-period-report.md`
|
|
221
|
-
| `assets/meta-period-report.schema.json`
|
|
222
|
-
| `references/analytics/facebook-analysis-guide.md` | API 字段口径
|
|
226
|
+
| 文档 | 用途 |
|
|
227
|
+
| ------------------------------------------------- | ----------------------------------- |
|
|
228
|
+
| `meta-period-report.md` | 周期报告总纲 + HTML 扩展 + CLI 流程 |
|
|
229
|
+
| `assets/meta-period-report.schema.json` | Agent JSON 机器校验 |
|
|
230
|
+
| `references/analytics/facebook-analysis-guide.md` | API 字段口径 |
|