Parameters

userCredential: the client user credential.

requestedLocale: optional locale to use for this request.

partitionName: optional name of the campaign partition to use.

campaignReference: the reference of the campaign that contains the target cell spreadsheet to be updated. Accumulates an InvalidComponentException if the campaign does not exist or the reference is invalid.

attributes: optional array of TCS attributes for the new cell. Each supplied attribute element overwrites the corresponding cell attribute's default values; others are left untouched. It is up to the client to determine the attributes that are required by the cell, their types, etc. Accumulates an InvalidAttributeException if there is a problem with a specified attribute.

If any exceptions are accumulated, this method throws a CompositeException and all creates are undone. The exception's list of causes include an exception for each attribute that caused the error and include a numeric index instead of the reference, the name of the attribute, and usually the offending value. The cause list is ordered as with the input attributeList.