frequency_report
Analyze how often users perform specific events within defined time periods to identify usage patterns and engagement trends.
Instructions
Get a frequency report (addiction report). Shows how often users perform an event within a time window.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event name | |
| from_date | Yes | Start date (YYYY-MM-DD) | |
| to_date | Yes | End date (YYYY-MM-DD) | |
| addiction_unit | No | Frequency bucket unit (default: day) | day |
| unit | No | Time unit for grouping results (default: day) | day |
| where | No | Filter expression | |
| limit | No | Max segments to return |