Documentation Center

<Regions> element

The <Regions> element defines the Page Regions available for selection in the user interface when creating a Promotion.

Procedure

  1. Open the smarttarget_conf.xml configuration file.

    The file is used in several locations in your installation: Where to find smarttarget_conf.xml

  2. Add a logical name for the regions you want a user to be able to choose in the user interface when creating a Promotion:
    <Regions>
       <Region>Header</Region>
       <Region>Footer</Region>
       <Region>Sidebar</Region>
       <Region>Inset 1</Region>
       <Region>Inset 2</Region>
     </Regions>
  3. Save and close smarttarget_conf.xml.

What to do next

When you add Page Regions to your Web pages, the id of the <tcdl:region> elements in your Dreamweaver Templates must match the values specified in the <Region> elements exactly (case-sensitive):

<tcdl:region id="Sidebar" type="SmartTarget">
     
 </tcdl:region>