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

# Event logs

export const OutboundLink = ({linkText, linkTarget}) => {
  return <a target="_blank" href={linkTarget}> {linkText} 
    <div className="inline h-3 w-3 fill-gray-500 dark:fill-gray-100 text-gray-500 dark:text-gray-300 ml-1 mr-1">
      <svg className="inline w-2.5 h-2.5 bg-gray-500 dark:bg-gray-300" style={{
    maskImage: `url('https://mintlify.b-cdn.net/v6.5.1/solid/up-right-from-square.svg')`,
    maskRepeat: "no-repeat",
    maskPosition: "center center"
  }}></svg> 
    </div>
    </a>;
};

The Event Logs show you a detailed view of each event that was tracked and possibly forwarded to any of
your destinations. You can view historical data or watch a live feed of events coming in from your event sources.

<Note>The Event Logs only covers data from the past 3 months.</Note>

## Overview

In the Event Logs you'll find the following sections:

1. **Date Picker**: A date picker to select a date range in which you want to see your events.
2. **Filters**: Filters you can use to view a specific subset of your events.
3. **Live polling**: A button to start live polling new events directly when they come in.
4. **Events Overview**: An overview of all the events matching your selected date range and filters.

<Frame>
  <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-0.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=12f91c70ad3764d0c82c0355c975f25e" alt="pick filters" width="766" height="407" data-path="images/data-management/event-logs-0.png" />
</Frame>

***

## Log types

The Event Logs showcase different log types:

* **Tracked**: the events which are tracked in Converge.
* **Browser Passthrough**: Browser-side events that are only used for client-side forwarding and don't get tracked.
* **Destination**: Forwarded events sent to your destinations based on Tracked and Browser Passthrough events.
* **Property Spec Warning**: Events with warnings for one or more properties sent with the event.

By default, when accessing the Event Logs from the menu, the Tracked and Browser Passthrough logs are pre-filtered.

***

## Filters

Use filters to view a specific subset of events. Combine multiple filters to show only the events you need.\
Click the **Filters** button to access the following options:

* **Log type**: Filter by log types as described [here](#log-types).
* **Sales channel types**: Filter by the [sales channel](/sources/concepts/sales-channels) of your events.
* **Event name**: Filter by event names.
* **Property spec warnings**: Filter by property warnings in your events.
* **Destinations**: Filter by the destinations where an event was forwarded.
* **Datasources**: Filter by server-side event sources.
* **Pixels**: Filter by browser-side event sources.
* **Event ID**: Filter by unique event IDs.

After selecting one or more filters, the active filters appear next to the **Filters** button.\
Click a filter to change its values or remove it. To remove all filters, click **Clear all filters**.

<Frame>
  <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-5.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=6a772276d9b183c1f4dfe4a44bfc8c05" alt="Event Logs - Filters" width="1332" height="1002" data-path="images/data-management/event-logs-5.png" />
</Frame>

***

## Event log lines

In the Event Logs, the log shows you different kinds of information based on the log type.

<AccordionGroup>
  <Accordion title="Tracked">
    For each Tracked event you will see the following information in the overview:

    <Frame>
      <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-1.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=b85bac50ba05fb3d24716cbc64b46141" alt="pick filters" width="652" height="41" data-path="images/data-management/event-logs-1.png" />
    </Frame>

    * **Event type**: The type of event: Tracked.
    * **Event time**: The time the event was received.
    * **Event name**: The name of the event.
    * **Event ID**: The unique Event ID.
    * **Sales channel**: The <OutboundLink linkText="sales channel" linkTarget="/sources/concepts/sales-channels" /> of the event.
    * **Event source**: The source of the event.
  </Accordion>

  <Accordion title="Browser Passthrough">
    For each Browser Passthrough event you will see the following information in the overview:

    <Frame>
      <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-2.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=a8b0d4e32af637fbce7ce701643025f5" alt="pick filters" width="652" height="45" data-path="images/data-management/event-logs-2.png" />
    </Frame>

    * **Event type**: The type of event: Browser Passthrough.
    * **Event time**: The time the event was received.
    * **Event name**: The name of the event.
    * **Event ID**: The unique Event ID.
    * **Sales channel**: The <OutboundLink linkText="sales channel" linkTarget="/sources/concepts/sales-channels" /> of the event.
    * **Event source**: The source of the event.
  </Accordion>

  <Accordion title="Destination">
    For each Destination event you will see the following information in the overview:

    <Frame>
      <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-3.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=4805599e6246eacd14f94c9db7cc577c" alt="pick filters" width="654" height="86" data-path="images/data-management/event-logs-3.png" />
    </Frame>

    * **Event type**: The type of event: Destination.
    * **Event time**: The time the event was received.
    * **Event name**: The name of the event triggering the forward.
    * **Event ID**: The unique Event ID.
    * **Event source**: The source of the event.
    * **Event destination**: The destination of the event.
    * **Forwarding method**: The forwarding method of the event, either browser or server.
    * **Forwarding status**: The status of the forwarded event.
  </Accordion>

  <Accordion title="Property Spec Warning">
    For each Property Spec Warning event you will see the following information in the overview:

    <Frame>
      <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-4.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=09602f7d961a12c041e49a098027a80c" alt="pick filters" width="755" height="44" data-path="images/data-management/event-logs-4.png" />
    </Frame>

    * **Event type**: The type of event: Property Spec Warning.
    * **Event time**: The time the event was received.
    * **Event name**: The name of the event.
    * **Event ID**: The unique Event ID.
    * **Sales channel**: The sales channel of the event.
    * **Event source**: The source of the event.
    * **Warning**: The type of warning.
  </Accordion>
</AccordionGroup>

***

## Log details

After clicking on a specific log entry, the log details are shown in the right pane of the Event Logs. For each log you'll find the following:

* **Log type**: The log type the event is from.
* **Event name**: The name of the event.
* **Inserted At**: The date and time the event was received by Converge.
* **Timestamp**: The date and time the event was created according to its source.
* **Destination**: The destination the event was forwarded to. (Destination log type only)
* **Event ID**: The unique event ID.
* **Pixel**: The browser-side event source of the event.
* **Datasource**: The server-side event source of the event.
* **Property warnings**: Warnings about issues with specific properties.
* **Properties**: All the event properties after processing by Converge.

You can view all raw properties of the event or use the tabs to view specific sections like the aliases, profile\_properties, and event properties. You can expand the **Properties** section by clicking the <img className="inline-block h-8 m-0" src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-7.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=eb73c5c9f41715fe933cd8d3be0e6abc" width="60" height="60" data-path="images/data-management/event-logs-7.png" /> icon on the right.

<Frame>
  <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/data-management/event-logs-6.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=5ecd62169baeaeabc85e5bf901de4940" alt="Event Logs - Log Details" width="801" height="508" data-path="images/data-management/event-logs-6.png" />
</Frame>
