> ## Documentation Index
> Fetch the complete documentation index at: https://www.edgee.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Woopra

> Collect and forward analytics events to your Woopra tables, now at the edge.

<img src="https://mintcdn.com/edgee/enlt_qUyIUJ64Dg-/images/banners/woopra.png?fit=max&auto=format&n=enlt_qUyIUJ64Dg-&q=85&s=a28d6bde613d8d8f4410d006076e073c" className="rounded-lg" noZoom width="1312" height="334" data-path="images/banners/woopra.png" />

Find it on GitHub: [<Icon icon="github" iconType="solid" /> /edgee-ai/woopra-component](https://github.com/edgee-ai/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:**

1. Open the Edgee console and navigate to your project's Components.
2. Select "Add a component" and choose `edgee/woopra` from the list of available components.
3. Enter the `Project name` associated with your Woopra project and click Save.
4. 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:

```json theme={"dark"}
{
  "components": {
    "edgee/woopra": true
  }
}
```

For more details on Woopra implementation, refer to the
[official HTTP Tracking API documentation](https://docs.woopra.com/reference/intro-http-tracking).
