Expand my Community achievements bar.

SOLVED

Web SDK - Send Event Complete

Avatar

Level 10

What is the business use-case for that? How that works?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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


 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

@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


 

Avatar

Community Advisor

@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... 

 

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

Avatar

Community Advisor

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!