Installing Contact Subscription on Presentation Server
The Presentation Server is the application that accepts subscriptions and changes to subscriptions. This section describes the installation and configuration of Audience Manager presentation side components used to implement Subscription functionality.
Note: If you want to install Presentation Side components on a 64-bit operating system, but you are using a 32-bit Java Virtual Machine, your Web site must be running in a 32-bit process (Application Pool).
- Installing Contact subscription (ASP.NET)
You must install Contact subscription components on a publicly accessible Web site. This task describes how to install Contact subscription components on Internet Information Service (IIS). - Installing Contact subscription (Java)
You must install Contact subscription components on a publicly accessible Web site. This task describes how to install Contact subscription components on a Java-based Web application Server. - Configuring Publications for Contact Subscription
In a Publication Audience Management tab, you can specify the Synchronization Target used to synchronize data between the Content Manager and Presentation Server and the URLs of Contact Subscription pages and the Tracking page. - Configuring confirmation e-mail defaults
In the<PresentationSide>section of the configuration fileOutboundEmail.xml, configure<ConfirmationEmailDefaults>sections to specify the default e-mails sent to subscribers when they confirm, subscribe, change their profile, or unsubscribe from a Mailing. The defaults are used if no<ConfirmationEmail>elements are defined. - Configuring confirmation e-mails
In the<PresentationSide>section of the configuration fileOutboundEmail.xml, add<ConfirmationEmail>elements to specify the e-mails sent to subscribers when they confirm, subscribe, change their profile, or unsubscribe from a Mailing. - Configuring Audience Manager on Presentation Server
Thecd_audience_manager.conf.xmlis the configuration file for Audience Manager and Outbound E-mail on the Presentation Server. - Configuring logging
Thelogback.xmlfile is the configuration file for the logback logging framework used by Content Delivery. This task describes how to update your existinglogback.xmlfile.