ADO.NET Provider for Pinterest

Build 26.0.9655

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655