How to enable data collection?
After creating your project and adding the Edgee SDK to your website, Edgee will start capturing all the analytics events at the edge. First, enable the analytics component for your project by visiting the Components panel on your project page, and click Add a Component. Then select one of the available components and configure it.
Go to your project > Components, then add your first component.
How does it work?
Edgee intercepts the HTTP responses from your backend, and triggers the analytics events directly at the edge, without having to wait for the client to execute any code.
page
events (pageview) at the edge.
In the next section we’ll see how to manage the page
event, and how to manually trigger other events using Edgee SDK.