Documentation Center

Installing Audience Manager cartridge in a legacy in-process setup

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 website is running.

Procedure

  1. Install the Content Delivery API server role in the Web application in which your website is running:
  2. Access the SDL Web installation media.
  3. Navigate to the folder Audience Manager\roles\api\in-process\java\ambient\.
  4. Copy the following files into the lib directory of your Web application:
    • audiencemanager_cartridge.jar
    • jettison.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.