Primary fields
Channel, locale, campaign
文案、CTA、追踪预设、可见语种和渠道备注都需要明确归属。
统一管理投放和联盟使用的落地页说明、CTA 和参数预设,让增长页面可控而不失序。
Launch Path
5 channel landing records are now served from a local JSON file.
Last updated: 2026-05-04T15:05:00.000Z
Built for users who want a cheaper and clearer way to handle repeated TRON transfers without manually guessing each transaction cost.
en · google · published
适合希望通过 TG 完成购买、接收提醒、减少重复沟通的中文用户和运营团队。
zh-CN · telegram · published
A landing structure for partner acquisition where route clarity, support, and future agent workflows matter more than a generic brochure page.
en · affiliate · published
Advanced Source
直接编辑 Landing 集合,打通渠道页的真实内容源、参数白名单和 CTA 配置。
Frontend Contract
服务投放页、联盟页和 TG 渠道页的结构化内容源。
gastx-web /[locale]/landing/[channel] 与投放模板
Primary key: campaignSlug
Status field: status
后续前台应按这个集合形状取数,而不是继续在页面里硬编码文案常量。
Fields: 12
Records: 3
Schema
| Field | Type | Required | Notes |
|---|---|---|---|
channel Channel | enum | google、facebook、tiktok、telegram、affiliate。 | |
campaignSlug Campaign slug | string | 前台落地页唯一键。 | |
locale Locale | enum | 渠道页语种。 | |
audienceAngle Audience angle | string | 例如 cheap-usdt-transfer、api-reliability。 | |
heroTitle Hero title | string | 落地页首屏标题。 | |
heroSummary Hero summary | text | 首屏描述。 | |
primaryCta Primary CTA | string | 主转化动作。 | |
backupCta Backup CTA | string | 次级引导。 | |
trackingPreset Tracking preset | enum | 调用 tracking-core 的事件预设。 | |
allowedParams Allowed params | string[] | 前台保留的 query 参数白名单。 | |
indexationMode Indexation mode | enum | 通常 noindex-follow。 | |
status Status | enum | draft、ready、published。 |
Records
en · landing-google-low-cost
面向搜索广告,强调节省 TRX 消耗和快速到账。
zh-CN · landing-telegram-zh
面向 TG 用户,突出机器人下单和提醒通知路径。
en · landing-affiliate-api
面向合作方和分销方,解释 API 接入与合作入口。
Editor
先把编辑器分区收口,后续不论接真实 CMS 还是 API,都能按这个面板结构推进。
落地页先固定渠道、slug、语种和受众角度。
把页面文案与主备 CTA 结构化,便于前台模板复用。
增长页只声明跟踪预设和索引模式,不做广告账户后台。
Module Flow
Checkpoints
Field Planning
Workflow
Draft
Content editor
录入文案、FAQ、SEO 字段和基础 CTA,不在这里接真实业务执行。
Review
SEO / Growth ops
检查索引策略、多语言一致性、渠道文案边界和合规提示。
Ready
Site owner
确认发布窗口、关联页面和投放节奏,避免内容与渠道错配。
Publish
System hook later
后续由 CMS 发布流或内容 API 接管;当前阶段只保留流程说明。
Future Hooks