Configuring Experience Optimization for JSP or ASP.NET
Configure publishing for Experience Optimization, including Component Templates and Content Deployer configuration.
Procedure
- Configure your Component Templates to be used with Experience Optimization.
- Configure your Content Deployer.
- Configure Content Delivery for TCDL, using the appropriate steps for the type of website.
Website language Description JSP or ASP.NET - Open
smarttarget_conf.xmlfor editing. - Configure TCDL settings for Experience Optimization in the
<Tcdl>section of the configuration file.
For example, the
<Pattern>section defines the regular expression that you can use in your code to indicate where a replacement string is inserted. These strings indicate content that requires processing by Experience Optimization.By default, double-hash (
##()##) signs are used to demarcate the string to be replaced.Another language (using REL) - In the configuration location of your Content Service (or Session-enabled Content Service), open cd_dynamic_conf.xml for editing.
- In the
<TCDLEngine>element, add the following element:<TCDLEngine> <TagBundle Resource="smarttarget_renderers_bundle.xml"/> </TCDLEngine>
- Open