Integrating Unica Interact with your website through IBM Digital Data Exchange

Use these steps to integrate Unica Interact with your website through Digital Data Exchange.

Procedure

  1. Specify the location of the Interactapi.js file.
    1. Navigate to Vendors > Vendor Settings in Digital Data Exchange.
    2. Select Unica Interact from the Vendor drop-down.
    3. In Library Path, enter the URL where you hosted the Interactapi.js. Do not include the protocol (http or https) in this URL.
    4. In Path To Public Rest Servlet, add the path to the Rest Servlet.
  2. Navigate to Manage > Global Settings in Digital Data Exchange to specify the object name to use as the page identifier in Unique Page Identifier. For example, you can set the object name to digitalData.pageInstanceID.
  3. Include the eluminate.js file and an identifier on the web page where you want Digital Data Exchange to insert the tags. You should give each web page a unique identifier so Digital Data Exchange can distinguish between various pages.

    For example, you can add the following script to your home page.

    <!-- Setting Page Identifier --> 
              <script>
                      digitalData={pageInstanceID:"INTERACT_HomePage"};
              </script>
    
    <!-- Including eluminate script --> 
             <script type="text/javascript" src="http://libs.
                      coremetrics.com/eluminate.js">
             </script>
             <script type="text/javascript"> 
                      cmSetClientID("51310000|INTERACTTEST",false,"data.
                      coremetrics.com",document.domain); 
             </script>
  4. In Digital Data Exchange create tags, code segments, functions, and other items you want to add to your web page.
  5. Create page groups to define what you want filed on each page.