All Collections
Connectors
Acoustic (IBM Silverpop) connector
Setting up personalisation for Acoustic (IBM Silverpop)
Setting up personalisation for Acoustic (IBM Silverpop)

Find out how to set up Taxi personalisation for Acoustic (IBM Silverpop)

Paris avatar
Written by Paris
Updated over a week ago

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}}


Did this answer your question?