Segment

Last updated:

|Edit this page

Send events to PostHog, via Segment.

Segment allows you to easily manage data and integrations with services across your Growth, Product, and Marketing stack. By tracking events and users via Segment’s API and libraries, you can send your product’s data to all of your analytics/marketing platforms, with minimal instrumentation code. They offer support for most platforms, including iOS, Android, JavaScript, Node.js, PHP, and more.

Requirements

This requires either PostHog Cloud, or a self-hosted PostHog instance running version 1.30.0 or later.

Not running 1.30.0? Find out how to update your self-hosted PostHog deployment!

You'll also need access to a Segment workspace.

Getting started

  1. In your Segment workspace, create a new project and enable PostHog as an integration. We are listed as a 'Destination' on Segment.
  2. Grab the PostHog API key from the 'Project Settings' page in PostHog.
  3. Use one of Segment's libraries to send events.
  4. See the events coming into PostHog.

Can PostHog with Segment do everything PostHog does by itself?

We are big fans of Segment, and many people in our team use it now or have used it in the past. However, it comes with some limitations for PostHog.

The Segment app gives you access to some things our browser JS library can do, but using Segment alone means you can't have autocapture, feature flags, session recording, heatmaps or the toolbar. Segment is also more easily blocked by ad-blockers.

To get around these limitations, you can install the PostHog snippet or posthog-js alongside your Segment integration. You can then use Segment for any custom events (for example segment.track('user sign up')), and posthog-js will automatically give you access to all the extra features.

FAQ

Where can I find out more?

Further information is available in Segment's integration catalog.

Who maintains this app?

This app is maintained by Segment. If you have issues with the app not functioning as intended, please let us know!

What if I have feedback on this app?

We love feature requests and feedback! Please tell us what you think! to tell us what you think.

What if my question isn't answered above?

We love answering questions. Ask us anything via our community forum, or drop us a message.

Questions?

Was this page useful?

Next article

Sentry

A two-way integration which works on Javascript & Python. Once installed, it will: Add a direct link in Sentry to the profile of the person affected in PostHog. Send an $exception event to PostHog with a direct link to Sentry. This way, debugging issues becomes a lot easier, and you can also correlate error data with your product metrics. Requirements This requires either PostHog Cloud, or a self-hosted PostHog instance running version 1.30.0 or later. Not running 1.30.0? Find out how to…

Read next article