Comment on page
➡
Page Views
Instrumenting Page View lets you visualize user flows and sessions within the Spindl App. These are optional, but give you more insight into user journeys and sources of traffic.
Spindl supports two modes for Page View tracking:
You can initialize this once in the app, and Spindl will log Page View events automatically:
spindl.enableAutoPageViews();
You can call this method manually on every page load.
spindl.pageView();
Last modified 2mo ago