RunCustomerListUpload
Start processing a customer list upload. Returns the updated upload metadata once processing has begun.
Stored Procedure Specific Information
The RunCustomerListUpload stored procedure starts processing a customer list upload. AdAccountId, CustomerListId, and CustomerListUploadId are required parameters.
EXEC RunCustomerListUpload @AdAccountId = '549755885175', @CustomerListId = '2542620905475', @CustomerListUploadId = '2680059592705'
Input
| Name | Type | Required | Description |
| AdAccountId | String | True | Unique identifier of an ad account. |
| CustomerListId | String | True | Unique identifier of the customer list. |
| CustomerListUploadId | String | True | Unique identifier of the customer list upload. |
Result Set Columns
| Name | Type | Description |
| Id | String | Unique identifier of the customer list upload. |
| Status | String | Status of the verification process. |