Functions

Getting Recommendations

async function $getRecommendations(recProps: IRecommendationProps) => IRecommendationResponse

Retrieves recommendations for a user from Obviyo endpoint

Reporting Product Interactions

async function $reportProductInteraction(interactionProps: IProductInteractionProps) => void

Call when user engages with a product (through viewing a pdp, adding to cart, purchasing, or clicking on a product in a recommendation widget).

Last updated

Was this helpful?