Ensure Gocertify.js is implemented site-wide
Ensure you have the Gocertify.js head script implemented site-wide (see integration guide).
Start a Gocertify session
To initiate tracking you will need to start a Gocertify session. You can call this function multiple times for a single shopper, so it’s often easiest to call this function on
page-view.session
This snippet will generate a random (and anonymous) session id and store it in the browser’s session storage.
You might need consent from shoppers before calling this function (i.e. add to your cookie consent banner).