Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Typology Rule - Questions

Avatar

Level 3

Hi Team,

I have quick question on typology rule. I need to set up the typology rule to achieve the below conditions.

1. Email domain should be valid.

2. No special characters or non English special characters in email address.

Can you guys help me to perform this action? or give some ideas on this.

Much appreciated!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

This exists ootb as a data policy in the default email field of nms:recipient.

Valid characters are configurable in xtk:option XtkEmail_Characters, available in Deployment wizard.

If the data policy is insufficient, consider using a check constraint on the db- typology should be avoided here.

Thanks,
-Jon

View solution in original post

6 Replies

Avatar

Correct answer by
Community Advisor

Hi,

This exists ootb as a data policy in the default email field of nms:recipient.

Valid characters are configurable in xtk:option XtkEmail_Characters, available in Deployment wizard.

If the data policy is insufficient, consider using a check constraint on the db- typology should be avoided here.

Thanks,
-Jon

Avatar

Level 3

Hi,

Thank you. Will check and get back to you.

Thanks much.

Avatar

Level 3

Hi,

Also I need below points needs to be satisfied.

1. Mobile number validation for country to country.

2. A recipient should be excluded once its received 2 emails per week.

3. A recipient should be excluded once its received 8 emails on monthly basis.

How to perform this action for typology rule?

Thanks,

Shama.

Avatar

Community Advisor

Hi Shama,

You can use the pressure rules in typology to achieve the recipient exclusion

https://docs.adobe.com/content/help/en/campaign-classic/using/orchestrating-campaigns/campaign-optim...

for the mobile number validation, it's better to check thisbefore inserting in th db

thanks

David



David Kangni

Avatar

Level 3

Hi David,

Thanks for getting me back. I checked my instance there are no such typology rule in my instance. Could you provide either choice other than this David?

Thanks much!

Avatar

Community Advisor

That means you don't have the campaign optimization module.

Depending on your offering, Campaign Optimization can be included or an add-on. Please check your license agreement or account manager.

Campaign Optimization is the Adobe Campaign module which lets you to control, filter and monitor the sending of deliveries. To avoid conflicts between campaigns, Adobe Campaign can test various combinations by applying specific constraint rules. This guarantees that the messages sent best meet the needs and expectations of customers, in keeping with company communication policies.

If you don't have this module then you may need to create an aggregate (count of weekly or monthly deliveries received) at database level and exclude in the typology rules



David Kangni