-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# PostHog x Segment | ||
# PostHog's Segment destination | ||
|
||
This is the code of PostHog's integration with Segment. | ||
This is the code of PostHog's Segment destination. | ||
|
||
While more constrained than our own libraries, it allows you to send events to all your destinations with just one Segment library call. | ||
While more constrained than our own libraries, it enables us to receive events from Segment as a destination. | ||
|
||
Available in the Segment Catalog: https://segment.com/integrations/posthog/. | ||
You can find and install the destination via [Segment's integration page](https://segment.com/catalog/integrations/destination/posthog/). | ||
|
||
## Questions? | ||
|
||
### [Join our Slack community.](https://join.slack.com/t/posthogusers/shared_invite/enQtOTY0MzU5NjAwMDY3LTc2MWQ0OTZlNjhkODk3ZDI3NDVjMDE1YjgxY2I4ZjI4MzJhZmVmNjJkN2NmMGJmMzc2N2U3Yjc3ZjI5NGFlZDQ) | ||
You can learn more about setup and its capacities in [our Segment doc](https://posthog.com/docs/libraries/segment) and [their PostHog destination doc](https://segment.com/docs/connections/destinations/catalog/posthog/). | ||
|
||
We're here to help you with anything PostHog! | ||
## Questions? | ||
|
||
If you can't find the answer in [our docs](https://posthog.com/docs/libraries/segment), [ask a question](https://posthog.com/questions) in our community or [raise a support ticket [in-app](https://us.posthog.com/#panel=support. | ||
|
||
## Development | ||
|
||
See [Segment Spec](https://segment.com/docs/connections/spec/) for the source of the test data. | ||
Once changes are reviewed and merged, ping Tim who can contact Segment for the update. | ||
|
||
Once changes are reviewed and merged, ping Tim who can contact Segment for the update. |