Profile dataset from AEP into CJA
Hi there,
We are looking into implementing CJA with our AEP ecosystem. We have customer profile attributes set up in AEP, where they are batch files updated once daily (Full file).
I am wondering when we connect these datasets into CJA, will CJA only be looking at the latest snapshot of the data we import? For example,
| Timestamp | PersonID | ProfileAttribute |
| Aug 1 | 1 | A |
| Aug 2 | 1 | B |
| Aug 3 | 1 | C |
When we create our reports in CJA, say I want to deepdive into PersonID = 1's traffic in Aug, and I breakdown by the dimension "ProfileAttribute", will the latest record (which is Aug 3) overwrite everything and we will only see ProfileAttribute = C overwrite all the historical records in the past? ie. Aug 1, ProfileAttribute = C, Aug 2, ProfileAttribute = C?
I was hoping we could see the historical changes of the profile attributes.
Thanks