This feature is undergoing beta testing and will be available soon.
1
Ensure Gocertify.js is implemented site-wide
Ensure you have the Gocertify.js head script implemented site-wide (see integration guide).
2
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).
3
Track the conversion
In the post-checkout page (the “thank you” page) track the conversion by calling the Please note that the
conversion
function:conversion
orderId
, amount
and currency
are required fields. The discountCode
and productsQuantity
are optional.