Detailed request views
Once a request is selected in the main view, detailed information about the selected request is displayed on the right. This view includes the following sections:
Request overview
This section provides a high-level overview of the selected request, including Organization ID, Edge cluster, Request ID and Request type, Sandbox ID, Sandbox name, Datastream ID, as well as the list of request surfaces in case of Experience Delivery requests.
Profile
This section provides information about the profile data used when processing the request, including the identity map, segment membership, and consent settings.
The Profile section is very helpful when troubleshooting issues like delivery not working as expected due to missing or delayed segment membership or opt-out consent settings.
Qualified activities
This section provides a list of activities that were qualified for the selected request, including the activity type, IDs, identity namespace, surfaces, schedule, and audiences. More detailed information about the activity can be found in the raw execution trace section.
Unqualified activities
This section provides a list of activities that were excluded from being qualified. In addition to the activity type, IDs, identity namespaces, surfaces, schedules, and audiences, this section also includes a list of reasons the activity was unqualified.
Message details
This section provides detailed information about the messages that were delivered for the selected request. It includes message IDs, fragments, decision policies, Offer Decisioning parameters, as well as the message selection context.
Interactions
This section provides detailed information about the interactions that were tracked in the selected request. It includes the interaction type (under propositionEventType
), as well as associated proposition metadata, such as activity metadata (under scopeDetails.activity
) and proposition event token (in scopeDetails.characteristics.eventToken
).
Raw traces
This section provides the raw traces of the selected request. It includes the full trace of the request, including the actual request as it was received in Inbound Delivery Service, execution trace, and response trace. This is useful for advanced troubleshooting like delivery not working as expected due to Delivery Service unavailability, missing or incorrect data, or for understanding the full flow of request processing.
Request
The request trace includes the full request as it was received by the Inbound Delivery Service Konductor upstream. It includes the request headers, body, and other metadata. For example, the XDM payload of the request can be inspected in the event.body.xdm
field.
Execution
The execution trace includes the full trace of the request as it was processed by the Inbound Delivery Service. It shows the execution context, activity qualification, message selection, and other processing steps. Any errors or warnings that occurred during the processing of the request can be found in context.messages
and context.exceptions
fields. Detailed activity qualification information can be found in the context.qualifiedActivitiesDetailed
and context.unqualifiedActivitiesDetailed
fields.