Web SDK - Send Event Complete | Community
Skip to main content
Best answer by Asheesh_Pandey

@michael_soprano  when you sends payload to AEP using the Edge Network, the system often sends useful information back in return. However, just sending the event isn’t enough, you may need a way to listen for the response. Such as if you want to do something with that reply e.g like display a message after success response or view the response for some debugging, you need to set up a way to catch and use it. Send event complete helps you do that. 

How to do that: Find Details on Send event complete HERE


 

3 replies

bjoern__koth
New Participant
May 12, 2025

Agree with @riteshy18 @and @asheesh_pandey 

One important thing to mention is that this event is only fired when the Web SDK extension's sendEvent action is used, not when you do a manual custom code alloy "sendEvent" call.

Cheers from Switzerland!
RiteshY18
New Participant
May 11, 2025

@michael_soprano When an event is sent to the Edge Network, the browser receives a response that includes valuable data. The Send Event Complete event type is essential; without it, you would not have access to this crucial returned data. 

Returned data can be used by messaging, or send event action can be used for personalization 

Refer to the details below 

 

https://experienceleague.adobe.com/en/docs/experience-platform/tags/extensions/client/web-sdk/action-types#send-event 

 

https://experienceleague.adobe.com/en/docs/experience-platform/tags/extensions/client/web-sdk/event-types

Asheesh_Pandey
Asheesh_PandeyAccepted solution
New Participant
May 11, 2025

@michael_soprano  when you sends payload to AEP using the Edge Network, the system often sends useful information back in return. However, just sending the event isn’t enough, you may need a way to listen for the response. Such as if you want to do something with that reply e.g like display a message after success response or view the response for some debugging, you need to set up a way to catch and use it. Send event complete helps you do that. 

How to do that: Find Details on Send event complete HERE