Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Customer event analytics across every GTM system — Intercom, Zendesk, Salesforce, HubSpot, Segment, Amplitude, Mixpanel, PostHog, and custom event pipelines. Covers event taxonomy design, tracking implementation, event-driven workflows, and unified customer views. Use when implementing event tracking, building a customer data pipeline, or designing event-driven GTM automations. Triggers on: "event analytics", "customer events", "event tracking", "product analytics", "Segment setup", "event pipeline".
license
MIT
compatibility
Claude Code, Jesse, Codex, Hermes, Windsurf, OpenCode, Gemini CLI, Copilot, Zed, VS Code, Goose
metadata
{"version":"1.0.0","author":"LeadMagic","category":"analytics","tags":["event-analytics","product-analytics","customer-events","tracking","segment","amplitude","intercom"],"related_skills":["cs-analytics-dashboards","gtm-metrics","campaign-analytics","a-b-testing","attribution","1p-tagging-pixels"],"frameworks":["Segment — Customer Data Platform (CDP) and event taxonomy","Amplitude — Behavioral analytics and event design","Mixpanel — Product analytics and event-based reporting","Intercom — Event-driven messaging and automation","Avo — Event taxonomy and governance","Snowplow — Open-source event pipeline"]}
Event Analytics
Overview
Events are the atomic unit of customer understanding. Every signup, click,
feature use, upgrade, and cancellation is an event. The mistake: tracking
events haphazardly ("track everything!") with no taxonomy, creating a data
swamp instead of a data pipeline. This skill covers event analytics across
every GTM system — how to design an event taxonomy, implement tracking, and
unify event data across your stack to build a complete customer picture.
Authoritative Foundations
Segment — Customer Data Platform (CDP) and event taxonomy — Customer Data Platform (CDP) and event taxonomy
Amplitude — Behavioral analytics and event design — Behavioral analytics and event design
Mixpanel — Product analytics and event-based reporting — Product analytics and event-based reporting
Intercom — Event-driven messaging and automation — Event-driven messaging and automation
Avo — Event taxonomy and governance — Event taxonomy and governance
Use as event triggers for: onboarding tours (if user does X, show tour Y),
email sequences (if user reaches milestone, send email), chat targeting
(if user is stuck, offer help), in-app messages (if feature unused, promote it)
Track: Lead Status Changed, Opportunity Stage Changed, Task Completed
Use for: real-time dashboards, Slack alerts on key deals, enrichment triggers
HubSpot Events (via Custom Behavioral Events):
Track: Form Submission, Meeting Booked, Email Clicked, Page Viewed
Use for: lead scoring, workflow triggers, list membership
Amplitude / Mixpanel:
Purpose: product analytics — not just what happened, but who did it,
how often, and what happened next
Key reports: retention curves, funnel analysis, behavioral cohorts,
feature adoption, power user curve
Phase 4: Event-Driven GTM Automation
Example workflows:
Event: "Signed Up" → source = Google Ads
→ Add to Ad Conversions in Google Ads
→ Add to HubSpot as Lead
→ Enrich with Clearbit / LeadMagic
→ Route to SDR if ICP match
→ Send welcome email sequence
Event: "Feature Used" → feature = "Reports", 3rd time this week
→ Score: +10 engagement points
→ Trigger Intercom message: "Power user move: try Advanced Reports"
Event: "Trial Expired" → no conversion
→ Send re-engagement email sequence (3 emails over 7 days)
→ If no response: move to nurture list
Event: "NPS Submitted" → score < 6 (Detractor)
→ Create Zendesk ticket: "Follow up with Detractor"
→ Slack alert to CSM
→ Auto-schedule call with customer
Phase 5: Event Governance
Event dictionary (living document — reference per event):
Event Name
Properties
Trigger
Destinations
Owner
Signed Up
plan, source, referrer
POST /auth/signup
Segment → all
Eng
Feature Used
feature_name, context
Client-side track call
Amplitude, Intercom
Product
Governance rules:
New events require: description, properties schema, destination list, owner
No "track everything" — each event must have a purpose and an owner
Deprecate, don't delete. Keep old events but stop sending them.
Event testing in CI/CD (events fire correctly, properties valid)
No PII in event properties (email, name, IP — use pseudonymous IDs)
Quality Check
Before delivering, verify:
Output matches the user's stated request
Named frameworks or sources are reflected in the recommendation
The deliverable is specific enough for an agent to execute
Any assumptions, risks, or dependencies are explicit
No unsupported claims, invented facts, or private/internal references are included
Common Pitfalls
Tracking everything. 500 events, 50 properties each, no one knows what
any of them mean. The data swamp. Fix: Every event must have a purpose.
Start with 20. Add as needed.
Inconsistent naming.signed_up, userSignup, Sign Up Completed all
describe the same thing across different systems. Fix: One taxonomy. Object-
action. Past tense. Documented in an event dictionary.
Client-side only tracking. Ad blockers block client-side tracking
(30-50% of users). Critical events lost. Fix: Server-side tracking for
key events (signup, payment, subscription changes). Client-side for
behavioral events.
No group/account context for B2B. Events tracked to individual users
but not linked to their company workspace. Can't answer "what are our top
10 accounts doing?" Fix: group() call on login linking user to workspace.
PII in event properties.email: "john@company.com" in event properties
is a data privacy violation waiting to happen. Fix: Use user IDs. Store PII
in your database, not your event pipeline.
Execution Artifacts
references/framework-notes.md — named frameworks, citation anchors, and operating assumptions
templates/output-template.md — copy-paste deliverable structure for the user
scripts/check-output.py — local checklist validator for required sections
This skill includes lightweight artifacts the agent can load on demand:
Use the artifacts when the user asks for an implementation-ready deliverable, a repeatable workflow, or a quality check rather than generic advice.
Related Skills
cs-analytics-dashboards — CS health scores and dashboards