Passing of metrics from Campaign to Marketing Operations limited to a single audience level
Problem or error: Campaign passes metrics to Marketing Operations based on a linked campaign is limited to a single audience level, specified system-wide by Campaign configuration parameters. Campaigns operating at a different audience level receive no metrics from Campaign.
Solution: To work around this issue, ensure that contact history, detailed contact history, and response history tables are mapped for the audience level for which you want to report metrics in Marketing Operations. For details about mapping these tables for an audience level, see the Campaign Administrator's Guide. After mapping these tables, perform the following steps:
1.
Ask all users to log out of Campaign, and stop all running flowcharts.
2.
Stop the Campaign listener (unica_aclsnr) and the Campaign and IBM® EMM web application servers.
3.
Export the existing Campaign configurations from the Configuration page using the configtool utility, located in the tools/bin directory under your Marketing Platform installation. For details, see the Marketing Platform Administrator's Guide.
For example:
configTool.bat -x Campaign \temp\ac_config.xml
4.
Open the exported ac_config.xml in an XML or text editor, and search for UA_ContactHistory_<audience level name>, where <audience level name> is the audience level on which you want to report metrics in Marketing Operations.
5.
6.
Rename the name of this new block from UA_ContactHistory_<audience level name> to UA_ContactHistory.
7.
Repeat Steps 4 to 6 for UA_ResponseHistory_<audience level name>.
8.
Save and close ac_config.xml.
9.
Import the updated Campaign configurations back into the Configuration page using the configtool utility, using the following syntax:
configTool.bat -i Campaign ac_config.xml
10.
Restart the Campaign and IBM® EMM web application servers.
11.
Restart the Campaign listener.