Edit in GitHubLog an issue

Tracing Adobe I/O Events

To troubleshoot issues with event-registrations, Adobe offers Debug Tracing feature. Using Debug Tracing, you can inspect the activity between the Adobe service and your integration to see what data is being sent and how your integration is responding. Each trace comprises of the event delivery HTTP request (sent by I/O Events), and response by the consumer application. This information can be of critical importance to your debugging efforts.

Debug Tracing is only available for event registrations with either a Webhook, Runtime Action or Amazon EventBridge as their delivery destination.

To access Debug Tracing:

  1. Log into Adobe Developer Console and select the project containing the event registration.

  2. From the Project Overview, select the event under Events in the left navigation.

  3. From the Registration Details, select the Debug Tracing tab. You will see a list of events, beginning with the most recent.

  4. The Debug Tracing tab shows last 100 traces for your event registration.

  5. Select any trace in the list to expand its view and see more details. By default, the request (sent by Adobe) is shown, with headers and body. Select Response to view your integration's response to the event.

By inspecting the details of the request and response, you can examine the communication loop between Adobe and your integration to diagnose any breakdown in the flow or processing of events.

events debug tracing

events debug tracing expanded

Filters

  1. Use the "delivery status" dropdown to selectively fetch "success" or "error" traces only.

events debug tracing by status

  1. Use the "Add Filter" button to filter traces by one or more granular metrics, like response-time, response-code and retry-deliveries. These filtering options work seamlessly offline without fetching new data from the server.

events debug tracing filters

Retention of Traces

  1. All traces older than 7 days are deleted for GDPR compliance.

  2. Traces from last 100 'success' and 'error' deliveries are retained. All older traces are automatically deleted.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.