We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8560fa + 862154a commit 0029aedCopy full SHA for 0029aed
1 file changed
sparkpost/transmissions.py
@@ -18,7 +18,6 @@
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',
@@ -265,8 +264,6 @@ def send(self, **kwargs):
265
264
'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