Campaign | partitions | partition[n] | offerCodeGenerator

Properties in this category specify the class, classpath, and configuration string for the offer code generator, and also the cell code generator used to assign a contact process to a Target Cell Spreadsheet cell.

offerCodeGeneratorClass

Description

The offerCodeGeneratorClass property specifies the name of the class Unica Campaign uses as its offer code generator. The class must be fully qualified with its package name.

Default value

Note that line breaks have been added for print.

com.unica.campaign.core.codegenerator.samples. ExecutableCodeGenerator

offerCodeGeneratorConfigString

Description

The offerCodeGeneratorConfigString property specifies a string that is passed into the offer code generator plug-in when it is loaded by Unica Campaign. By default, the ExecutableCodeGenerator (shipped with Unica Campaign) uses this property to indicate the path (relative to Unica Campaign application home directory) to the executable to run.

Default value

./bin

defaultGenerator

Description

The defaultGenerator property specifies the generator for the cell codes that appear in contact-style process boxes and are used to assign cells to Target Control Spreadsheet cells. The Target Control Spreadsheet manages cell and offer mappings for campaigns and flowcharts.

Default value

uacoffercodegen.exe

offerCodeGeneratorClasspath

Description

The offerCodeGeneratorClasspath property specifies the path to the class Unica Campaign uses as its offer code generator. It can be either a full path or a relative path.

If the path ends in a slash (forward slash / for UNIX or backslash \ for Windows), Unica Campaign assumes it to be a path to a directory that contains the Java plug-in class that should be used. If the path does not end in a slash, Unica Campaign assumes it is the name of a jar file that contains the Java class.

If the path is relative, Unica Campaign assumes it is relative to the Unica Campaign application home directory.

Default value

codeGenerator.jar (packaged in the Campaign.war file)