Segment

HockeyStack's Segment integration is commonly used to ingest web activity data from web assets where the HockeyStack script is not installed.

Note that only the web analytics source is supported. Other data sources are currently not supported.

Setup

  • Add the endpoint "https://data.hockeystack.com/integrations/segment/<api key>/<api secret>/send" as a webhook destination in Segment.

What Is Tracked?

The integration tracks 3 primary events:

  • page

  • track

  • identify

These events are transformed to the HockeyStack format, which groups pages visited within maximum 10 minutes of each other as "sessions".

Note that since Segment does not record page durations and scroll depth, these will show up as 0 within HockeyStack.

Last updated