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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: PostHog Destination
3
3
rewrite: true
4
4
id: 5ece242d61055a0b1bb2e103
5
5
---
6
-
[PostHog](https://posthog.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is self-hosted, open-source analytics product. Get the same powerful features as other product analytics software but keep full control over your data.
6
+
[PostHog](https://posthog.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is a self-hosted, open-source analytics product. Get the same powerful features as other product analytics software but keep full control over your data.
7
7
8
-
This destination is maintained by PostHog. For any issues with the destination, [contact the PostHog Support team](mailto:[email protected]).
8
+
This destination is maintained by PostHog. For any issues with the destination, check out the [PostHog users slack](https://posthog.com/slack){:target="_blank"} or [contact the PostHog Support team](mailto:[email protected]).
9
9
10
10
## Getting Started
11
11
@@ -14,11 +14,12 @@ This destination is maintained by PostHog. For any issues with the destination,
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
-
4. Go to your [PostHog set up page](https://app.posthog.com/setup), and find and copy the **API key**.
17
+
4. Go to your [PostHog set up page](https://app.posthog.com/setup){:target="_blank"}, and copy the **API key**.
18
18
5. Enter the PostHog API Key that you copied in the PostHog destination settings in Segment.
19
-
20
-
> note ""
21
-
> **Note**: If you're hosting your own PostHog instance, add the URL of your instance without the trailing slash in the **PostHog instance** setting. For example, `https://posthog-example.herokuapp.com`
19
+
6. Enter your PostHog instance URL as the address to your instance **without any trailing slash**, for example:
20
+
-`https://app.posthog.com` if you use PostHog Cloud US
21
+
-`https://eu.posthog.com` if you use PostHog Cloud EU
22
+
-`https://posthog-example.herokuapp.com` if you self-host on Heroku
0 commit comments