Implement IBM Digital Analytics for HCL Commerce
To implement , we must perform a series of configuration tasks.
- Configure the site to communicate with IBM Digital Analytics
Tag library setup and configuration for is controlled by the biConfig.xml file.- Generating a file that captures the catalog hierarchy
For the classification of products and contents, requires a Category Definition File (CDF). This file needs to be sent to IBM Digital Analytics before pages are tagged. IBM Digital Analytics provides a command-line utility that an administrator can launch to generate the product data as a text file.- Optional: Running the auto tagging utility
We can run the auto tagging utility to automate the process of tagging store JSP files with the page view tag (<cm:pageview />). We must add other analytics tags manually, such as the order tag (<cm:order />) tag and the shopping cart tag (<cm:cart>).- Tagging the store pages for IBM Digital Analytics
Manually add WebSphere Commerce analytics tags to the correct locations in the store JSP pages. For example, add the <cm:product /> tag to your product display pages and the <cm:cart /> tag to your shopping cart page.