> ## 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.

# Eulerian

> The smart solution to enable you to quickly make the best marketing decisions while optimizing your technological costs.

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

Find it on GitHub: [<Icon icon="github" iconType="solid" /> /EulerianTechnologies/edgee-eulerian-analytics](https://github.com/EulerianTechnologies/edgee-eulerian-analytics)

Eulerian Analytics component allowing to integrate the [Eulerian Marketing Platform](https://www.eulerian.com/) through the Edgee platform :
100% privacy by design, data sovereignty, analytics, attribution, user segmentation & data activation.

## Event Mapping

Here's how Edgee events map to Eulerian events:

| Edgee event | Eulerian Event  |
| ----------- | --------------- |
| Page        | `page`          |
| Track       | Your event name |
| User        | `user`          |

<Note>
  When you make a `user` call, Edgee will send a `user` event to Eulerian.
  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.
</Note>

## Getting Started

**To integrate Eulerian into your Edgee project:**

1. Open the Edgee console and navigate to your project's Components.
2. Select "Add a component" and choose `eulerian-technologies/eulerian-analytics` from the list of available components.
3. Enter your your Eulerian `Tracking Domain Target`.
4. Enter a `Name of the website` and click Save.
5. Once the component has been configured, you are ready to send events to Eulerian.

## Component Name

When configuring the component in your **Edgee Data Layer** or within SDK calls, use `eulerian-technologies/eulerian-analytics` as the component name:

```json theme={"dark"}
{
  "components": {
    "eulerian-technologies/eulerian-analytics": true
  }
}
```

For more details on Eulerian implementation, refer to the
[official Eulerian documentation](https://www.eulerian.com/).
