Installing Audience Manager cartridge

The Audience Manager cartridge puts Segments, Contact details and Contact extended details into the Claim Store as Claims. You need to install and configure the Audience Manager cartridge in the Web application in which your Web site is running.

Procedure

  1. Install the Content Delivery API server role in the Web application in which your Web site is running:
    The Content Delivery APIs contains, amongst others, files that implement the Ambient Data Framework.
  2. Access the SDL Tridion installation media.
  3. Navigate to the folder Outbound E-Mail\Presentation System\Java\AmbientData.
  4. Copy the following file into the lib directory of your Web application:
    • audiencemanager_cartridge.jar
  5. In the lib directory of your Web application, open the Ambient Data Framework configuration file cd_ambient_conf.xml in a text editor.
  6. Configure the file to include the Audience Manager cartridge:
    <Cartridges>
    	<Cartridge File="/audiencemanager_cartridge_conf.xml"/>
    </Cartridges>
  7. Save and close cd_ambient_conf.xml.