Hi all,
I want to implement the below scenario in AEP + AJO.
Primary Identifier: GAID
Attribute: GID
GAID | GID | Start Date | Stop Date |
a1 | b1 | 2018-02-12 | 2028-03-15 |
a1 | b2 | 2017-03-14 | 2030-06-18 |
a1 | b3 | 2018-02-12 | 2028-03-15 |
a1 | b4 | 2017-03-14 | 2030-06-18 |
a2 | b5 | 2022-09-17 | 2024-12-31 |
a2 | b6 | 2020-08-19 | 2027-09-18 |
a2 | b7 | 2022-09-17 | 2024-12-31 |
a2 | b8 | 2020-08-19 | 2027-09-18 |
There are multiple GIDs for one GAID. I want to able to store all these GIDs and their corresponding dates on the profile level. I also want to be able to add new GIDs or make updates to existing GIDs on the profile.
Use Case: I want to be able to send different campaigns/journeys based on GIDs and check for which GIDs the campaigns/journeys were delivered or not.
Kindly let me know if anyone has a solution.