File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 18
18
'campaign' : 'campaign_id' ,
19
19
'start_time' : 'options/start_time' ,
20
20
'track_opens' : 'options/open_tracking' ,
21
+ 'track_initial_opens' : 'options/initial_open' ,
21
22
'track_clicks' : 'options/click_tracking' ,
22
23
'transactional' : 'options/transactional' ,
23
24
'use_sandbox' : 'options/sandbox' ,
@@ -264,6 +265,8 @@ def send(self, **kwargs):
264
265
'2015-02-11T08:00:00-04:00'.
265
266
:param bool track_opens: Defaults to True. Used to track opens of
266
267
transmission
268
+ :param bool track_initial_opens: Used to track opens of
269
+ transmission with top pixel
267
270
:param bool track_clicks: Defaults to True. Used to track clicks of
268
271
transmission
269
272
:param bool use_sandbox: Flag must be set to use sandbox domain instead
You can’t perform that action at this time.
0 commit comments