> ## Documentation Index
> Fetch the complete documentation index at: https://memberpulseptyltd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Job Stats

> Analytics for your job postings

Track the performance of your job postings.

## Key Metrics

<CardGroup cols={4}>
  <Card title="Views">Total job views</Card>
  <Card title="Applications">Application clicks</Card>
  <Card title="Apply Rate">Views to applications</Card>
  <Card title="Active Jobs">Current postings</Card>
</CardGroup>

## Per-Job Analytics

For each posting:

* Views over time
* Application clicks
* Source breakdown
* Comparison to similar jobs

## Trends

* Posting performance over time
* Best performing categories
* Optimal posting times

## Features

### Job Stats

#### Acceptance Criteria

##### Frontend

* [ ] UI supports the workflows described in this feature.

##### Backend / API

* [ ] Backend behavior supports this feature as documented.

##### Permissions

* [ ] Access is restricted per the Capabilities matrix on this page (or equivalent role rules).

##### Business Rules

* [ ] All business rules for this feature are enforced.

##### Error Handling

* [ ] Error states return clear messages and appropriate HTTP status codes.

## Implementation Contracts

### Backend (API)

```
GET    /api/sponsor/jobs/stats               # Overall stats
GET    /api/sponsor/jobs/{id}/stats          # Job-specific stats
```
