내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Access list of recipients from a typology rule

Avatar

Level 1

Hi,

I would like to implement a typology rule that executes some controls on the recipients of a  delivery.

I have no problem to access the data of the delivery itself.

How can I access the list of the recipients from the script?

Thank you in advance.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Hi Imms,

There are at least 3 replies on same subjects, as far as I remember, advising to use the advanced parameters of typology rules:

'Email Marketing pressure' limitation feature

Typology Rules

Re: Limit an amount of three emails sent per day to one recipient

Of course, the typology rule pressure fields allow a lot of flexibility but are based on database fields criteria (so more or less underlying SQL expressions).
If you really need to use Javascript for a reason or another, I strongly recommend you to calculate the weights but let the engine behaves as standard, not developing at the delivery level itself (such as delivery work tables).

Regards
J-Serge

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 10

Hi,

Can you specify which version of Campaign you are working with? I suspect Classic since you're referring to 'recipients'. Here is the documentation about creating typology rules, including pressure rules for recipients:

https://docs.campaign.adobe.com/doc/AC/en/CMP_Campaign_Optimization_Consistency_rules.html

Florent

Avatar

Level 1

Hi

I'm well using Campaign classic.

The validation I would like to do is not just pressure but more advanced validations on the recipients to who the delivery is going to be sent. For doing that, I thought to use a "control" typology rule, with javascript code.

After some search I found that a working table is created during delivery execution (wkDlv_xxx), but I'm wondering whether there is an easy way to access the list of récipients of a delivery, through objects. I tried the 'delivery.broadLogRcp", but at the time of the rule execution this collection is empty.

Thank you in avance.

Avatar

정확한 답변 작성자:
Level 10

Hi Imms,

There are at least 3 replies on same subjects, as far as I remember, advising to use the advanced parameters of typology rules:

'Email Marketing pressure' limitation feature

Typology Rules

Re: Limit an amount of three emails sent per day to one recipient

Of course, the typology rule pressure fields allow a lot of flexibility but are based on database fields criteria (so more or less underlying SQL expressions).
If you really need to use Javascript for a reason or another, I strongly recommend you to calculate the weights but let the engine behaves as standard, not developing at the delivery level itself (such as delivery work tables).

Regards
J-Serge