You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/posthog/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,18 @@ id: 5ece242d61055a0b1bb2e103
5
5
---
6
6
[PostHog](https://posthog.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is an open-source suite of product and data tools including product analytics, session replays, feature flags, A/B testing, surveys, and more.
7
7
8
-
You can find out more about the destination in their [Segment documentation](https://posthog.com/docs/libraries/segment){:target="_blank"}.
8
+
You can find out more about the destination in [PostHog's Segment documentation](https://posthog.com/docs/libraries/segment){:target="_blank"}.
9
9
10
10
This destination is maintained by PostHog. For any issues with the destination, ask a question in the [PostHog community](https://posthog.com/questions){:target="_blank"} or [contact the PostHog support team in-app](https://us.posthog.com/#panel=support).
11
11
12
-
## Getting Started
12
+
## Getting started
13
13
14
14
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
15
15
2. Search for "PostHog" in the Destinations Catalog, and select the PostHog destination.
16
16
3. Choose which Source should send data to the PostHog destination.
17
17
4. Go to your [PostHog project settings](https://us.posthog.com/settings/project#variables){:target="_blank"}, and copy the **project API key**.
18
18
5. Enter the project API Key that you copied in the PostHog destination settings in Segment.
19
-
6. Enter your PostHog instance address **without any trailing slash**, for example:
19
+
6. Enter your PostHog instance address *without any trailing slash*, for example:
20
20
-`https://us.i.posthog.com` if you use PostHog US Cloud
21
21
-`https://eu.i.posthog.com` if you use PostHog EU Cloud
22
22
- Your self-hosted URL if you self-host
@@ -74,7 +74,7 @@ If you aren't familiar with the Segment Spec, take a look at the [Alias method d
74
74
analytics.alias('507f191e81')
75
75
```
76
76
77
-
Segment sends Alias calls to PostHog as an`$create_alias` event.
77
+
Segment sends Alias calls to PostHog as a`$create_alias` event.
Segment sends Group calls to PostHog as an`$groupidentify` event. This creates or updates a group with the group type `segment_group` in PostHog. To create or update a group with a different group type, call `track` with a `$group` property.
91
+
Segment sends Group calls to PostHog as a`$groupidentify` event. This creates or updates a group with the group type `segment_group` in PostHog. To create or update a group with a different group type, call `track` with a `$group` property.
0 commit comments