Skip to main content
All CollectionsTracking Implementation
FAQ on tracking implementation
FAQ on tracking implementation
Hanna Mattsson avatar
Written by Hanna Mattsson
Updated over a week ago

This article cover the most frequent questions related to finalising the tracking installation.
โ€‹

Question: The conversion tags are not triggered when I place an order?


The most common reason for this, is that the tracking script is not properly loaded after the conversion tags are fired. The script is triggered on all pages on the website, but must run after the conversion object on the check-out page:

<script type="text/javascript" defer="" src="https://conversion.klarnaservices.com/kc.js"></script>

Question: I get a 400 error when checkout script is fired?

This can be because the order_value is sent as an integer and not as a float.
This can also be because the click-id/cookie is a mock value instead of a real id from the database.

Did this answer your question?