Clarification/Issue on AEP Behaviour for Experience Event Schema Profiles
Hi Team,
I'm currently working on a use case involving the creation of a schema using XDM Experience Event and the setup of a dataset with profile integration. One observation that has surfaced is that when data is ingested multiple times for the same record, the event tab in the profile seems to capture only the initial record, disregarding subsequent ones. Could you please clarify if this is the expected behaviour when using an Experience Event Schema-based profile?
_aepxxxx.id is the primary identity below.
First Data Ingestion:
[ { "_aepxxxx": { "value": 5, "id": "5697826" }, "timestamp": "2023-09-12T13:35:30.000Z", "_id": "5697826" } ]
Next Data Ingestion:
[ { "_aepxxxx": { "value": 6, "id": "5697826" }, "timestamp": "2023-09-12T13:35:30.000Z", "_id": "5697826" } ]
Existing Outcome: The event tab is only showing the first event with a value of 5.
Desired Outcome: The event tab only shows both events and the latest value should be set.
