How does personalization work with duplicate records?
This is a bit of an edge case, but I feel I should find out the answer before it comes up:
In our instance, we have a number of records where multiple contacts have the same email address. This is often intentional: As a membership organization, sometimes we’ll have a doctor register for a meeting and add his spouse, kids and a couple staffers all under his email address. So we may have 5 people that are all valid, different people with the same email address.
I know that when Marketo sends an email to multiple contacts that have the same email address, it only sends the email once. That part is fine — Dr. Jones doesn’t need to get the same event reminder email 5 times.
What I want to know is: How does Marketo choose which contact to send the email to? Is it simply the lowest/highest ID number? Is there a way to ensure the primary recipient?
This would mainly be an issue in cases where there are personalization tokens or conditional content. We would like to make sure “Dear {{lead.full name}}” resolves to “Dear Dr. Jones” and not “Dear Dr. Jones’ Wife.”
Is there a way to set priority, or is the best bet to avoid using any personalization if there’s a possibility of sending to duplicate records?