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

# Tracker Snippet

<Info>
  There are three paths to enriching charge data and making your transactions compelling evidence eligible:

  1. Implement the [Upload Orders](/api-reference/sync-data/upload-orders) endpoint with IP data included
  2. Use the [Track](/api-reference/sync-data/track) endpoint to upload IP data separately
  3. Integrate this JavaScript snippet for automatic IP capture on web
</Info>

This guide will help you implement the Chargeblast tracker snippet on your website.

## Quick Start

Add this snippet to your website's `<head>` section. Your `account_id` starts with "acct\_" and can be found under the [settings tab](https://app.chargeblast.com/settings) here.

```html theme={null}
<script defer 
src="https://cdn.cgb.la/v1/scripts.js" 
data-account="YOUR_ACCOUNT_ID" 
id="chargeblast-script">
</script>
```

Then make an API call somewhere to identify a user:

```javascript theme={null}
Chargeblast.identify("hello@chargeblast.com")
```

## Confirming It Worked

Once your code is live, you will see the widget is installed successfully. You can verify the installation under the [digital receipts tab](https://app.chargeblast.com/clarity)

<img src="https://mintcdn.com/chargeblast/ntrX-tzDCxYfNFkO/images/reference/tracker-snippet-ip-capture-verification.png?fit=max&auto=format&n=ntrX-tzDCxYfNFkO&q=85&s=d338f4bddbeccd2d903827cdc6f3ffdc" alt="" width="2660" height="1120" data-path="images/reference/tracker-snippet-ip-capture-verification.png" />
