@@ -122,14 +122,14 @@ def __init__(self, request_id=None, timestamp=None, delivered=None,
122
122
:param str request_id: Request ID.
123
123
:param int timestamp: UNIX timestamp for message delivery time.
124
124
:param int delivered: Number of messages delivered. This property shows values
125
- of less than 20.
125
+ of less than 20.
126
126
:param int unique_impression: Number of people who opened the message,
127
- meaning they displayed at least 1 bubble.
127
+ meaning they displayed at least 1 bubble.
128
128
:param int unique_click: Number of people who opened any URL in the message.
129
129
:param int unique_media_played: Number of people who started playing any video
130
- or audio in the message.
130
+ or audio in the message.
131
131
:param int unique_media_played_100_percent: Number of people who played the entirety of
132
- any video or audio in the message.
132
+ any video or audio in the message.
133
133
"""
134
134
super (MessageStatistics , self ).__init__ (** kwargs )
135
135
@@ -157,23 +157,23 @@ def __init__(self, seq=None, impression=None, media_played=None,
157
157
:param int impression: Number of times the bubble was displayed.
158
158
:param int media_played: Number of times audio or video in the bubble started playing.
159
159
:param int media_played_25_percent: Number of times audio or video
160
- in the bubble was played from start to 25%.
160
+ in the bubble was played from start to 25%.
161
161
:param int media_played_50_percent: Number of times audio or video
162
- in the bubble was played from start to 50%.
162
+ in the bubble was played from start to 50%.
163
163
:param int media_played_75_percent: Number of times audio or video
164
- in the bubble was played from start to 75%.
164
+ in the bubble was played from start to 75%.
165
165
:param int media_played_100_percent: Number of times audio or video
166
- in the bubble was played in its entirety.
166
+ in the bubble was played in its entirety.
167
167
:param int unique_media_played: Number of people that started playing
168
- audio or video in the bubble.
168
+ audio or video in the bubble.
169
169
:param int unique_media_played_25_percent: Number of people that played
170
- audio or video in the bubble from start to 25%.
170
+ audio or video in the bubble from start to 25%.
171
171
:param int unique_media_played_50_percent: Number of people that played
172
- audio or video in the bubble from start to 50%.
172
+ audio or video in the bubble from start to 50%.
173
173
:param int unique_media_played_75_percent: Number of people that played
174
- audio or video in the bubble from start to 75%.
174
+ audio or video in the bubble from start to 75%.
175
175
:param int unique_media_played_100_percent: Number of people that played
176
- audio or video in the bubble in its entirety.
176
+ audio or video in the bubble in its entirety.
177
177
"""
178
178
super (MessageInsight , self ).__init__ (** kwargs )
179
179
@@ -203,7 +203,7 @@ def __init__(self, seq=None, url=None, click=None, unique_click=None,
203
203
:param int click: Number of times the URL was opened.
204
204
:param int unique_click: Number of people that opened the URL.
205
205
:param int unique_click_of_request: Number of people who opened this url
206
- through any link in the message.
206
+ through any link in the message.
207
207
"""
208
208
super (ClickInsight , self ).__init__ (** kwargs )
209
209
0 commit comments