createTargetCell

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

指定されたセルごとの属性とユーザー情報を適用して、新しいキャンペーン固有のターゲット・セル行を作成します。

指定する属性は標準でもカスタムでも可能ですが、カスタムにする場合は、 対応するグローバル属性メタデータ定義が存在している必要があります。

ターゲット・セルが作成された後に、属性 API を使用して属性値を変更できます。

listTargetCells()bulkCreateTargetCells() を参照してください。

createAttributeMetadata()listAttributeMetata()getAttributesByName() を参照してください。