The <Referrers> element specifies the path to the smarttarget.referrers.xml configuration file. The <Referrers> element is a Presentation Server setting.
Procedure
- 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.
- 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.)
- Save and close smarttarget_conf.xml.