Running the auto tagging utility
You can run the auto tagging utility to automate
the process of tagging store JSP files with the page view tag (<cm:pageview
/>
). You must add other analytics tags manually, such as
the order tag (<cm:order />
) tag and the shopping
cart tag (<cm:cart>
).
The auto tagging utility also adds the <cm:output
/>
tag to the <head>
element of all your
store pages. This ensures that the JavaScript snippets for IBM Digital Analytics, formerly known as Coremetrics Analytics defined
in the <output>
element of your biConfig.xml file
are written to each HTML page.
About this task
<cm:
.Procedure
- Go to the following directory:
- WC_installdir/bin
- WCDE_installdir/bin
- Run the command line utility.
- View the JSP files to verify the pages are tagged with
the
<cm:pageview />
tag.