Segment Connector

Last updated:

The Segment Connector app enables you to 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

Using the Segment Connector 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 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 about PostHog's Segment Connector 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.

Or, if you see the feedback widget enabled, use that!

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

Shopify Connector

The Shopify Connector for PostHog enables you to sync customer and order data from Shopify, into PostHog. This app will: Associate your Shopify customers with PostHog users Create a PostHog user from a Shopify customer if it doesn't exist Create events for every new order If there is an error while fetching orders, the next run of runEveryMinute() will try to re-read information from where it was previously interrupted. Requirements Using this app requires either PostHog Cloud, or a self…

Read next article