Validate Profile on Hub
Learning objective
Verify that the event resulted in a profile update and segment qualification in Real-Time Profile on the Hub.
Look up the Profile on Hub
In Adobe Experience Platform look up the profile you just sent in from the event you just sent into the Edge Network.
-
Navigate to Customer -> Profiles -> Browse to perform the lookup using the following information:
- Merge policy ->
Default Timebased - Identity Namespace ->
Email - Identity Value ->
henry.creel@emailsim.io
- Merge policy ->
-
Click View to look up the profile
Check the Hub Profile
- Click on the Profile ID to open the profile
- Click on the Attributes tab first and the Hub radio button to see the Hub Profile
Validate events
- Click on Events in the top nav and you can see the event you just sent in
Validate segments
Via JSON
-
Click on the Attributes header and View JSON
-
Find segmentMembership. It should look like this (your IDs will be different)
"segmentMembership": {
"ups": {
"ce0b8386-ef2a-4244-8ad0-1a72d6494181": {
"status": "realized",
"lastQualificationTime": "2025-12-15T23:11:49Z"
},
"8ce516fe-920a-4f9d-b92b-0403890a8491": {
"status": "realized",
"lastQualificationTime": "2025-12-12T15:01:01Z"
}
}
exited: The profile is exiting the segment as part of the current request.
Via UI
-
An easier way to validate the Profile has qualified for the Audiences is by looking at the Audience Membership tab (you should see at least these):
- dep: Any Event Streaming (within the hour)
- dep: Any Event Edge (within the hour)
Recap
A profile exists on the Hub and is qualified for the expected audience.