Skip to main content

Integrating PJ Pixel

Add the following script tag on every landing, product and checkout page. Replace <YOUR PIXEL ID> with your pixel ID.

<head>
<script async src="https://cdn.pji.nu/libs/pjpixel/pjpixel.min.js"></script>
<script>
window.addEventListener('load', function () {
pjpixel.init('<YOUR PIXEL ID>', { clientId: '<YOUR CLIENT ID>' });
});
</script>
</head>

After adding the above script to your web pages, you can start tracking purchase events, enabling you to monitor and measure your conversions in the Prisjakt Business Center.

{`pjpixel.track('purchase', { amount: 3990, currency: 'SEK' }, { eventId: '2jclyrr-kgvz82' });`}
tip

For customers located in New Zealand, please load the pixel from the URL

https://cdn.pricespy.co.nz/libs/pjpixel/pjpixel.min.js