Access.js
script is to display paywalls. That's
where Audit.js
comes to the rescue: it will allow you to track more interactions
with your site like sessions, visits, that are not in the
scope of Access.js
.Audit.js
to your site is only a few lines of code:Audit.js
will send a page-view event to your
dashboard. Access.js
will automatically detect the Audit.js
script and wait for
the page-view event to be done before going further with displaying the paywall.
This is done to ensure Audit.js
and Access.js
base their actions against the same
cookie/visitor. In order to avoid waiting for Audit.js
and display the paywall
directly, please see Access.js
skip_audit_loader
configuration option.