Documentation Center

Configuring Audience Manager on Presentation Server

The cd_audience_manager.conf.xml is the configuration file for Audience Manager and Outbound E-mail on the Presentation Server.

Procedure

  1. On a .NET system, navigate to Outbound E-Mail\Presentation System\NET\config and copy the following file to your Tridion installation \config directory:
    • cd_audience_manager.conf.xml
  2. On a Java system, navigate to Outbound E-Mail\Presentation System\Java\config and copy the following file to your Tridion installation \classes directory:
    • cd_audience_manager.conf.xml
  3. Open cd_audience_manager.conf.xml in a text editor:
  4. For Audience Manager, you need to configure your <ExtendedDetails>:
    <EmailAddressFieldName>
    The name of the extended details field that contains the e-mail address.
    <ContactIdentification><Field>
    By default, the extended detail fields IDENTIFICATION_KEY and IDENTIFICATION_SOURCE are used to uniquely identify Contacts.
    If you use different Contact extended detail fields for your unique index, configure <Field> elements accordingly.
    <Configuration>
    	...
    	<ExtendedDetails>
    		<EmailAddressFieldName>MAIL</EmailAddressFieldName>
    		<ContactIdentification>
    			<Field>IDENTIFICATION_KEY</Field>
    			<Field>IDENTIFICATION_SOURCE</Field>
    		</ContactIdentification>
    	</ExtendedDetails>
    </Configuration>
  5. Save and close cd_audience_manager.conf.xml.