Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Usecase for Adobe campaign classic

Avatar

Level 4
Level 4

Hi @ParthaSarathy 

I have a below usecase, kindly guide.

Consider a customer has purchased via below multiple platforms 

1 Groww

2 AngelOne

3 Paytm Money

4 ET Money

5 Upstox

6 Dhan

7 INDMoney

 

Example:

1.if an investor has investments via Groww, AngelOne and IndMoney, campaign is to be triggered only for Groww with branded creative of Groww.

 

2.if an investor has investments via AngelOne and IndMoney, campaign is to be triggered only for AngelOne with branded creative of AngelOne.

1 Reply

Avatar

Level 4

Hi @KD1 ,

This can be achieved using either of the following two approaches:

1. Split-Based Segmentation Approach:
Bifurcate the data into subsets using a Split activity.

Subset 1:- Records where @purchaseAttribute includes Groww, AngelOne, IndMoney

Subset 2:- Records where @purchaseAttribute includes AngelOne, IndMoney

Configure separate delivery activities for each subset.

Load and assign the respective content based on the subset logic.

2. HTML-Based Conditional Personalization:
Use if-else conditional expressions directly within the HTML template.

Dynamically personalize the entire content block based on the @attribute value at runtime.

 

Hope this helps.

 

Regards,

Abhinav