Documentation Center

<AddSmartTargetDataToClaimStore> element

The <AddSmartTargetDataToClaimStore> element is a Boolean value to add Experience Optimization data (Promotion, Page Regions, and content items) to the Ambient Data Framework Claim Store to allow other applications such as Online Marketing Explorer to use the data.

About this task

Experience Optimization adds a list of content items (Component Presentations) to the Claim Store and information about which Promotion they were shown and in what Page Region. Component Presentations are identified using the Experience Optimization secondid, a combination of the Component and Component Template URIs, for example tcm_1-18-16_tcm_1-4-32.

Procedure

  1. Open the smarttarget_conf.xml configuration file:
    • For a Java web application, the file is located in the classes/ subdirectory.
    • For a .NET web application, the file is located in the config\ subdirectory.
  2. In the <AmbientData> section, set <AddSmartTargetDataToClaimStore> to one of the following values:
    • true
    • false
    <AddSmartTargetDataToClaimStore>true</AddSmartTargetDataToClaimStore>
  3. Save and close smarttarget_conf.xml.