Skip to content

Commit f762812

Browse files
authored
Merge pull request #1195 from segmentio/ios-android-timestamp
updated 'timestamp' field functionality in group calls
2 parents a064ea8 + 5282874 commit f762812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ The Group call has the following fields:
438438
</tr>
439439
<tr>
440440
<td>`options` _Options, optional_</td>
441-
<td>An `Options` object lets you set a [timestamp](/docs/connections/spec/common/#timestamps), [enable or disable destinations](#selecting-destinations), or [send additional context](/docs/connections/spec/common/#context).</td>
441+
<td>An `Options` object lets you [enable or disable destinations](#selecting-destinations), or [send additional context](/docs/connections/spec/common/#context).</td>
442442
</tr>
443443
</table>
444444

src/connections/spec/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ The `receivedAt` timestamp is most important as the sort key in our Warehouses p
392392

393393
The `timestamp` timestamp specifies when the datapoint occurred, corrected for client-device clock skew. This is the timestamp that is passed to downstream destinations and used for historical replays. It is important to use this timestamp for importing historical data to the API.
394394

395-
The `timestamp` field is settable from our server-side libs or if passing info directly to the HTTP endpoints.
395+
If you are using the Segment server Source libraries, or passing calls directly to the HTTP API endpoint, you can manually set the `timestamp` field. If you are using a Segment Source in device mode (including the mobile sources), the library generates `timestamp` and you cannot manually set one. (You might manually set or override a timestamp to import historical data to the Segment API).

0 commit comments

Comments
 (0)