CreateCustomerListUpload
Create a customer list upload request for multipart S3 upload. Each part must be at least 5 MB; the last part can be any size greater than 0.
Stored Procedure Specific Information
The CreateCustomerListUpload stored procedure creates a customer list upload request for multipart S3 upload. AdAccountId, CustomerListId, Operation, and TotalParts are required parameters.
EXEC CreateCustomerListUpload @AdAccountId = '549755885175', @CustomerListId = '2542620905475', @Operation = 'ADD', @TotalParts = '1'
Input
| Name | Type | Required | Description |
| AdAccountId | String | True | Unique identifier of an ad account. |
| CustomerListId | String | True | Unique identifier of the customer list. |
| Operation | String | True | Operation type for the upload.
The allowed values are ADD, REMOVE. |
| TotalParts | Integer | True | Number of parts to upload the file in. Each part must be at least 5 MB. Maximum 10. |
Result Set Columns
| Name | Type | Description |
| Id | String | Unique identifier of the created customer list upload. |
| Status | String | Status of the verification process. |