Hi everyone,
I'm trying to change the default value of the denylisted address check to "unchecked" (no) in Adobe Campaign deliveries, so that new deliveries have it unchecked by default.
Could you please help me find how to do that? I'm having trouble locating the field definition, and it seems that a mass update cannot be applied to those "target" fields.
Views
Replies
Total Likes
@JorgeTo1,
Modify the Delivery Template:
Let me know if this works?
Thanks
Sushant Trimukhe
Views
Replies
Total Likes
If you want more flexibility without modifying templates or schemas permanently, you can create a typology rule to dynamically set useBlackList to "no" during delivery preparation.
Create a Typology Rule:
delivery.targets.useBlackList = "no";
Link to a Typology:
Assign this rule to a typology (e.g., the default typology or a custom one) under Typology Management > Typologies.
Ensure this typology is applied to your delivery templates or deliveries (found in the "Typology" tab of the delivery properties).
Test the Rule:
Create a new delivery using the typology and confirm that useBlackList is set to "no" during preparation.
Thanks
Sushant Trimukhe
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies