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

# Events

> Review project events across all users, including raw event details, attribution context, and delivery attempts.

The **Events** page shows raw project events across all users. Use it when you need to debug event delivery, attribution context, or a specific event payload without opening users one by one.

## What the page shows

Each row includes:

* Event type.
* Event name.
* SDK user ID.
* Event time in UTC and local time.
* Integration delivery status.
* Event value when the event carries revenue.

The page includes subscription events, custom app events, and system events.

## Filters

Use the filters at the top of the page to narrow the dataset:

* **Date range** to limit the time window.
* **Ad network** to isolate a traffic source.
* **Ad campaign** to isolate one campaign.
* **Type** to focus on subscription, app, or system events.
* **Country** to narrow events by user country.
* **Event name** to focus on one or more event names.

## Delivery status

The **Integrations** column summarizes what happened after PNLight recorded the event.

| Status                  | Meaning                                                     |
| ----------------------- | ----------------------------------------------------------- |
| Delivered               | The latest delivery attempts for this event succeeded.      |
| Delivery issues         | At least one latest delivery attempt failed.                |
| Partial delivery        | At least one destination delivered and another was skipped. |
| Skipped                 | Delivery was intentionally skipped for the latest attempts. |
| Queued / In progress    | PNLight accepted the event and is still processing it.      |
| Processed               | PNLight finished processing the event.                      |
| Waiting for attribution | The event is waiting for attribution before delivery.       |
| No delivery needed      | No downstream delivery was required for this event.         |

## Open an event

Click a row to open the event drawer.

Use the drawer to review:

* The SDK user ID and direct link to the customer profile.
* Timestamp.
* Country.
* Attributed network and campaign.
* Revenue value when present.
* Delivery attempts, including destination, status, reason, HTTP status, and request URL.
* The raw event payload.

## When to use Events instead of Analytics

Use **Events** when you need raw debugging for one event or one delivery attempt.

Use [Analytics](/dashboard/analytics) when you need aggregated charts, trend lines, and conversion metrics.
