ENSURE THERES NO DUPLICATES PER DELIVERY | Community
Skip to main content
New Participant
January 10, 2024
Solved

ENSURE THERES NO DUPLICATES PER DELIVERY

  • January 10, 2024
  • 2 replies
  • 949 views

Hi,

 

I have created the following split where, from a database of 79k users, I want to impact those ones who are from GMAIL (47k). The first impact has to be for 1300 users and for the next communication I want to impact 2000, but how can I ensure that Im not gonna send the next email to the ones I have sent before?

 

Can someone help me with this?

 

Thank you very much and kind regards 🙂

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ParthaSarathy

Hi @bcollado ,

You can use deduplication activity before Split.

And in Deduplication activity select identification of duplicate as '@email'

2 replies

New Participant
January 11, 2024

Hi @bcollado ,

Just add a split before your second impact email delivery, removing the recipients who have received the delivery from the broadlog table (Recipient Delivery logs).


Regards
Vishal

bcolladoAuthor
New Participant
January 11, 2024

Thank you very much I will take into consideration also this one!!

 

kind regards

ParthaSarathy
ParthaSarathyAccepted solution
New Participant
January 10, 2024

Hi @bcollado ,

You can use deduplication activity before Split.

And in Deduplication activity select identification of duplicate as '@email'

 ~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups
bcolladoAuthor
New Participant
January 11, 2024

Thank you very much!!