To install the IPS Web Tracking API:
- Prepare the IPS database for replication, and if the IPS database is on a separate server from the Web Tracking database server, establish a connection between the two servers.
- Run IPSWebTrackingSetup.exe to install the Web Tracking database and synchronize with the IPS database.
- Prepare a web server with IIS 7 or later.
- Create a new website in IIS.
- Right-click on the website and create a new application associated with the website application pool.
- Remove the default documents from the application node.
- Copy the IPS Web Tracking distribution files into the application's virtual directory.
- Create a new SQL user corresponding to the application pool with access to the Web Tracking database and create a new role called IPSWebTrackingAPIRole with execute permissions on the SP_GETWEB_MAILITM_EVENTS stored procedure.
- Check the ODBC configuration matches the API's web.config file.
See the IPS Web Tracking API Installation Guide for more detailed instructions.