Skip to content

Commit b9a4e96

Browse files
authored
Add requirements about session IDs to segment docs
1 parent 93a90c6 commit b9a4e96

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,6 @@ analytics.track('user_signed_up', {
9595
$groups: { company: 'Initech' }
9696
})
9797
```
98+
99+
## Session Ids
100+
Segment does not include a Session ID with events. This means that events will not have session properties, and will not work with Posthog web analytics. You can fix this by providing your own `$session_id`, see https://posthog.com/docs/data/sessions#custom-session-ids for more details on the required format.

0 commit comments

Comments
 (0)