SpreadWebServcie.GetCampaignReport Method
The following examples demonstrate
how to get campaign general report.
Parameters
Parameter
|
Type
|
Description
|
loginEmail
|
String
|
The login email of your Spread account.
|
password
|
String
|
The password of your Spread account or API Key which you can retrieve from your Spread account (My account=> Settings).
|
campaignId
|
String
|
The ID of the email campaign.
|
Return Value
CampaignReport
Example
string loginName = "Spread@reasonables.com";
string loginPassword = "Spread";
int campaignID = 12345;
//Create a SpreadWebService object and use its method.
SpreadWebService MySpread = new SpreadWebService();
CampaignReport result = MySpread.getCampaignReport(loginName, loginPassword, campaignID);
See Also
SpreadWebService
Class | Spread Web Service Namespace