Expand my Community achievements bar.

AEP/AJO - Send different campaigns based on an attribute.

Avatar

Level 1

Hi all,

 

I want to implement the below scenario in AEP + AJO.

 

Primary Identifier: GAID

Attribute: GID

 

GAIDGIDStart DateStop 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.

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

Hi @SaloniAg1 

Have you created a custom field group for your GIDs to add to the XDM Profile Schema? Something like this:

{

"_tenantid.GAID": "stringValue",

"_tenantid.GIDs": [

{

"tenantid.GID": "stringValue",

"startDate": "date",

"endDate": "date"

}

]

}

 

Avatar

Level 1

Hi @DavidRoss91,

 

Thank you for replying! 

Yes, I have created the above structure for ingesting the data. The part that's still pending is how can I segment on the GIDs? I need to be able to keep track of the GIDs for which the emails (AJO journey) have been sent and for which they haven't.

 

Any input is much appreciated.

 

Thanking you,

Saloni Agarwal