# ✨ Minder Attribution - SDK Web ✨

The Minder Attribution Tool is a solution designed to analyze and attribute the impact of various marketing channels on the overall performance and success of marketing campaigns. It provides comprehensive insights into customer journeys, allowing for data-driven decision-making and optimization of marketing strategies.

## [ 👋 ] Getting Started

![Node Version](https://img.shields.io/badge/Node%20Version-%3E%3D%2016-brightgreen?style=for-the-badge)

To get started with using Minder Attribution Browser SDK, install the package to your project via npm, yarn or script loader.

Install with NPM

```bash
  npm install minder-att-web-sdk
```

Install with YARN

```bash
  yarn add minder-att-web-sdk
```

Install with script loader

```bash
  <script src="https://cdn.jsdelivr.net/npm//minder-att-web-sdk"></script>
```

## [🎯] Roadmap for MVP

- SDK's
  - ✅ Web
  - ⌛ React Native
- Visual Interface
  - ⌛ Customer Dashboard
- Handling with
  - ✅ Capturing UTM Attribution data;
  - ✅ Conversion events;
  - ✅ Anonymous & Identified users;
  - ✅ Merging users;
- Attribution Models
  - ✅ Last Touch


