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 location of the smarttarget.referrers.xml file:
<Referrers>smarttarget.referrers.xml</Referrers>
- Save and close
smarttarget_conf.xml.