This demo application shows you how to add view, click, and conversion events to an existing application using React InstantSearch Hooks Branches:
main
-- demo application with all events capturedstep-zero-base
-- demo application without any events capturedstep-one-middleware
-- add insights middleware to application (capture view events)step-two-clicks
-- capture click events inhit
templatestep-three-convert
-- capture conversion events on card detail page
To run locally:
npm install
npm start