We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9d128 commit 427dd90Copy full SHA for 427dd90
1 file changed
sparkpost/transmissions.py
@@ -18,6 +18,7 @@
18
'campaign': 'campaign_id',
19
'start_time': 'options/start_time',
20
'track_opens': 'options/open_tracking',
21
+ 'track_initial_opens': 'options/initial_open',
22
'track_clicks': 'options/click_tracking',
23
'transactional': 'options/transactional',
24
'use_sandbox': 'options/sandbox',
@@ -264,6 +265,7 @@ def send(self, **kwargs):
264
265
'2015-02-11T08:00:00-04:00'.
266
:param bool track_opens: Defaults to True. Used to track opens of
267
transmission
268
+ :param bool track_initial_opens: Used to track opens of transmission with top pixel
269
:param bool track_clicks: Defaults to True. Used to track clicks of
270
271
:param bool use_sandbox: Flag must be set to use sandbox domain instead
0 commit comments