Configuring Management Center to work with IBM Marketing Center
You can configure Management Center and your site to work with IBM Marketing Center. By configuring the settings within the biConfig.xml file, you can enable the integration between WebSphere Commerce and IBM Marketing Center.
Before you begin
- Review the sample biConfig.xml file that WebSphere Commerce provides. This file includes example values for the configuration settings that you must include within your own biConfig.xml file.
About this task
When you are updating the biConfig.xml file to define the analytics provider configuration, you can set default values for each configuration setting. By setting default values, you can quickly configure multiple stores to use the same configuration for an analytics provider. You can also override any of the default values for an individual store by including a different value in the configuration for the store. For more information, see Configuring default values for an analytics provider.
Procedure
When you are updating the biConfig.xml file in your development environment, you can use a reload file to help you quickly test configuration changes. By using this reload file, you do not need to continually restart your server to apply configuration changes from the biConfig.xml file. For more information, see Using a reload file to test the analytics integration configuration.
-
Navigate to the following directory, which contains the sample
biConfig.xml file:
- WCDE_installdir/components/samples/Coremetrics/xml/biConfig.xml
-
Copy the sample biConfig.xml file to the following directory:
- WCDE_installdir/workspace/WC/xml/config/bi
- Open the biConfig.xml file in an editor.
-
Configure the settings for your store.
-
Set the client ID for your store:
- Optional:
Set a URL to override the URL that Management Center uses to launch IBM Marketing Center.
By default, when you enable integration with IBM Marketing Center, the integration launches IBM Marketing Center with the following URL:
If you want Management Center to launch a different URL, you can include a URL within thehttps://mc.coremetrics.com/mcwebapp/welcome.do
<marketingCenterUrl></marketingCenterUrl>
element to override the default URL. -
If your store does not use the integration between WebSphere Commerce and IBM Digital
Analytics, you can omit or remove the code
that defines the
<output>
,<header>
, and<footer>
elements. The settings for these elements are specific to integrating with IBM Digital Analytics and are not needed for IBM Marketing Center integration. - Optional: If you want to configure single sign-on between Management Center and IBM Marketing Center, you can add secret key for single sign-on to your biConfig.xml file now. Alternatively, you can configure single sign-on later. For more information about enabling single sign-on, see Enabling single sign-on between Management Center and IBM Marketing Center.
- Save and close the file.
- Restart the WebSphere Commerce server.
What to do next
Business users can begin to use Management Center to launch IBM Marketing Center for creating campaigns and managing promotion codes. For more information, see Manage marketing externally with IBM Marketing Center. When the integration is enabled, the IBM Marketing Center launch points are added to Management Center. Users can use these launch points to open and begin working in IBM Marketing Center.