WebConnector Configuration Basic Options

Use the Basic Settings page of the Web Connector Configurations page to configure the overall Web Connector behavior for the site on which you'll be rolling out the tagged pages. These settings include the base URL for the site, information that Unica Interact needs to use about the visitors to the site, and similar settings that apply to all of the pages you plan to tag with Web Connector code.

Site-wide Settings

The Site-wide Settings configuration options are global settings that affect the overall behavior of the installation of the Web Connector you are configuring. You can specify the following values:

Table 1. Site-wide settings for the Web Connector installation

Settings that affect the entire Web Connector installation

Setting Description Equivalent setting in jsconnector.xml
Interact API URL The base URL of the Unica Interact runtime server.
Note: This setting is used only if the Web Connector is not running inside of the Interact runtime server (that is, you have deployed it separately).
<interactURL>
Web Connector URL The base URL used to generate the click-through URL. <jsConnectorURL>
Interactive Channel name for the target website The name of the interactive channel you have defined on the Unica Interact server that represents this page mapping. <interactiveChannel>
Audience Level of Visitors The Unica Campaign audience level for the inbound visitor; used in the API call to the Unica Interact runtime. <audienceLevel>
Audience ID Field Name in the Profile Table Name of the audienceId field that will be used in the API call to Unica Interact. Note that there is currently no support for multi-field audience identifiers. <audienceIdField>
Data type of the Audience ID Field The data type of the Audience ID field (either "numeric" or "string") to be used in the API call to Unica Interact. <audienceIdFieldType>
Cookie Name that represents the Session ID The name of the cookie that will contain the session ID. <sessionIdCookie>
Cookie Name that represents the Visitor ID The name of the cookie that will contain the visitor ID. <visitorIdCookie>

Optional Features

The Optional Features configuration options are optional global settings for the installation of the Web Connector you are configuring. You can specify the following values:

Table 2. Optional site-wide settings for the Web Connector installation

Optional settings that affect the entire Web Connector installation

Setting Description Equivalent setting in jsconnector.xml
Enable Debug Mode Specifies (with a yes or no answer) whether to use a special debug mode. If you enable this feature, the content returned from the Web Connector includes a Javascript call to 'alert', informing the client of the particular page mapping that just occurred. The client must have an entry in the file specified by the <authorizedDebugClients> setting in order to get the alert. <enableDebugMode>
Authorized Debugging Clients Host File The path to a file that contains the list of hosts or IP (Internet Protocol) addresses that qualify for debug mode. A client's host name or IP address must appear in the specified file for debug information to be collected. <authorizedDebugClients>
Enable Digital Analytics for On Premises Page Tag Integration Specifies (with a yes or no answer) whether the Web Connector should attach the specified Digital Analytics for On Premises tag at the end of the page content. <enableNetInsightTagging>
Digital Analytics for On Premises Tag HTML Template File The HTML/Javascript template used to integrate a call to the Digital Analytics for On Premises tag. In general, you should accept the default setting unless you are instructed to provide a different template. <netInsightTag>