General
Integrations
How to
Configuration
APIBeta
Automatic collection of page view events
By default our analytics script collects a page view event once the page has loaded.
If you want more control over when page view events are triggered, you can turn auto-track off by setting the autoTrack: false
option.
For example:
panelbear('config', { autoTrack: false });
You can send page view events manually regardless of this setting.
panelbear('trackPageview');