Build better products by turning your user data into meaningful insights, using Amplitude’s digital analytics platform, now at the edge.
Find it on GitHub: /edgee-cloud/amplitude-component
Amplitude, a comprehensive product analytics platform, is seamlessly integrated with Edgee, allowing you to leverage its robust analytics capabilities directly from the edge. This component bypasses the need for embedding Amplitude’s SDK directly into your site, offering significant improvements in privacy and website performance.
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.
To integrate Amplitude into your Edgee project:
edgee/amplitude
from the list of available components.API Key
and click Save. When configuring the component in your Edgee Data Layer or within SDK calls, use edgee/amplitude
as the component name:
For more details on Amplitude implementation, refer to the official Amplitude documentation.