Skip to content

Commit 1dc212d

Browse files
author
Tom Mairs
authored
Merge pull request #211 from darrensmith223/patch-4
Update transmissions.py
2 parents 5163666 + c49a967 commit 1dc212d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sparkpost/transmissions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'campaign': 'campaign_id',
1919
'start_time': 'options/start_time',
2020
'track_opens': 'options/open_tracking',
21+
'track_initial_opens': 'options/initial_open',
2122
'track_clicks': 'options/click_tracking',
2223
'transactional': 'options/transactional',
2324
'use_sandbox': 'options/sandbox',
@@ -264,6 +265,8 @@ def send(self, **kwargs):
264265
'2015-02-11T08:00:00-04:00'.
265266
:param bool track_opens: Defaults to True. Used to track opens of
266267
transmission
268+
:param bool track_initial_opens: Used to track opens of
269+
transmission with top pixel
267270
:param bool track_clicks: Defaults to True. Used to track clicks of
268271
transmission
269272
:param bool use_sandbox: Flag must be set to use sandbox domain instead

0 commit comments

Comments
 (0)