Documentation Center

<AddSmartTargetDataToClaimStore> element

The <AddSmartTargetDataToClaimStore> element is a Boolean value to add SmartTarget 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

SmartTarget 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 SmartTarget 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:
    • In a Java Web application, the file is located in the classes subdirectory of your Web application.
    • In a .NET Web application, the file is located in the config subdirectory of your Web application.
  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.