Collecting events

So that we can collect the events of your page, you need to implement a JavaScript code into your site.

This code is responsible for sending the information on your customer's checkout process to Konduto and is of paramount importance for its implementation, since the process of behavioral analysis adds considerable weight to our analyses and, with the help of this resource, we can monitor the accessed pages, the time spent on each session or product, the entire decision process of your customer's purchase, among other data.

How does it work?

The code works asynchronously in your website. That means it will be the last element to be loaded on your site.

For this reason, we have the assurance that it does not affect the performance of your site and it is invisible to your visitors, functioning similarly to that of Analytics. 

Our JavaScript was tested in different scenarios to ensure the results described above, so it is unnecessary to make any changes in its body, except substituting the example key for your key, as forwarded by the Konduto team.

You can add it anywhere after closing </body> on your site.

After including it, please contact our Support team to assist you in the next steps or with any questions that may arise.

<script type="text/javascript">
  var __kdt = __kdt || [];
__kdt.push({"public_key": "TEE973BEC88"}); // The public key identifies your store
  (function() {
           var kdt = document.createElement('script');
           kdt.id = 'kdtjs'; kdt.type = 'text/javascript';
           kdt.async = true;    kdt.src = 'https://i.k-analytix.com/k.js';
           var s = document.getElementsByTagName('body')[0];
           s.parentNode.insertBefore(kdt, s);
            })();
</script>