Interface: RecommendationSet
Defined in: types.ts:1023
One page's worth of recommendations, plus the id that keys click reports.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
items | RecommendationItem[] | - | types.ts:1032 |
requestId | string | null | Keys the impressions logged for this call; trackClick() echoes it. null when no engine is configured or the engine was unreachable, in which case items is empty. | types.ts:1029 |
tookMs | number | Server-side engine time in milliseconds. | types.ts:1031 |