Skip to content

Commit 1d34809

Browse files
spencerattickmarkzegarellistayseesong
authored
Add additional info regarding timestamp fields (#4456)
* Add additional info regarding timestamp fields Added a note on Iterable's date field in our document on Iterable destination. Iterable has a specific date format that must be used to segment a field by date. Thus, Segment converts ISO strings to UTC before sending it to iterable. We have had tickets on this issue where a customer is confused as why the timestamp is getting converted to UTC despite sending the local time. * Apply suggestions from code review Co-authored-by: stayseesong <[email protected]> --------- Co-authored-by: markzegarelli <[email protected]> Co-authored-by: stayseesong <[email protected]>
1 parent b8de64b commit 1d34809

File tree

1 file changed

+3
-0
lines changed
  • src/connections/destinations/catalog/iterable

1 file changed

+3
-0
lines changed

src/connections/destinations/catalog/iterable/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ First `track` event with `userId` and `email`; user will be created
7070

7171
Subsequent `track` with `userId`
7272

73+
> info ""
74+
> If you send an ISO formatted date field in your events, Segment converts it into UTC to conform to standard Iterable format: `yyyy-MM-dd HH:mm:ss ZZ` (for example, `2023-02-05 20:42:10 +00:00`). Iterable has a specific date format that must be used to segment a field by date. Read more about Iterable date field [here](https://support.iterable.com/hc/en-us/articles/208183076-Data-Field-Types-in-Iterable#date){:target="_blank"}.
75+
7376
### Ecommerce
7477

7578
Iterable also supports Segment's [ecommerce events](/docs/connections/spec/ecommerce/v2/). This works just as you would expect, using the `track` method.

0 commit comments

Comments
 (0)