Skip to main content

Interface: RecommendationSet

Defined in: types.ts:1023

One page's worth of recommendations, plus the id that keys click reports.

Properties

PropertyTypeDescriptionDefined in
itemsRecommendationItem[]-types.ts:1032
requestIdstring | nullKeys 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
tookMsnumberServer-side engine time in milliseconds.types.ts:1031