Skip to main content

Prisjakt Conversion Tracking

Optimize your marketing strategy and drive sales with insightful data-driven decisions

Track your website's conversions

Track purchases on your website and view them in the Prisjakt Business Center.

Easy to install and use

Simply add a few lines of code to your website and you'll be up and running in no time.

Server-side tracking

Use the Click and Conversion API for server-side tracking for greater accuracy and control.

Getting started with 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>');
});
</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' });
info
For more information about how the PJ Pixel works, check out our documentation section.
tip
For customers located in New Zealand, please load the pixel from the following URL: https://cdn.pricespy.co.nz/libs/pjpixel/pjpixel.min.js