Skip to content

Destination Logs – View the event data sent to Destinations

The Destination Logs provide a comprehensive view of event data, offering insights into the status and processing specifics of data sent across various integrated destinations. Use this dashboard to track data transmission, facilitate informed decision-making, and troubleshoot integration issues.

Navigate to MonitoringLogsDestinations to access the logs for all connected destinations.

Accessing Destination Logs through Monitoring menu

The dashboard displays the connected destinations to which event data is being transmitted.

Destination Logs Dashboard Overview

To refine the log data visible on the dashboard, configure the following filter criteria.

  1. Destination Filter: Choose a specific connected destination from the dropdown list.
Destination Filter dropdown
  1. Event Name Filter: Select the specific event you wish to track from the list of tracked events.
Event Name Filter dropdown
  1. Status Filter: Filter logs by their transmission status:
    • Success: Data successfully sent to the destination.
    • Failure: Data failed to reach the destination.
    • Warning: Data sent in a non-standardized format.
Status Filter options
  1. Time Range Filter: Select a relative time frame (e.g., Last 5 min, Last 4 hours) or a custom date range.
Time range Filter dropdown
  1. Search By Filter: Use this input box for granular troubleshooting.
    • Select a field: Error message, Event data, Event ID, or Destination Requested data.
    • Enter specific search terms (e.g., invalid email) in the text box.
Search By Filter dropdown
Selecting Error Message field
Entering search text
  1. Apply Filter: Click the Apply Filter button to view the results. This button is enabled only after mandatory fields are selected.
View Details hyperlink

Review the filtered logs to validate the data transformation and transmission process.

Click the View Details hyperlink on a specific log entry to open the side panel containing JSON data.

The side panel provides two views of the event:

Event Data JSON view

This tab displays the raw data as it was processed in CustomerLabs as an event.

Destination Requested Data JSON view

If an event fails (Failure), an error message link appears. Click the link to view the specific error details in a side panel.

Error details side panel
Error details side panel
  • Triggered At: The timestamp when the event was initiated from CustomerLabs.
  • Processed At: The timestamp when the event successfully reached the intended destination.
Triggered At and Processed At columns
  • Refresh Logs: Click the refresh icon to fetch the most recent data based on current filter settings.

    Refresh logs button
  • Clear Filter: Click the clear filters icon to reset all fields to their default state.

    Clear filters icon

Quick Example: Verifying Facebook Purchase Parameters

Section titled “Quick Example: Verifying Facebook Purchase Parameters”

To check if the user trait email was sent to Facebook in the last 24 hours:

  1. Select Facebook from the Destination dropdown.

    Selecting Facebook destination
  2. Select Purchase from the Event Name dropdown.

    Selecting Purchase event
  3. Set the Time range to Last 1 day.

    Setting time range to Last 1 day
  4. Click Apply Filter.

    Applying filters for quick example
  5. Click View details on a log entry.

    Opening details for Purchase log
  6. In the Destination Requested Data tab, verify the presence of the em (email) parameter.

    Verifying email parameter in JSON

Alternatively, select Destination Requested Data from the Search by dropdown and enter em to filter logs containing the parameter.

Searching for email parameter using Search By filter