Skip to main content

Documentation 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.

The Analytics page at /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:
const Analytics = () => {
  return (
    <div>
      <p>This is analytics page</p>
    </div>
  );
};
There are no stat cards, tables, or charts on this page at this time.

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 in lib/data.ts as CreatorStats and will be surfaced by the analytics page when it is fully built out:
MetricSample ValueTrend
Total Views1,02,345↑ 0.65%
Earnings₹15,890↑ 3.21%
Engagement Rate62.8%↑ 6.5%
Audience Growth45,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.

Build docs developers (and LLMs) love