一键导入
analyze-web-traffic
Analyzes web analytics traffic patterns and user behavior. Use when asked about pageviews, sessions, traffic sources, or website user behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyzes web analytics traffic patterns and user behavior. Use when asked about pageviews, sessions, traffic sources, or website user behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | analyze-web-traffic |
| compatibility | Requires Altertable MCP server |
| description | Analyzes web analytics traffic patterns and user behavior. Use when asked about pageviews, sessions, traffic sources, or website user behavior. |
| metadata | {"author":"altertable-ai","requires":"altertable-mcp"} |
To analyze web traffic:
Ask the user (or infer from context):
Use Altertable MCP tools to fetch web analytics data:
get_catalog to confirm the Product Analytics tables and columns available in this environmentquery_lakehouse for custom web traffic analysisrender_insight when the user wants a chart previewCommon Product Analytics tables include product_analytics.analytics.web_sessions and product_analytics.analytics.web_pageviews. Query them to compute:
Always pull both the current period and the comparison period so you can compute deltas.
Break down by at least one dimension to find where changes originate:
When a top-level metric moves, drill into segments to isolate which segment drove the change.
Look for:
Quantify every observation with absolute numbers and percentage change.
Present findings with:
| Comparison | When to Use |
|---|---|
| WoW (week-over-week) | Short-term monitoring, recent changes |
| MoM (month-over-month) | Growth tracking, campaign evaluation |
| YoY (year-over-year) | Seasonal businesses, long-term trends |
Always compare equal-length periods. When comparing WoW, align on the same day of week. When comparing MoM, account for differing month lengths.
When the user does not specify a segment, default to this order:
Only add geography or other dimensions if the first pass does not explain the change.
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.
Creates and analyzes conversion funnels. Use when analyzing user journeys, drop-off points, onboarding, checkout, or multi-step flows.
Interprets Insight data to identify patterns, anomalies, and trends. Use when analyzing visualizations, extracting findings, or explaining patterns in graphs.
Builds segmentation insights with filters, dimensions, and breakdowns. Use when segmenting users, comparing event metrics by properties, building cohorts, or defining audiences.