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.

  1. 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
  2. Click View to look up the profile

Browse profile screen with merge policy and identity lookup fields

Check the Hub Profile

  1. Click on the Profile ID to open the profile
  2. Click on the Attributes tab first and the Hub radio button to see the Hub Profile

Hub Profile shown on the Attributes tab

Validate events

  1. Click on Events in the top nav and you can see the event you just sent in

Events tab showing the streamed event on the profile

Validate segments

Via JSON

  1. Click on the Attributes header and View JSON

    Profile attributes JSON view showing segmentMembership

  2. 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"
      }
    }
NOTE
How to read segmentMembership?
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/field-groups/profile/segmentation
ups: This is the map key for different kinds of audiences supported by AEP. The ups key contains audiences created by the Rule Builder. Other audiences will be contained in other keys (e.g. AAM).
lastQualificationTime A timestamp of the last time this profile qualified for the segment
status
realized: The profile qualifies for the segment.
exited: The profile is exiting the segment as part of the current request.

Via UI

  1. 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)

Audience Membership tab showing qualified segments

NOTE
Why no Batch Audience?
You should not see dep: Any Event Batch (within the day) qualified for since we streamed in data and batch evaluation happens once a day.

Recap

A profile exists on the Hub and is qualified for the expected audience.

recommendation-more-help
blueprints-learn-help-blueprints