Feature Pack 2

Enabling IBM Digital Analytics integration in the analytics configuration file (biConfig.xml)

Configure the settings in the biConfig.xml file to integrate IBM Digital Analytics, formerly known as Coremetrics Analytics.

About this task

The biConfig.xml file contains the following data about each online store:
  • Which analytics provider is being used.
  • Whether tracking is enabled. Tracking refers to whether the data is sent to IBM Digital Analytics.
  • Whether debug mode is enabled. The debug messages display on the web page where the tag is located, generally at the bottom of the page.
  • The location of any vendor-specific code that is required for tracking.

Procedure

  1. Open the biConfig.xml file:
    • WebSphere Commerce EnterpriseWebSphere Commerce - ExpressWebSphere Commerce ProfessionalWC_eardir/xml/config/bi/biConfig.xml
    • WebSphere Commerce DeveloperWCDE_installdir/workspace/WC/xml/config/bi/biConfig.xml
  2. To enable IBM Digital Analytics integration:
    1. Find a line similar to the following line that is associated with the applicable store:
      <store storeId="10001" biprovider="coremetrics" enabled="false" debug="false">
    2. Ensure that the enabled parameter is set to true.
  3. If you are using dynamic recommendations with IBM Product Recommendations, formerly known as Coremetrics Intelligent Offer, set your store's IBM Digital Analytics client ID:
    1. Find the following line:
       <clientid>clientID</clientid>
    2. Replace clientID with your store's client ID, as provided by IBM Digital Analytics.
  4. Restart the WebSphere Commerce server.