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

# searchTerm

> Search query entered by the user.

Search query entered by the user.

```javascript theme={null}
window._upstack('track', 'search', {
  searchTerm: 'blue running shoes',
  content_ids: ['SKU-001', 'SKU-002', 'SKU-003']
});
```

| Type   | Required       | Events |
| ------ | -------------- | ------ |
| string | Yes for search | search |

## Related Properties

<CardGroup cols={2}>
  <Card title="content_ids" icon="list" href="/pixel/events/properties/content-ids">
    Product IDs from search results.
  </Card>
</CardGroup>
