Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.02 KB

CampaignOptions.md

File metadata and controls

15 lines (12 loc) · 1.02 KB

# CampaignOptions

Properties

Name Type Description Notes
delivery_optimization \ElasticEmail\Model\DeliveryOptimizationType [optional]
track_opens bool Should the opens be tracked? If no value has been provided, Account's default setting will be used. [optional]
track_clicks bool Should the clicks be tracked? If no value has been provided, Account's default setting will be used. [optional]
schedule_for \DateTime Date when this Campaign is scheduled to be sent on [optional]
trigger_frequency float How often (in minutes) to send the campaign [optional]
trigger_count int How many times send the campaign [optional]
split_options \ElasticEmail\Model\SplitOptions [optional]

[Back to Model list] [Back to API list] [Back to README]