Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 75 | <h1><a href="fitness_v1.html">Fitness API</a> . <a href="fitness_v1.users.html">users</a> . <a href="fitness_v1.users.sessions.html">sessions</a></h1> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 78 | <code><a href="#delete">delete(userId, sessionId, currentTimeMillis=None, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 79 | <p class="firstline">Deletes a session specified by the given session ID.</p> |
| 80 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 81 | <code><a href="#list">list(userId, includeDeleted=None, startTime=None, activityType=None, pageToken=None, endTime=None, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 82 | <p class="firstline">Lists sessions previously created.</p> |
| 83 | <p class="toc_element"> |
| 84 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 85 | <p class="firstline">Retrieves the next page of results.</p> |
| 86 | <p class="toc_element"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 87 | <code><a href="#update">update(userId, sessionId, body=None, currentTimeMillis=None, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 88 | <p class="firstline">Updates or insert a given session.</p> |
| 89 | <h3>Method Details</h3> |
| 90 | <div class="method"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 91 | <code class="details" id="delete">delete(userId, sessionId, currentTimeMillis=None, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 92 | <pre>Deletes a session specified by the given session ID. |
| 93 | |
| 94 | Args: |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 95 | userId: string, Delete a session for the person identified. Use <code>me</code> to indicate |
| 96 | the authenticated user. Only <code>me</code> is supported at this time. (required) |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 97 | sessionId: string, The ID of the session to be deleted. (required) |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 98 | currentTimeMillis: string, The client's current time in milliseconds since epoch. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 99 | x__xgafv: string, V1 error format. |
| 100 | Allowed values |
| 101 | 1 - v1 error format |
| 102 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 103 | </pre> |
| 104 | </div> |
| 105 | |
| 106 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 107 | <code class="details" id="list">list(userId, includeDeleted=None, startTime=None, activityType=None, pageToken=None, endTime=None, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 108 | <pre>Lists sessions previously created. |
| 109 | |
| 110 | Args: |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 111 | userId: string, List sessions for the person identified. Use <code>me</code> to indicate |
| 112 | the authenticated user. Only <code>me</code> is supported at this time. (required) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 113 | includeDeleted: boolean, If true, and if both <var>startTime</var> and <var>endTime</var> are |
| 114 | omitted, session deletions will be returned. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 115 | startTime: string, An <a href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339</a> timestamp. |
| 116 | Only sessions ending between the start and end times will be included in |
| 117 | the response. If this time is omitted but <var>endTime</var> is specified, |
| 118 | all sessions from the start of time up to <var>endTime</var> will be |
| 119 | returned. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 120 | activityType: integer, If non-empty, only sessions with these activity types should be returned. (repeated) |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 121 | pageToken: string, The continuation token, which is used for incremental syncing. |
| 122 | To get the next batch of changes, set this parameter to the value of |
| 123 | <code>nextPageToken</code> from the previous response. The page token is |
| 124 | ignored if either start or end time is specified. If none of start time, |
| 125 | end time, and the page token is specified, sessions modified in the last |
| 126 | 30 days are returned. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 127 | endTime: string, An <a href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339</a> timestamp. |
| 128 | Only sessions ending between the start and end times will be included in |
| 129 | the response. If this time is omitted but <var>startTime</var> is |
| 130 | specified, all sessions from <var>startTime</var> to the end of time will |
| 131 | be returned. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 132 | x__xgafv: string, V1 error format. |
| 133 | Allowed values |
| 134 | 1 - v1 error format |
| 135 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 136 | |
| 137 | Returns: |
| 138 | An object of the form: |
| 139 | |
| 140 | { |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 141 | "deletedSession": [ # If <code>includeDeleted</code> is set to true in the request, and |
| 142 | # <var>startTime</var> and <var>endTime</var> are omitted, this will include |
| 143 | # sessions which were deleted since the last sync. |
| 144 | { # Sessions contain metadata, such as a user-friendly name and time interval |
| 145 | # information. |
| 146 | "id": "A String", # A client-generated identifier that is unique across all sessions owned by |
| 147 | # this particular user. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 148 | "activityType": 42, # The type of activity this session represents. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 149 | "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 150 | "description": "A String", # A description for this session. |
| 151 | "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive. |
| 152 | "name": "A String", # A human readable name of the session. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 153 | "application": { # The application that created the session. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 154 | "packageName": "A String", # Package name for this application. This is used as a unique |
| 155 | # identifier when created by Android applications, but cannot be specified |
| 156 | # by REST clients. REST clients will have their developer project number |
| 157 | # reflected into the Data Source data stream IDs, instead of the packageName. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 158 | "detailsUrl": "A String", # An optional URI that can be used to link back to the application. |
| 159 | "version": "A String", # Version of the application. You should update this field whenever the |
| 160 | # application changes in a way that affects the computation of the data. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 161 | "name": "A String", # The name of this application. This is required for REST clients, but we |
| 162 | # do not enforce uniqueness of this name. It is provided as a matter of |
| 163 | # convenience for other developers who would like to identify which REST |
| 164 | # created an Application or Data Source. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 165 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 166 | "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define |
| 167 | # the full session time, the active time can be shorter and specified by |
| 168 | # active_time_millis. |
| 169 | # If the inactive time during the session is known, it should also be |
| 170 | # inserted via a com.google.activity.segment data point with a STILL |
| 171 | # activity value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 172 | "modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 173 | }, |
| 174 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 175 | "nextPageToken": "A String", # The sync token which is used to sync further changes. This will only be |
| 176 | # provided if both <var>startTime</var> and <var>endTime</var> are omitted |
| 177 | # from the request. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 178 | "session": [ # Sessions with an end time that is between <var>startTime</var> and |
| 179 | # <var>endTime</var> of the request. |
| 180 | { # Sessions contain metadata, such as a user-friendly name and time interval |
| 181 | # information. |
| 182 | "id": "A String", # A client-generated identifier that is unique across all sessions owned by |
| 183 | # this particular user. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 184 | "activityType": 42, # The type of activity this session represents. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 185 | "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 186 | "description": "A String", # A description for this session. |
| 187 | "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive. |
| 188 | "name": "A String", # A human readable name of the session. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 189 | "application": { # The application that created the session. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 190 | "packageName": "A String", # Package name for this application. This is used as a unique |
| 191 | # identifier when created by Android applications, but cannot be specified |
| 192 | # by REST clients. REST clients will have their developer project number |
| 193 | # reflected into the Data Source data stream IDs, instead of the packageName. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 194 | "detailsUrl": "A String", # An optional URI that can be used to link back to the application. |
| 195 | "version": "A String", # Version of the application. You should update this field whenever the |
| 196 | # application changes in a way that affects the computation of the data. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 197 | "name": "A String", # The name of this application. This is required for REST clients, but we |
| 198 | # do not enforce uniqueness of this name. It is provided as a matter of |
| 199 | # convenience for other developers who would like to identify which REST |
| 200 | # created an Application or Data Source. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 201 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 202 | "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define |
| 203 | # the full session time, the active time can be shorter and specified by |
| 204 | # active_time_millis. |
| 205 | # If the inactive time during the session is known, it should also be |
| 206 | # inserted via a com.google.activity.segment data point with a STILL |
| 207 | # activity value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 208 | "modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 209 | }, |
| 210 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 211 | "hasMoreData": True or False, # Flag to indicate server has more data to transfer. |
| 212 | # DO NOT USE THIS FIELD. It is never populated in responses from the server. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 213 | }</pre> |
| 214 | </div> |
| 215 | |
| 216 | <div class="method"> |
| 217 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 218 | <pre>Retrieves the next page of results. |
| 219 | |
| 220 | Args: |
| 221 | previous_request: The request for the previous page. (required) |
| 222 | previous_response: The response from the request for the previous page. (required) |
| 223 | |
| 224 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 225 | A request object that you can call 'execute()' on to request the next |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 226 | page. Returns None if there are no more items in the collection. |
| 227 | </pre> |
| 228 | </div> |
| 229 | |
| 230 | <div class="method"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 231 | <code class="details" id="update">update(userId, sessionId, body=None, currentTimeMillis=None, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 232 | <pre>Updates or insert a given session. |
| 233 | |
| 234 | Args: |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 235 | userId: string, Create sessions for the person identified. Use <code>me</code> to indicate |
| 236 | the authenticated user. Only <code>me</code> is supported at this time. (required) |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 237 | sessionId: string, The ID of the session to be created. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 238 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 239 | The object takes the form of: |
| 240 | |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 241 | { # Sessions contain metadata, such as a user-friendly name and time interval |
| 242 | # information. |
| 243 | "id": "A String", # A client-generated identifier that is unique across all sessions owned by |
| 244 | # this particular user. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 245 | "activityType": 42, # The type of activity this session represents. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 246 | "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 247 | "description": "A String", # A description for this session. |
| 248 | "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive. |
| 249 | "name": "A String", # A human readable name of the session. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 250 | "application": { # The application that created the session. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 251 | "packageName": "A String", # Package name for this application. This is used as a unique |
| 252 | # identifier when created by Android applications, but cannot be specified |
| 253 | # by REST clients. REST clients will have their developer project number |
| 254 | # reflected into the Data Source data stream IDs, instead of the packageName. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 255 | "detailsUrl": "A String", # An optional URI that can be used to link back to the application. |
| 256 | "version": "A String", # Version of the application. You should update this field whenever the |
| 257 | # application changes in a way that affects the computation of the data. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 258 | "name": "A String", # The name of this application. This is required for REST clients, but we |
| 259 | # do not enforce uniqueness of this name. It is provided as a matter of |
| 260 | # convenience for other developers who would like to identify which REST |
| 261 | # created an Application or Data Source. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 262 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 263 | "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define |
| 264 | # the full session time, the active time can be shorter and specified by |
| 265 | # active_time_millis. |
| 266 | # If the inactive time during the session is known, it should also be |
| 267 | # inserted via a com.google.activity.segment data point with a STILL |
| 268 | # activity value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 269 | "modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 270 | } |
| 271 | |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 272 | currentTimeMillis: string, The client's current time in milliseconds since epoch. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 273 | x__xgafv: string, V1 error format. |
| 274 | Allowed values |
| 275 | 1 - v1 error format |
| 276 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 277 | |
| 278 | Returns: |
| 279 | An object of the form: |
| 280 | |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 281 | { # Sessions contain metadata, such as a user-friendly name and time interval |
| 282 | # information. |
| 283 | "id": "A String", # A client-generated identifier that is unique across all sessions owned by |
| 284 | # this particular user. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 285 | "activityType": 42, # The type of activity this session represents. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 286 | "endTimeMillis": "A String", # An end time, in milliseconds since epoch, inclusive. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 287 | "description": "A String", # A description for this session. |
| 288 | "startTimeMillis": "A String", # A start time, in milliseconds since epoch, inclusive. |
| 289 | "name": "A String", # A human readable name of the session. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 290 | "application": { # The application that created the session. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 291 | "packageName": "A String", # Package name for this application. This is used as a unique |
| 292 | # identifier when created by Android applications, but cannot be specified |
| 293 | # by REST clients. REST clients will have their developer project number |
| 294 | # reflected into the Data Source data stream IDs, instead of the packageName. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 295 | "detailsUrl": "A String", # An optional URI that can be used to link back to the application. |
| 296 | "version": "A String", # Version of the application. You should update this field whenever the |
| 297 | # application changes in a way that affects the computation of the data. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 298 | "name": "A String", # The name of this application. This is required for REST clients, but we |
| 299 | # do not enforce uniqueness of this name. It is provided as a matter of |
| 300 | # convenience for other developers who would like to identify which REST |
| 301 | # created an Application or Data Source. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 302 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 303 | "activeTimeMillis": "A String", # Session active time. While start_time_millis and end_time_millis define |
| 304 | # the full session time, the active time can be shorter and specified by |
| 305 | # active_time_millis. |
| 306 | # If the inactive time during the session is known, it should also be |
| 307 | # inserted via a com.google.activity.segment data point with a STILL |
| 308 | # activity value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 309 | "modifiedTimeMillis": "A String", # A timestamp that indicates when the session was last modified. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 310 | }</pre> |
| 311 | </div> |
| 312 | |
| 313 | </body></html> |