Configuring the Message Connector
Before you deploy the Message Connector, you must customize the configuration file included with your installation to match your specific environment. You can modify the XML file called MessageConnectorConfig.xml found in your Message Connector directory on the Interact runtime server, similar to <Interact_home>/msgconnector/config/MessageConnectorConfig.xml.
The MessageConnectorConfig.xml file contains some configuration settings that are required, and some that are optional. The settings that you use must be customized for your specific installation. Follow the steps here to modify the configuration.
1.
2.
On the Interact runtime server, open the MessageConnectorConfig.xml file in any text or XML editor.
3.
Modify the configuration settings as needed, making sure that the following required settings are correct for your installation.
*
<interactUrl>, the URL of the Interact runtime server to which the Message Connector page tags should connect, and on which the Message Connector is running.
*
<imageErrorLink>, the URL to which the Message Connector will redirect if an error occurs while processing a request for an offer image.
*
<landingPageErrorLink>, the URL to which the Message Connector will redirect if an error occurs while processing a request for an offer landing page.
*
<audienceLevels>, a section of the configuration file that contains one or more set of audience level settings, and which specifies the default audience level if none is specified by the Message Connector link. There must be at least one audience level configured.
All of the configuration settings are described in greater detail in Message Connector Configuration Settings.
4.
5.
Message Connector Configuration Settings