Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Exclusion tab in delivery

Avatar

Level 1

Hi All,

 

While checking default exclusion tab present in delivery , like exclude duplicate address and recipients who no longer want to be contacted, they are defined in delivery Input form as such:

 

  <if expr="@deduplicate and [../@messageType] != 5">
     <set translatedExpr="'Exclude duplicate addresses.'" xpath="/ignored/humanFilter"/>
</if>

 

<if expr="@useBlackList">
   <set translatedExpr="[/ignored/humanFilter]+'Exclude recipients no longer wishing to be contacted. '"
xpath="/ignored/humanFilter"/>
</if>

Can someone help to understand from where these human filters are derived/ defined in system, where logic are defined?

 

Thanks,

Diksha

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

hello @Diksha_Goel 

 

The "/ignored/humanFilter" node stores the "human-readable text" that will be displayed in the window :

 

Amine_Abedour_0-1643297507943.png

The "translatedExpr=" will try to translate this text to the instance language.

 

Br,

 

Amine

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

hello @Diksha_Goel 

 

The "/ignored/humanFilter" node stores the "human-readable text" that will be displayed in the window :

 

Amine_Abedour_0-1643297507943.png

The "translatedExpr=" will try to translate this text to the instance language.

 

Br,

 

Amine