Addressing leads by gender in German language emails | Community
Skip to main content
February 2, 2016
Question

Addressing leads by gender in German language emails

  • February 2, 2016
  • 8 replies
  • 4465 views

We want to start emailing leads in local languages and for German the proper way to address leads is by male / female + last name.

Since we dont collect the salutation for leads any tips or tricks on how to address leads by male/female in emails?

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

8 replies

Grégoire_Miche2
Level 10
February 2, 2016

Hi Thomas,

Pardon my being a little blunt, but the first thing you need to do when you want to personalize email by gender is to capture the info. You should:

  1. Add the gender field to all your forms and make it mandatory. People tend to answer accurately to this question and do not find it too intrusive
  2. Process your DB based on first name if you have them and try to initialize the DB as much as you can. Take no risk, so if you have mix first name, leave it empty
  3. Create a Marketo formula field for the email salutation. This formula field will use choices
    1. if gender = female, field = "female"+" "+last name
    2. if gender = male, field = "male"+ " "+last name
    3. defaut : the usual defaut for German.
  4. Use that new field as a token in your email
  5. Test it intensely, using a list in the email preview pane.

-Greg

Josh_Hill13
Level 10
February 2, 2016

or do what Greg said

Josh_Hill13
Level 10
February 2, 2016

Ask for Salutation when the lead selects Country=Germany,Austria.

You can also create a processor that listens for Germany, empty Salutation (or non German Salutation) - then looks for names or suffix types to attempt to assign by Gender. Not perfect, but it can work.

Or you can export German leads and update by hand.

April 6, 2016

Just one thing to add.

My question would be if you are planning to capture German or English salutations? This would determine the way you communicate with your database e.g. if your communication will still be in English, it's fine to work without salutation.

Nevertheless, working with German salutations as well as communication has huge benefits in the DACH region (be careful with Switzerland though:)) even though your programs can get a little bit complicated.

April 6, 2016

Hi Thomas,

if you don't have a value for gender/salutation in your database, you could run a little database manipulation that worked quite well for us. Take the top 1000 German first names for males and females (Verzeichnis:Deutsch/Liste der häufigsten männlichen Vornamen Deutschlands – Wiktionary) and run a little Smart Campaign to assign a gender value based on these first names. In German, first names match genders pretty accurately and you'll catch like 85% of all cases with the top 1000.

But eventually - the folks in this thread said it already - you should collect the gender value from all your forms. And in addition to what Greg said: We use Formula Fields, too, but Email scripts work fine for creating various salutation strings, too. In case you want to bring in a little more variety such as "Sehr geehrte Frau Müller", "Liebe Frau Müller", "Liebe Ina Müller" or whatever.

Robb_Barrett
Level 10
April 6, 2016

Super risky, IMHO.  While people are used to seeing their name spelled wrong, you'll get people very angry when you assign the wrong gender. Lived and learned on that one. And nowadays you have the concept of not being assigned a gender so you could infuriate people even though you got it right.

I would just stick with First and Last. Even if it's self reported it could be wrong and just make them angry and write angry letters to your CMO calling you bad names.

Robb Barrett
SanfordWhiteman
Level 10
April 6, 2016

^this

In the US at least, this project should be titled, "How can we alienate more leads?"

April 6, 2016

I agree too. Addressing them by wrong gender can rub people the wrong way...

Rajesh

Robb_Barrett
Level 10
April 7, 2016

Agreed, Greg. In America we have a lot of mixed gender names, ungendered names and reverse gender nick-names. Many masculine French names, for example, are female here. I know men named Kelly even though it's a traditionally female name. I've seen Sanford use an email address of Sandie which is typically more female but not uncommonly male. Robert, Robb and Bob are men, Bobby is just as female as male.

I understand that culturally there are differences and I'm thinking about this with American eyes. Even using Dear is weird in my opinion as you're not a Dear friend of an automated email system.

I never start an email with "Dear Gregoire,"  I'd start it with "Gregoire- " or "Hey-" or if I know everyone personally "Ladies". I mean, where I'm from it's perfectly normal to address a group of women as "Guys" but you'd never go the reverse.

I tend to stay away from putting in names. Too often I've seen it look more wrong than right. People put in silly names because they're drunk or pranksters and now you have an email calling someone a bad name. This one - I swear this happened. We sent out an email to A** H*** (asterix intentional) because the phone rep couldn't spell the name. I've seen all sorts of profanity in name lines as well. When it's on the web and self-entered you can expect data quality. Or all caps name, lower-caps names, etc.

I tell people to stay away from using names unless you have to. My autocomplete defaults to Robert because that's what's on my credit card, but I NEVER go by Robert unless answering with the phrase 'Yes, your honor." When I see it, I know it's just a database talking back to me. In fact, I hate it more. You all know me as Robb. If I suddenly got emails from you saying "Dear Robert" I'd know I was on your mailing list somehow.

My $.02

Robb Barrett
SanfordWhiteman
Level 10
April 7, 2016

I've seen Sanford use an email address of Sandie which is typically more female but not uncommonly male.

Sandy tho.    I was named after Sanford (Sandy) Meisner.

Level 5
April 7, 2016

Hi Thomas,

Your question is not too recent but I did not see anyone touch upon Velocity scripting.

Here is an example from Marketo where the first example is relative to your question:

http://developers.marketo.com/documentation/velocity-script/

In this case you would of course need to be aware of the lead's gender in order for it to work. But otherwise as a fallback it will use the First Name token which would be a safer bet than to simply use one form field token in the email.

This would be possible to fix with an Email Script Token (see screenshot)

As with other "My Token"s you can create this directly to the program and if you have many programs (e.g. Email Blasts) you can configure this logic to the folder that they are placed within.

/Erik

Robb_Barrett
Level 10
April 7, 2016

Wow. I mean I like it, but the storm that would cause over here right now....

Robb Barrett