createTargetCell

TargetCellInfo
    createTargetCell(String userCredential, String partitionName,
        Locale requestedLocale,
        Reference campaignReference,
        Attribute[] attributes)
    throws InvalidComponentException, CompositeException;

Create a new campaign-specific target cell row, applying the specified per-cell attributes and user information.

The specified attributes can be standard or custom; however, if custom, then the corresponding global attribute metadata definitions must exist.

Once the target cell is created, attribute values can be changed by using the attributes APIs.

See listTargetCells(), bulkCreateTargetCells().

See createAttributeMetadata(), listAttributeMetata(), getAttributesByName()