
Event Mapping
Here’s how Edgee events map to Amplitude events:Edgee event | Amplitude Event |
---|---|
Page | [Amplitude] Page Viewed (and session_start/session_end if needed) |
Track | Name of the event |
User | identify |
When you make a
user
call, Edgee will send an identify
event to Amplitude.
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.Getting Started
To integrate Amplitude into your Edgee project:- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/amplitude
from the list of available components. - Enter your Amplitude
API Key
and click Save.
(Your API Key can be found in the Amplitude Dashboard under Settings > Organization Settings > Project Settings > General > API Keys) - Choose how Amplitude native cookies are handled. Turn them off completely, enable them always, or only enable them when user consent is granted.
- Once the component has been configured, you are ready to send analysis events to Amplitude.
Component Name
When configuring the component in your Edgee Data Layer or within SDK calls, useedgee/amplitude
as the component name: