Configuring <Hosted>
The <Hosted> element specifies connection details to Fredhopper running in a hosted environment.
Procedure
- Open the smarttarget_conf.xml configuration file.
The file is used in several locations in your installation: Where to find smarttarget_conf.xml
- If your Fredhopper environment is running in a in a hosted environment:
- Set
<Enable>true</Enable>. - Set
<ServiceInstanceName>to the name of service instance. - Set
<Url>to the address of the endpoint for uploading data (you will only need to change the default URL your Fredhopper environment is located in the US, for exampleus1instead ofeu1).
The following is an example configuration of the<Hosted>element:<Hosted> <Enable>true</Enable> <ServiceInstanceName>fas:live1</ServiceInstanceName> <Url>https://my.eu1.fredhopperservices.com/</Url> </Hosted>where:
fasrefers to the service name.live1is an example instance name: typically, instances are named:test1,test2,test3,live1,live2,live3and so on.
- Set
- Save and close smarttarget_conf.xml.