get_analytics_by
Analyze click data by grouping metrics across dimensions like country, platform, or browser to generate breakdowns and top-N reports for link performance insights.
Instructions
Get click counts grouped by a dimension (country, platform, browser, etc.). Useful for breakdowns and top-N reports.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| counter | Yes | Dimension to group by (required) | |
| start | No | Start date in YYYY-MM-DD format (default: 30 days ago) | |
| end | No | End date in YYYY-MM-DD format (default: today) | |
| link_id | No | Filter by specific link ID | |
| country | No | Filter by country code | |
| platform | No | Filter by platform | |
| unique | No | Count unique clicks only | |
| bots | No | Bot filtering |