bulkCreateTargetCells

List<TargetCellInfo>
        bulkCreateTargetCells(String userCredential,
        String partitionName,
        Locale requestedLocale,
        Reference campaignReference,
        List<Attribute[]> attributesList)
    throws InvalidComponentException, CompositeException;

Create many new campaign-specific target cell rows at one time, 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.

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

See listTargetCells().

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