Analytics
Woopra
Collect and forward analytics events to your Woopra tables, now at the edge.
Find it on GitHub: /edgee-cloud/woopra-component
Woopra lets you analyze and visualize the entire customer journey, from first marketing touch to product usage. Now you can use Woopra at the edge, without having to load the Woopra script on your website. This is a huge win for privacy and performance.
Event Mapping
Here’s how Edgee events map to Woopra events:
Edgee event | Woopra Event |
---|---|
Page | Track request with name = “pv” |
Track | Track request |
User | Identify request |
Getting Started
To add Woopra to your project:
- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/woopra
from the list of available components. - Enter the
Project name
associated with your Woopra project and click Save. - You can now start sending events to Woopra.
Component Name
When specifying the component in the Edgee Data Layer or using SDK methods, please use edgee/woopra
as the component name:
For more details on Woopra implementation, refer to the official HTTP Tracking API documentation.