@
优化分析漏斗标签文案:付费相关节点更准确 - "点击付费" → "点击高级功能" - "看到入口" → "看到付费墙" @
This commit is contained in:
@@ -78,7 +78,7 @@ export function AnalyticsPageClient() {
|
|||||||
</Card>
|
</Card>
|
||||||
<Card>
|
<Card>
|
||||||
<CardContent className="p-4">
|
<CardContent className="p-4">
|
||||||
<div className="text-xs text-slate-500">点击付费</div>
|
<div className="text-xs text-slate-500">点击高级功能</div>
|
||||||
<div className="text-xl font-bold text-cyan-400">{funnel[2]?.count ?? 0}</div>
|
<div className="text-xl font-bold text-cyan-400">{funnel[2]?.count ?? 0}</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ export const opsApi = {
|
|||||||
const stepLabels: Record<string, string> = {
|
const stepLabels: Record<string, string> = {
|
||||||
signup_completed: "注册",
|
signup_completed: "注册",
|
||||||
dashboard_active: "活跃",
|
dashboard_active: "活跃",
|
||||||
paywall_feature_clicked: "点击付费",
|
paywall_feature_clicked: "点击高级功能",
|
||||||
paywall_viewed: "看到入口",
|
paywall_viewed: "看到付费墙",
|
||||||
checkout_started: "发起支付",
|
checkout_started: "发起支付",
|
||||||
checkout_succeeded: "支付成功",
|
checkout_succeeded: "支付成功",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user