Segment is a customer data platform (CDP) that helps you collect, clean, and activate your customer data, now at the edge.
Find it on GitHub: /edgee-cloud/segment-component
Segment’s powerful customer data platform is now fully integrable with Edgee, allowing you to centralize your data collection and analytics seamlessly at the edge. This component eliminates the need to embed Segment’s script directly on your website, significantly improving site performance and adhering to strict privacy standards.
Here’s how Edgee events map to Segment events:
Edgee event | Segment Event |
---|---|
Page | page |
Track | track |
User | identify |
When you make a user
call, Edgee will send an identify
event to Segment.
Additionally, the user’s data (user_id, anonymous_id, and properties) are stored on the device,
enabling proper attribution for subsequent page views and events.
To integrate Segment with your project on Edgee:
HTTP API
source.Write Key
from the Segment dashboard. edgee/segment
from the list of available components.Write Key
and click Save.When configuring your Edgee Data Layer or making SDK calls, use edgee/segment
as the component name:
For more details on Segment implementation, refer to the official Segment documentation.