DownloadCampaignAutomationStats
Download Marketing Campaign Stats for Automations
Stored Procedure Specific Information
The DownloadCampaignAutomationStats Stored Procedure requires CampaignID and the DownloadTo parameters to download the campaign automation stats in specific folder.
For Example:
EXEC DownloadCampaignAutomationStats Campaignid= 3091688, DownloadTo= 'C:\dev\tests\v20\ProviderSendGrid\'
Input
Name | Type | Required | Description |
CampaignID | String | True | Comma seperated list of campaignIds. |
Timezone | String | False | TimeZone of the location. |
DownloadTo | String | False | Where to store the file. |
Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the campaign was downloaded successfully. |
FileData | String | If the DownloadTo and FileStream are not provided, this contains the content of the file. |