DownloadCampaignAutomationStats
Download Marketing Campaign Stats for Automations
ストアドプロシージャ固有の情報
DownloadCampaignAutomationStats ストアドプロシージャは、特定のフォルダにキャンペーンオートメーションの統計情報をダウンロードするために、CampaignID およびDownloadTo パラメータが必要です。
例:
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.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値は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. |