ADO.NET Provider for SendGrid

Build 23.0.8839

DownloadCampaignAutomationStats

Download Marketing Campaign Stats for Automations

ストアドプロシージャ固有の情報

DownloadCampaignAutomationStats ストアドプロシージャは、特定のフォルダにキャンペーンオートメーションの統計情報をダウンロードするために、CampaignID およびDownloadTo パラメータが必要です。

例:

EXEC DownloadCampaignAutomationStats Campaignid= 3091688, DownloadTo= 'C:\dev\tests\v20\ProviderSendGrid\'

Input

Name Type Required Accepts Output Streams Description
CampaignID String True False Comma seperated list of campaignIds.
Timezone String False False TimeZone of the location.
DownloadTo String False False Where to store the file.
Encoding String False False The FileData input encoding type.

使用できる値は次のとおりです。NONE, BASE64

デフォルト値はBASE64です。

FileStream String False True An instance of an output stream where file data is written to. Only used if DownloadTo is not provided.

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839