Use this file to discover all available pages before exploring further.
The Campaigns page gives content creators a dual-table view of campaign activity. The top table highlights the highest-performing active campaigns platform-wide, and the table below lists every campaign in the system with per-row earnings, audience reach, and CTR data. Use this page to track campaign performance and spot which creative approaches are driving the best results.Route:/creator/campaigns
The TopCampaignsTable component filters campaignsData to entries where status === "Active" or status === "Live", then renders the first 5 results. Each row exposes:
Column
Source field
Notes
Name
campaign.title
Campaign title text
Status
campaign.status
Rendered via the Status badge component
Budget
campaign.budget
Prefixed with ₹
Click
campaign.click
Falls back to campaign.objective when click is absent
CTR
campaign.ctr
Displayed as a percentage (e.g. "5%"); falls back to campaign.duration + " days left"
The Top Campaigns table shows only Active and Live entries. The Your Campaigns table shows all statuses.
Check the Top Campaigns table to see which currently active campaigns have the highest click counts and CTR. Aligning your content with those high-performing campaigns is the fastest way to improve the metrics shown in the Your Campaigns table.