Documentation Center

Target Groups (personalization)

You can to send different Components in a Mailing to different recipients using Target Groups to determine who gets which Components. To personalize your Mailings using VBScript, you must make modifications to the Page Template.

About this task

Procedure

  1. To make a Page Template usable for personalization, access the Page Template.
  2. Find every instance of a Component Presentation being written to output. Normally, such a call would look like this:
    WriteOut ComponentPresentation.Content
  3. Replace each of these instances with a call to a function called OutboundEmail.GetTaggedCP(), so that the line reads:
    WriteOut OutboundEmail.GetTaggedCP(ComponentPresentation)
  4. Save and close the Page Template.