Send multiple language variations inside a single campaign. That's it, no fancy-pants stuff.
Every campaign can have multiple content variations. Add as many as you need.
Choose the language that you want to send. Vero automatically checks every one of your customers for the ‘locale’ property and sends the right variation to each individual.
Launch the campaign and the right variation will be sent to the right user when your email is sent.
Vero reserves the locale
user property to keep track of each customer's language preference. This means you can easily define the version each customer will receive, simply by setting their locale
using the IETF language codes. For example, Spanish would be es
. When you send a campaign, we automatically make sure that each content variation is sent to the right customer.
Read our multi language campaigns help doc.
// Do this every time you update your customer data
vero.users.track!({
id: '123',
email: 'damienb@getvero.com',
data: {
locale: 'fr-FR'
}
})
Learn more about tracking events and adding new customers at developers.getvero.com.
No credit card details required