Expand my Community achievements bar.

Adobe Summit is live! Tune in to take part in the premier digital experience event.
SOLVED

AAM Same Trait key Name but different key Value

Avatar

Level 3

Hi,

 

I'm planning to send same trait key name but with 100+ different trait key value to AAM(onboarded trait). For eg: couponcode="A", couponcode="B" etc.

 

In this case, do I need to create 100 different trait. or, will it work if I create 1 trait to consider all key values using regex and to take care of this in dynamic manner.

 

for eg:

couponcode matchesregex   .*

 

I would like to consider all users those who are eligible for any coupon code. In this case, if i create the above trait expression and create the segment for the same. Will it work?

 

Any thoughts on this? @shweta_singh @Varun_Kalra @Gaurang @Tof_Jossic 

 

Thanks in Advance

 

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi there,

 

That trait expression will work. Make sure to use the correct data source and the trait type as onboarded trait.

 

Thanks,

Varun Kalra

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Hi there,

 

That trait expression will work. Make sure to use the correct data source and the trait type as onboarded trait.

 

Thanks,

Varun Kalra

Avatar

Level 3
Good to know. Thanks @Varun_Kalra for your prompt response