recommendationToken property
Recommendation token included in the recommendation prediction response.
This field enables accurate attribution of recommendation model
performance. This token enables us to accurately attribute page view or
purchase back to the event and the particular predict response containing
this clicked/purchased item. If user clicks on product K in the
recommendation results, pass the PredictResponse.recommendationToken
property as a url parameter to product K's page. When recording events on
product K's page, log the PredictResponse.recommendation_token to this
field. Optional, but highly encouraged for user events that are the result
of a recommendation prediction query.
Optional.
Implementation
core.String? recommendationToken;