<Referrers> element

The <Referrers> element specifies the path to the smarttarget.referrers.xml configuration file. The <Referrers> element is a Presentation Server setting.

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 <SmartTarget><Referrers> section of the smarttarget_conf.xml configuration file, specify the smarttarget.referrers.xml file:
    <Referrers>smarttarget.referrers.xml</Referrers>
    (If you are using a deprecated Content Delivery in-process setup, the file must be in a location that is part of your Java classpath.)
  3. Save and close smarttarget_conf.xml.