Creative Structure
Creative is a struct of Email ,to define a It is used as one of the parameters of method createCampaign2.
Public Instance Properties
Property
|
Description
|
subject
|
The subject of the email campaign.
|
displayName
|
Sender Name
|
fromAddress
|
+Email Send from
|
replyTo
|
Reply will send to this Email address
|
creativeContent
|
Email body, plain text or HTML tag. HTML tag may require HTML escaping.
|
target
|
'D' for desktop, 'M' for mobile . Indicate this creative is designed for which version
|
isCampaignDefault
|
True or False, if there's more than 1 creative, indictate this one as default send
|
* ALL of the above properties are required
when create email
campaign with createCampaign2 method
+ The Email Address must have been
verified through Spread.
To verify your email, login to http://www.rspread.com,
My Account >
Add & Verify Email
See Also
Spread Web
Service Namespace
SpreadWebService.createCampaign
Method