Skip to content

Commit 01bf0e9

Browse files
committed
add open and link tracking to send email to list
1 parent 8809af3 commit 01bf0e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Sources/IndiePitcherSwift/dtos.swift

+12
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,18 @@ public struct SendEmailToMailingList: Codable, Sendable {
323323

324324
/// Delay sending of this email until specified date.
325325
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?
326338
}
327339

328340
/// Represents a mailing list contacts can subscribe to, such as `Monthly newsletter` or `Onboarding`.

0 commit comments

Comments
 (0)