Insert the funnel provider in your _app.js or whenever you want to use it.
import { Funnnel } from"funnnel";exportdefaultfunctionApp({ Component, pageProps }) {return <> <Funnnelwebsite="funnel.co"autoTracking={true} > //change with your website domain and auto tracking <Component {...pageProps} /> </Funnnel> </>}
When enabled, autoTracking allow funnnel to track every page view and parameters as key:values so you can analyze and create charts also from your visitors