export const sendOwlWebhookImg = '/docs/images/integrations/sendowl-webhook.webp'
export const headerBackground = '/docs/images/headers/header_background.webp'
export const bentoLogoImg = '/docs/images/logos/bento-text-logo.svg'
export const LogoImg = '/docs/images/logos/js-integration.svg'


# Bento Tracking Script Integration

<p />


## Overview

The Tracking Script Integration offers one core functionality:
- **Event Tracking**: Automatically track key browser events for your subscribers


## Requirements

1. An approved Bento account
2. Ability to install the script into your website
3. The Bento tracking script - for user tracking on the website

## Tracking Script Installation


  
**1. Open your source code**

  Edit the source code of the website you want to track.

  
**2. Copy the Tracking Script**

  Copy the Tracking Script. If it asks you to replace the `site_uuid` with your site uuid, do so from the Bento Teams screen.

  
**3. Paste the Tracking Script**

  Paste the Bento Tracking script into the source code of your website. Double check that it looks the same as what you copied from Bento. 

  
**4. Save the changes**

  Save your website changes and publish your changes if that is required.


<hr />

## How the connection works
When a user browses a site, you will see `$page` data appear in Bento. This interaction allows you to track and start
automations and flows based on those events and more.