Monitor your event
Navigate to Assurance
Adobe Experience Platform Assurance is a product from Adobe Experience Cloud to help you inspect, proof, simulate, and validate how you collect data to the Adobe Experience Platform Edge.
-
Go to Adobe Experience Platform -> Assurance -> Create Session
-
Click on the Start button
Configure a session
-
Name --> [Sandbox] Edge Session
-
URL --> https://www.adobe.com
- Note this URL would be replaced by your customer’s actual site
-
Click the Next button
-
Copy the link somewhere you can reference later
-
Click the Done button
-
Navigate to Settings
-
Enable Event Transactions and Edge Delivery by clicking on the + button, then Done
Open Postman
Go to Postman -> Create Web Event Edge (No Auth) -> Headers
-
Add the x-adobe-aep-validation-token to the Headers with the link copied above from Assurance. Grab just the ID value after the = in the link you copied from Assurance. e.g. https://www.adobe.com/?adb_validation_sessionid=
efa4a9ed-02d8-4647-80fa-f01a5be273d0 -
We would just use the
efa4a9ed-02d8-4647-80fa-f01a5be273d0value, not the full url
-
In Postman, save and execute the Create Web Event Edge (No Auth) request
View Assurance logs
Go back to Assurance and you should see a bunch of events showing. Filter down to just relevant event types by putting your datastream ID in the search
Select an event and open any messages if needed on the right rail.
Event types to look for:
- hitReceived (shows the payload received by the Edge)
- evaluatingRule (if you set up SSF, shows rules being evaluated)
- firedDestinations (which destinations was this sent to)
- segmentsDiscovered (did it qualify for any edge segments)
- com.adobe.experience_platform.edge_segmentation/response (what segments did it respond with)
Explore these and see how each step is interpreted by Assurance.