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

# VTEX Pixel

> Pixel implementation for VTEX stores

## Configuration

Copy and paste the following code into your site, just before the closing `</head>` tag or insert it into your Google Tag Manager:

```html theme={null}
<script src="https://secure.lomadee.com.br/vtex/pixel.js" async></script>
```

Then initialize the Pixel in the global window context:

```typescript theme={null}
window.lomadeePixel = new LomadeeVtexPixel();
```

<Tip>
  The VTEX Pixel already includes all necessary configurations for automatic
  order tracking. No additional setup is required beyond installing the pixel.
</Tip>

## Automatic Tracking

The VTEX Pixel offers automatic tracking for:

* Product views
* Add to cart events
* Checkout starts
* Completed orders

### VTEX Checkout Integration

The VTEX Pixel automatically integrates with:

* VTEX Checkout
* Shopping cart
* Product pages
* Category pages

## Support

For questions or issues:

1. Contact our [support team](https://suporte.lomadee.com)
