We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5163666 + c49a967 commit 1dc212dCopy full SHA for 1dc212d
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,8 @@ 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
269
+ transmission with top pixel
270
:param bool track_clicks: Defaults to True. Used to track clicks of
271
272
:param bool use_sandbox: Flag must be set to use sandbox domain instead
0 commit comments