Description

The loader is the common part of the integration tag. It goes inside the <head> tag of the page, and before the other snippets.

<script>
    window._trx = window._trx || [];
    window._trx.push({
        event: 'setAccount', account: '**API-KEY**', country: 'IT'
    });
</script>
<script src="https://static.transactionale.com/trx/v2/trx.js" async="true"></script>

Configuration

  1. Take the Api Key from the My Account -> Integration section of your Transactionale profile, and replace **API-KEY**.
  2. Type the ISO 2-letter code for the country you are working in inside the country attribute.