setAttributesInBatch
Defines new values for specific attributes of multiple recipients in Optimizely Campaign.
This method can be replaced by the .NET replacement method setAttributesInBatchFlat.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
recipientListId | long | ID of the recipient list |
recipientIds | String[Â ] | IDs of the recipients |
attributeNames | String[ ][ ] | Field names of the fields (e.g., firstname, lastname etc.) that are to be updated |
attributeValues | String[Â ][Â ] | New values for the attributes/fields defined with attributeNames Each entry must be formatted according to the formatting rules. |
Return values
**Â **-
Code structure
void setAttributesInBatch(String sessionId, long recipientListId, String[] recipientIds, String[][] attributeNames, String[][] attributeValues)
Updated over 2 years ago