Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Limit number of email sends on a follow up email

Avatar

Level 2

I'm looking to limit the number of specific deliveries we send to a profile on a follow up email.

 

We have three separate purchase follow up emails for three different transaction types, each with their own follow up email that sends 3 days after the purchase confirmation email is sent and includes a token from the previous email to link back to their order. We would like to limit the number of sends so that they only receive 1 purchase follow up every 30 days.

 

I initially had it set up as part of the query where I'm targeting the specific email as the resource, checking that the delivery log exists and the date of the email was 3 days go EXCEPT if a delivery with the label "purchase follow up" exists within the last 30 days. However, it queries the profile every time they're queried and does not catch them in the exception, therefore they receive multiple purchase follow ups.  (For example, they purchased on July 1st and 2nd and received a follow up on both July 4th and 5th but should not have received on the 5th.)

 

I've also tried making a fatigue rule where there's a constant threshold of 1, with a sliding period of 30 days which excludes the email if they've received ANY delivery, not just emails with this typology applied.

When I adjust the application criteria to apply to "Label contains "purchase follow up" (Not case sensitive)",  the email I expect to receive is getting caught in the exclusion and it doesn't send.

 

What am I missing??

 

Thanks.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Natalie, as said below, there are few ways to control that in your query:

  • Either use a contains in the query, though that may catch other E-mail as well potentially?
  • Assign a delivery code to the delivery and then check on the delivery code
  • Follow the "Master" link on the delivery and check the label there (go to Explorer view in the query window and drag "master instance")

View solution in original post

4 Replies

Avatar

Employee Advisor

I guess you are using a "Recurring Delivery". In standard configuration, this will create a monthly copy (e.g. "[2020/07] purchase follow up") for the mail sending.

Thus your query does not match.

 

Options:

  • use the contains as you did
  • instead of checking the delivery, follow the master link and check there as this is the Delivery which you are editing in the UI
I am indeed using a recurring delivery, but I'm not quite sure I understand what you mean by follow the master link? Ideally I'd like to limit the send of ANY purchase follow up email if they've received one in the last 30 days, regardless of purchase type. But it seems like because I've used the email as the resource in the query properties, I don't have access to the profile data to check the delivery logs of the profile as a whole.

Avatar

Correct answer by
Employee Advisor

Hi Natalie, as said below, there are few ways to control that in your query:

  • Either use a contains in the query, though that may catch other E-mail as well potentially?
  • Assign a delivery code to the delivery and then check on the delivery code
  • Follow the "Master" link on the delivery and check the label there (go to Explorer view in the query window and drag "master instance")