---
title: Track
description: Learn about the methods for tracking user activity.
url: https://docs.tealium.com/platforms/ruby/track/
---

## Track Events

The [`track()`](https://docs.tealium.com/platforms/ruby/api/#track) method tracks events, as shown in the following example:

```ruby
teal.track("EVENT_NAME", {:key => "value"})
```
