Setting up personalisation for Acoustic (IBM Silverpop)

Before setting up personalisation in Taxi from Acoustic, you'll need to set up personalisation in your account.

Personalisation fields in IBM use the following style of notation:

%%FirstName%%

These can be set up in the personalisation settings in Taxi.

These will become available in rich text fields in the editor.

You can add as much or as little code here as you like, so it’s possible to use IBM’s code to do things like use a default name:

#{{#if forename}}<h1>#{{%%Mixedcase_forename%%}}</h1> #{{else}}<h1>Hello</h1> #{{/if}}

Last updated