Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update event reference response content description #386

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Documentation/event-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,15 +241,13 @@ This event tells the Edge Network extension to persist the location hint to the

### Edge response content

This event is a response to an [Edge request content](#edge-request-content) event. The data payload of this event contains a response handle from the Edge Network. If there are multiple response handles, separate response event instances are dispatched for each.
This event is a response to an [Edge request content](#edge-request-content) event. This event is constructed using the response fragment from the Edge Network service for a sent XDM Experience Event; Edge Network extension does not modify any values received and constructs a response event with the event source and data payload as-is. This event is only dispatched if the response fragment doesn't define a type, otherwise an event using the response type is dispatched such as a [state:store](#edge-state-store) or [locationHint:result](#edge-location-hint-result).

#### Event details<!-- omit in toc -->

The Edge Network response handle type is used as the event source for this event. If the handle does not define a type, then `com.adobe.eventSource.responseContent` is used as a fallback.

| Event type | Event source |
| ---------- | ------------ |
| com.adobe.eventType.edge | Defined by response handle type, or com.adobe.eventSource.responseContent |
| com.adobe.eventType.edge | com.adobe.eventSource.responseContent |

#### Event data payload definition<!-- omit in toc -->

Expand Down