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 Creator portal is the primary workspace for content creators in the Ad Management System. Accessible at /creator, the dashboard gives you an at-a-glance view of how your content is performing — tracking views, earnings, engagement, and audience growth — alongside a preview grid of your most recent content campaigns. From here you can navigate to every other section of the creator experience using the left sidebar.

Dashboard Sections

The dashboard is divided into two main areas: a performance stats strip at the top and a content campaign preview grid below.

Performance Stats

Four stat cards surface your most important numbers at a glance. Each card shows the current total and a percentage change indicator (↑ up / ↓ down) relative to the previous period.

Campaign Preview Grid

A grid showing your first 4 content items. Each card displays the content title, description, author label, view count, duration (for video), and live/deleted status. Click View All to open the full campaigns list.

Performance Stats

The four CreatorStats cards are sourced from lib/data.ts and are rendered as the CreatorStats component at the top of the dashboard.
StatSample ValueChangeTrend
Total Views1,02,3450.65%↑ Up
Earnings₹15,8903.21%↑ Up
Engagement Rate62.8%6.5%↑ Up
Audience Growth45,7891.25%↓ Down
Each card is colour-coded: green for an upward trend (levelUp: true) and red for a downward trend (levelDown: true).

Content Campaign Preview Grid

Below the stats, a grid renders the first 4 items from the contentData array. Every content card exposes the following fields:
FieldDescription
titleName of the content piece
descriptionShort summary of the content
authorDisplayed as “You” when author === "Creator", or “Advertiser” otherwise
viewsPulled from engagement_metrics.views
durationVideo length (e.g. "2:30"); omitted for images and text
statusLive (active) or Deleted (removed)
A View All button at the bottom-right of the campaigns grid links to /creator/campaigns. A second View All button in the stats area links to /creator/analytics for the full analytics breakdown.

Creator Sidebar Navigation

The left sidebar is driven by creatorMenu from lib/menu.ts and provides access to all creator pages:
Menu ItemRoutePurpose
Dashboard/creatorOverview stats and recent content
Profile/creator/profileManage profile and social links
Campaigns/creator/campaignsTop and your campaigns
Analytics/creator/analyticsContent analytics
Media Library/creator/libraryBrowse content assets

Build docs developers (and LLMs) love