BulkServiceBulkService provides operations to upload/download accounts and campaigns. Download: Upload: For security reasons, the URLs for download or upload are valid for 15 minutes.
Operations
downloadAccountDownloads the account specified in the request header.
Capability required: BatchRead
Parameters
Responselong - The bulk download ID, which can be used to query the download status. Sample Code
downloadBulkTemplateDownloads an empty file of the requested type, with only headers.
Capability required: BatchRead
Parameters
Responsestring - A URL that can be used to download the bulk template file. Sample Code
downloadCampaignsDownloads the specified campaigns. The campaign IDs should belong to the account specified in the request header.
Capability required: BatchRead
Parameters
Responselong - The bulk download ID, which can be used to query the download status. getBulkDownloadStatusReturns the status of the bulk download request.
Capability required: BatchRead
Parameters
ResponseBulkDownloadStatusResponse - The status of the bulk download request. getBulkDownloadStatusInfoReturns the status of the bulk download request. This is similar to getBulkDownloadStatus except when applicable, any time remaining to process the download request is also reported.
Capability required: BatchRead
Parameters
ResponseBulkDownloadStatusInfo - The status of the bulk download request with time remaining, if applicable. getBulkUploadStatusAllows the user to query for the status of a previously submitted bulk upload task .
Capability required: BatchRead
Parameters
ResponseBulkUploadStatusResponse - The status of the bulk upload. getBulkUploadTokenUrlAllows the user to request an upload URL for a specific filetype.
Capability required: CampaignWrite
Parameters
ResponseBulkUploadTokenUrlResponse - url and jobId Sample Code
|