Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/analytics/analytics.controller.ts
Get daily page views and unique visitors as a time series
Endpoint
GET /analytics/:projectId/daily-traffic
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
days | query | string | - |
Referenced By
AnalyticsController(MODULE_DECLARES)
Was this page helpful?