Sha256: f137b90c8027ea11b79bd6166bd3fa81ae964c41f6bc243782a545054f9b1222
Contents?: true
Size: 957 Bytes
Versions: 6
Compression:
Stored size: 957 Bytes
Contents
# ElasticEmail::CampaignOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **delivery_optimization** | [**DeliveryOptimizationType**](DeliveryOptimizationType.md) | | [optional][default to 'None'] | | **track_opens** | **Boolean** | Should the opens be tracked? If no value has been provided, Account's default setting will be used. | [optional] | | **track_clicks** | **Boolean** | Should the clicks be tracked? If no value has been provided, Account's default setting will be used. | [optional] | | **schedule_for** | **Time** | Date when this Campaign is scheduled to be sent on | [optional] | | **split_options** | [**SplitOptions**](SplitOptions.md) | | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::CampaignOptions.new( delivery_optimization: null, track_opens: true, track_clicks: true, schedule_for: null, split_options: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems