# trackEvent

**Kind:** Function

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/lib/analytics.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/lib/analytics.ts#L122)

Track a custom event.

## Signature

```ts
function trackEvent(name: string, properties: Record<string, string>)
```

## Parameters

| Name | Type |
|---|---|
| `name` | `string` |
| `properties` | `Record<string, string>` |
