# React

> How to add the Dub Analytics script to your React website

import DubAnalyticsInstall from "/snippets/dub-analytics-install.mdx";
import DubAnalyticsParams from "/snippets/dub-analytics-params-react.mdx";
import DubClientInstallVerify from "/snippets/dub-client-install-verify.mdx";

With Dub Analytics, you can track lead and sale conversions on your website, enabling you to measure the effectiveness of your marketing campaigns.

## Quickstart

This quick start guide will show you how to get started with Dub Analytics on your website.

<DubAnalyticsInstall />

<DubClientInstallVerify />

## Concepts

You can pass the following props to the `<Analytics />` component to customize its behavior:

<DubAnalyticsParams />
