---
name: RecommendationPreferenceTargetType
last_updated: 2026-06-24T18:42:20Z
type: enum
---

# RecommendationPreferenceTargetType

**Type:** enum

## Description

The kind of entity a preference signal targets when logged via
[LogPreferenceEvent](/docs/reference/engine/classes/RecommendationService.md).
Determines how the `targetId` parameter is interpreted.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `User` | 0 | The target is another Roblox user. The `targetId` is the user key. |
| `Universe` | 1 | The target is a universe. The `targetId` is the universe ID as a string. |
| `CustomTag` | 2 | The target is a custom content tag. The `targetId` is the tag string. |