Clarification on Date Handling for Event-Based Segmentation in AEP/RTCDP
Hello Community,
I'm seeking clarification on how AEP/RTCDP processes date attributes from events for audience segmentation purposes.
Consider the following scenario:
We receive an event through Data Collection, specifically for a restaurant booking. The event payload is as follows:
{
"event": "Restaurant Booking",
"event_date": "2023-12-01",
"NumOfPerson": 2,
"booking_date": "2024-02-02",
"email": "abc@gmail.com"
}
Given today’s date is 2023-12-01, we have configured an audience segment within AEP titled "Booking Today" with the following criteria:
booking_date = TODAY
As expected, the user with the email `abc@gmail.com` does not qualify for this segment on 2023-12-01 since the `booking_date` is set to a future date (2024-02-02).
Here's the crux of my query:
When the actual date reaches 2024-02-02, does the AEP/RTCDP system retroactively reevaluate past events (specifically the one from 2023-12-01) to include the user `abc@gmail.com` in the "Booking Today" segment?
I believe the system won't retrospectively process the event, but I would like to confirm if this assumption is correct. Any insights or official documentation references would be greatly appreciated.
Thank you in advance for your assistance!
Cheers,
Rap
