File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Sources/IndiePitcherSwift Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,18 @@ public struct SendEmailToMailingList: Codable, Sendable {
323
323
324
324
/// Delay sending of this email until specified date.
325
325
public var delayUntilDate : Date ?
326
+
327
+ /// Whether to track email opens.
328
+ ///
329
+ /// Allow you to overwrite the project's global setting.
330
+ /// - Default: `nil`- Uses the project's global setting.
331
+ var trackEmailOpens : Bool ?
332
+
333
+ /// Whether to track email opens.
334
+ ///
335
+ /// Allow you to overwrite the project's global setting.
336
+ /// - Default: `nil`- Uses the project's global setting.
337
+ var trackEmailLinkClicks : Bool ?
326
338
}
327
339
328
340
/// Represents a mailing list contacts can subscribe to, such as `Monthly newsletter` or `Onboarding`.
You can’t perform that action at this time.
0 commit comments