The Analytics page atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Priyanshu471/ad-management/llms.txt
Use this file to discover all available pages before exploring further.
/creator/analytics is currently in its initial development phase. The route exists and renders a placeholder, but no charts, stat cards, or metric breakdowns have been implemented yet. Full analytics functionality — including per-content breakdowns, time-series charts, and aggregate stat cards — is scoped for a future update.
Route: /creator/analytics
Current State
The analytics page currently renders a single placeholder paragraph and no other UI:Where to Find Performance Data Now
Until the analytics page is fully implemented, your performance summary is available on the Creator Overview dashboard:Creator Dashboard
View all four
CreatorStats cards — Total Views, Earnings, Engagement Rate, and Audience Growth — alongside your recent content campaign grid on the main Overview page at /creator.Campaigns Page
Drill into individual campaign performance — including per-campaign CTR, budget, and audience reach — from the two tables at
/creator/campaigns.Planned Metrics
The following metrics are defined inlib/data.ts as CreatorStats and will be surfaced by the analytics page when it is fully built out:
| Metric | Sample Value | Trend |
|---|---|---|
| Total Views | 1,02,345 | ↑ 0.65% |
| Earnings | ₹15,890 | ↑ 3.21% |
| Engagement Rate | 62.8% | ↑ 6.5% |
| Audience Growth | 45,789 | ↓ 1.25% |
The values above are the static seed data from
lib/data.ts. They are shown on the Creator Dashboard today but are not yet rendered on the /creator/analytics route itself.