一键导入
analyze-funnels
Creates and analyzes conversion funnels. Use when analyzing user journeys, drop-off points, onboarding, checkout, or multi-step flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates and analyzes conversion funnels. Use when analyzing user journeys, drop-off points, onboarding, checkout, or multi-step flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | analyze-funnels |
| compatibility | Requires Altertable MCP server |
| description | Creates and analyzes conversion funnels. Use when analyzing user journeys, drop-off points, onboarding, checkout, or multi-step flows. |
| metadata | {"author":"altertable-ai","requires":"altertable-mcp"} |
To analyze a funnel:
list_events and render_insight to validate the funnel steps, window, and orderingAsk the user (or infer from context) what journey to measure. You need:
Default to strict ordering unless the user specifies otherwise.
Use the Altertable MCP server to:
list_events to confirm exact event names and recent volumerender_insight with kind: funnel to validate step definitions and check the data looks correctcreate_insight with kind: funnel if the user wants a saved chartcreate_discovery if the bottleneck or finding should be reviewed or notifiedFor each step transition, compute:
| Metric | Formula |
|---|---|
| Step conversion rate | Users at step N+1 / Users at step N |
| Step drop-off rate | 1 - Step conversion rate |
| Overall conversion rate | Users at final step / Users at step 1 |
Find the step transition with:
Present results as a step-by-step breakdown:
Format example:
Step 1: Page View - 10,000 users
Step 2: Add to Cart - 1,200 users (12.0% conversion, 88.0% drop-off) <-- biggest drop
Step 3: Checkout Started - 800 users (66.7% conversion, 33.3% drop-off)
Step 4: Purchase Complete - 720 users (90.0% conversion, 10.0% drop-off)
Overall conversion: 7.2% (720 / 10,000)
Bottleneck: Step 1 to Step 2 -- 88% of users drop off before adding to cart.
When comparing funnels across segments (device, traffic source, user type):
Routes user queries to the best-fit Altertable skill. Use when unsure which Altertable skill applies to a request.
Instruments applications with Altertable Product Analytics. Use when adding event tracking, identifying users, updating traits, resetting sessions, managing consent, or aliasing identifiers.
Queries and analyzes Altertable product events and identities. Use for event counts, properties, user activity, identity traits, behavioral trends, or validating incoming instrumentation.
Interprets Insight data to identify patterns, anomalies, and trends. Use when analyzing visualizations, extracting findings, or explaining patterns in graphs.
Analyzes web analytics traffic patterns and user behavior. Use when asked about pageviews, sessions, traffic sources, or website user behavior.
Builds segmentation insights with filters, dimensions, and breakdowns. Use when segmenting users, comparing event metrics by properties, building cohorts, or defining audiences.