Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RecommendationImpressionType

Specifies the outcome of rendering a recommended item, passed to RecommendationService:LogImpressionEvent() to indicate whether the item was shown to the user.

Items 2

HistoryNameValueDescription
678View0

A complete view of the item.

693NotViewable1

The item has failed to render.

Description

RecommendationImpressionType is used as the impressionType argument to RecommendationService:LogImpressionEvent(). It tells the Roblox recommendation backend whether a given item was successfully rendered on the client (RecommendationImpressionType.View) or whether a rendering error prevented the user from seeing it (RecommendationImpressionType.NotViewable). The backend uses NotViewable as a negative signal when ranking future recommendations.

History 3

Settings