latestOpenAPI 3.1.02026-08-197104501.1 MB

8fbaab4fc7c5

tag management
user agent analytics

Get Daily Active Users

Get Daily Active Users (DAU) by tags for the last {MAX_DAYS} days ending on UTC today + 1 day.

This endpoint efficiently calculates unique users per tag for each of the last {MAX_DAYS} days using a single optimized SQL query, perfect for dashboard time series visualization.

Args: tag_filter: Optional filter to specific tag (legacy) tag_filters: Optional filter to multiple specific tags (takes precedence over tag_filter)

Returns: ActiveUsersAnalyticsResponse: DAU data by tag for each of the last {MAX_DAYS} days

get/tag/dau

Query parameters

tag_filterstring nullable

Filter by specific tag (optional)

Filter by specific tag (optional)

tag_filtersstring[] nullable

Filter by multiple specific tags (optional, takes precedence over tag_filter)

Filter by multiple specific tags (optional, takes precedence over tag_filter)

Response

Successful Response