
Event Mapping
Here’s how Edgee events map to PostHog events:Edgee Event | PostHog Event | Description |
---|---|---|
Page | $pageview | pageview event with url as property |
Track | Your event name | A event with your custom event name |
User | $identify | Sets all the data for the user |
Getting Started
To integrate PostHog into your Edgee project:- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/posthog
from the list of available components. - Enter your PostHog Region, API Key and click Save.
- Once the component has been configured, you are ready to send analysis events to PostHog.
Component Name
When configuring the component in your Edgee Data Layer or within SDK calls, useedgee/posthog
as the component name: