UA dynamic Email English & French

References a lookup table that matches the contact's email address to a record.
References the record to determine contact's country and language preference.

multiple versions of the email driven by country and language.
A defualt version is used based on 1 data point of 3.

13 Countries and 4 languages

  • Logic Example 1:
  • if the Country = "UK" and language = "English" then
  • use the version = "UK-English"
  • elseif the Country = "UK" and language = "blank or Null" then
  • use the version = "UK-English"
  • elseif the Country = "France" and language = "French" then
  • use the version = "France-French"
  • elseif the Country = "France" and language = "blank or Null" then
  • use the version = "France-French"
  • elseif the Country = "France" and language = "English" then
  • use the version = "France-English"
  • Images, URLs, copy, and tracking codes are all dynamically populated based on a series or rules written for each Country and Language.

  • Logic Example 2:
  • if the Country = "France" and language = "French" then
  • set subject line = "Maintenant que vous avez votre article entre les mains, faites-nous savoir ce que vous en pensez."
  • set tracking code = "|tracking|France-French|"
  • set preheader = "Faites-nous part de votre opinion maintenant"
  • set currency = "Euro"
  • set url_1 = concat("http://url.fr/French/page1")
  • set url_2 = concat("http://url.fr/French/page2")
  • set url_3 = concat("http://url.fr/French/page3")
  • set url_4 = concat("http://url.fr/French/page4")
  • elseif the Country = "France" and language = "English" then
  • set subject line = "You Got Your Gear. Now Let Us Know What You Think."
  • set tracking Code = "|tracking|France-English|"
  • setpreheader = "Tell Us What You Think – Write A Review Now"
  • set currency = "Euro"
  • set url_1 = concat("http://url.fr/English/page1")
  • set url_2 = concat("http://url.fr/English/page2")
  • set url_3 = concat("http://url.fr/English/page3")
  • set url_4 = concat("http://url.fr/English/page4")