Extract
Use the Extract method to extract a package to a Marketing Cloud Engagement FTP site. Specify the File Transfer Location only when the intent is to deliver the file to a different FTP site. To reduce performance impacts, run data extracts outside of working hours.
This method has the following parameters.
Name | Data Type | Description |
---|---|---|
RequestID | String | A unique identifier for the request. |
Requests | ExtractRequest[] | The requests specifying execution properties for a method. |
Results | ExtractResult[]& | The results of a method execution returned as an output parameter. |
This example extracts all sends from a Marketing Cloud Engagement account into a file named SendJobs
. It then outputs the file as a ZIP file on a Marketing Cloud Engagement FTP site. The stubs in this example come from Axis 1.4.