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

# Setting up event tracking

> Install Vero's tracking library to capture user actions and events in real time.

To send targeted campaigns based on customer behavior, you need to track events to Vero. There are several ways to get event data into your account depending on your setup.

## Integration options

<CardGroup>
  <Card title="JavaScript/TypeScript SDK" icon="js" href="/developer-docs/getting-started">
    The recommended way to track events from your website or front-end application.
  </Card>

  <Card title="REST API" icon="code" href="/api-reference/track/overview">
    Track events server-side from any language or platform that can make HTTP requests.
  </Card>

  <Card title="Community SDKs" icon="users" href="/developer-docs/community-sdks">
    Official and community-maintained libraries for Ruby, PHP, and more.
  </Card>
</CardGroup>

## Verify your setup

Once tracking is installed:

1. Trigger a test event on your website or via the API
2. Navigate to **Data > Events** in Vero
3. Confirm your event appears in the events list
4. Click on the event to view recent occurrences and properties
