query_frequency_report
Analyze user action frequency over time to identify behavior patterns and track engagement. Specify date range, time granularity, and event filters for detailed insights.
Instructions
Get data for frequency of actions over time. Useful for analyzing how often users perform specific actions, identifying patterns of behavior, and tracking user engagement over time.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addiction_unit | Yes | The granularity to return frequency of actions at | |
event | No | The event to generate returning counts for | |
from_date | Yes | The date in yyyy-mm-dd format to begin querying from (inclusive) | |
limit | No | Return the top limit segmentation values. This parameter does nothing if 'on' is not specified | |
on | No | The property expression to segment the second event on | |
project_id | No | The Mixpanel project ID. Optional since it has a default. | |
to_date | Yes | The date in yyyy-mm-dd format to query to (inclusive) | |
unit | Yes | The overall time period to return frequency of actions for | |
where | Yes | An expression to filter the returning events by based on the grammar: <expression> ::= 'properties["' <property> '"]' | <expression> <binary op> <expression> | <unary op> <expression> | <math op> '(' <expression> ')' | <string literal> <binary op> ::= '+' | '-' | '*' | '/' | '%' | '==' | '!=' | '>' | '>=' | '<' | '<=' | 'in' | 'and' | 'or' | <unary op> ::= '-' | 'not' | |
workspace_id | No | The ID of the workspace if applicable |