-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
5
-
False
-
-
False
-
Not Selected
-
-
-
Overview:
Amplitude events have inconsistent granularity levels, making analysis difficult. Generic events like API Call generate ~200k events/week (mostly automated CI/CD) while specific UI events generate ~2-50k events/week. The generic events require property drilling to understand user behavior.
Problem Details:
| Event | Granularity | Volume (7 days) | Actionability |
| API Call | Very broad | ~200k+ | Low - requires Path property drilling |
| Page Viewed | Broad | ~53k | Medium - needs page name filter |
| Workload CVE Filter Applied | Specific | ~2.4k | High - clear intent |
The API Call event captures backend API usage (DetectBuildTime, Splunk integrations) rather than UI user behavior. This creates noise and inconsistent event modeling.
Acceptance Criteria:
- [ ] Decide: Archive API Call or split into specific events (e.g., CI Build Detection Triggered, Splunk Integration Sync)
- [ ] If splitting, implement new event types in backend telemetry
- [ ] Document event granularity guidelines in analytics taxonomy
- [ ] Update amplitude-audit.md with resolution
Related Tickets: