Touchpoint Integration
by David M. Raab
DM Review
March/April, 2001
Today’s enterprises are increasingly serious about coordinating customer interactions across all touchpoints. While some firms may be fortunate enough to execute all interactions through a single, multi-channel contact system, most will find themselves working with several independent touchpoint products. Company-wide coordination will therefore require using a separate interaction manager that receives information from all touchpoints and sends back decisions.
Connecting this central interaction manager to the individual touchpoints is a significant challenge. It typically requires modifying the touchpoint system to call the interaction manager when intervention by the interaction manager is or might be required. This intervention point might be display of a particular Web page, receipt of a certain type of email message, or a reaching specific branch in a telemarketing script.
Touchpoint integration is generally accomplished in either of two ways. One is to change the touchpoint system so it generates a transaction in the format specified by the interaction manager’s Application Program Interface (API). This provides the greatest flexibility to the implementer, since it means the interaction manager can work with any touchpoint system that can generate an appropriate transaction. However, it also means a significant amount of work is needed to add each new touchpoint system, and maybe even to add each new intervention point within a touchpoint.
The second approach is for the interaction management vendor to provide an application that itself manages communication with the touchpoint. For example, some vendors provide HTML snippets that can be embedded in a Web page: when the Web page is displayed, the snippet sends the interaction manager information such as the customer ID and context, receives a reply from the interaction manager with an appropriate response, and displays that response on the original Web page. Such applications are often referred to as “adapters” or “connectors”.
Taken to its extreme, this second approach can work without any direct communication between the touchpoint and the interaction manager. In the Web site example, this would happen if the customer ID were picked up from a cookie maintained by the interaction manager rather than the Web site itself. In fact, online advertising networks use this method to deliver targeted messages across multiple Web sites. Another version of this strategy is to have the interaction manager conduct an extensive dialogue before returning control to the touchpoint. Something like this happens in systems that run specialized interactions such as financial needs analysis.
But some communication with the touchpoint is usually needed for the interaction manager to tailor its response to the current circumstances. Most prebuilt connectors do in fact capture and transfer such information from the touchpoint. This generally involves conforming to the touchpoint system’s own API, and is thus the mirror image of the strategy of modifying to touchpoint to write to the interaction manager’s API. The advantage of prebuilt connectors is that they simplify touchpoint integration. The disadvantage is they are only available for whatever touchpoint systems the vendor has chosen to support. A generic connector such as an HTML snippet might support many touchpoint systems of the same general kind. But such connectors cannot capture much specific information, since they cannot read detailed information that each touchpoint product has stored in its own private format.
A third approach is to use middleware to translate between the different systems’ APIs, without building a point-to-point connection between each touchpoint and the interaction manager. This strategy has been adapted by a few interaction management vendors.
Some interaction managers avoid any touchpoint integration at all. Instead, they scan for significant transactions outside the context of a particular touchpoint process. For example, a system might read a stream of bank deposits and select those over $10,000 for closer examination. This could be done by reading inputs to the deposit system, which might actually be linked to a number of different touchpoint systems. This approach simplifies implementation but is limited in the types of data it can capture and degree of context it can provide. More important, it cannot integrate its response with the current interaction. At best, it can generate a near-real-time response that goes out through a related channel–say, an email triggered by an action on a Web site. Whether a system without direct touchpoint integration could be considered a “true” interaction manager is debatable, but in fact the products that support transaction scanning can also allow direct touchpoint integration. So this is not a meaningful differentiator.
Actually, it makes sense to build transaction scanning into the touchpoint integration mechanism, so the interaction manager is only called when a decision is truly required. This reduces demand on the network and other resources. It can be accomplished by building screening rules into the touchpoint logic that calls the interaction manager’s API, or into the interaction manager application embedded in the touchpoint.
Other aspects to consider when evaluating a system’s touchpoint integration include:
* * *
Copyright 2001 Raab Associates, Inc.. Contact: info@raabassociates.com