Skip to content

Commit f6895f3

Browse files
authored
add external link
1 parent b9a4e96 commit f6895f3

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/posthog

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ analytics.track('user_signed_up', {
9696
})
9797
```
9898

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.
99+
## Adding custom session IDs
100+
Segment doesn't include a Session ID with events. This means that events don't have session properties and won't work with PostHog web analytics. As an alternative, you can provide your own `$session_id`. For more information on formatting the session ID, see [PostHog's custom session IDs](https://posthog.com/docs/data/sessions#custom-session-ids){:target="_blank"} documentation.

0 commit comments

Comments
 (0)