Overview

Converge provides the following tools to monitor and debug whether your Sources are working correctly:


Source Logs

Converge stores detailed logs of every event that gets sent to Converge including event properties, profile properties and aliases.

Where to find Source Logs

  1. Navigate to the Sources Tab in your Converge dashboard
  2. Click on the Source you want to debug

  1. Click on the Logs tab to see the logs

  1. Click on any of the Log Lines to inspect the event properties, profile properties, aliases, etc.

Filter through the logs

  • By Event Name: You can select a subset of events to show in the log by clicking on Select events and then ticking the relevant events.
  • By Date: You can use the date picker in the right top corner to select log lines from a particular date range.

Exporting logs

  1. Navigate to the Sources Tab in your Converge dashboard
  2. Click on the Source you want to debug

  1. Click on the Logs tab to see the logs

  1. You can export your log selection to CSV using the
    Export to .csv
    -button in the right top corner.

Log entries are limited to 10,000 lines.


Source Warnings

Converge will automatically flag when events do not conform with the Converge Event Spec and give you pointers as to how to modify your events to be compliant with the spec.

Where to find Source Warnings

  1. Navigate to the Sources Tab in your Converge dashboard
  2. Click on the Source you want to see logs from
  3. Click on the Warnings tab to see the appropriate warnings. Each warning includes information as to what property is malformed, as well as detailed log lines to inspect.