I have integrated client/server side tracking in website (custom integration I have written), but doesn’t show any tracking events data on Klaviyo Dashboard, Analytics, or Active on Site. Created a campaign, sent out an email, clicked a link from the email to the website and then logged into the website, added an item to cart and placed an order. Even the simple Identity event does not show. Could anyone advise me what I have missed?
Since you’re using a custom integration with Klaviyo, in order to record those various events such as add to cart, placed order, etc, you’ll need to set up a series of JavaScript Track API calls and server-side Track API depending on the event you’re trying to record. One thing I also noticed was that it doesn’t seem like your onsite/identify call is actually being setup correctly. For example, we suggest using the following JavaScript API to track people on your website:
// Replace "PUBLIC_API_KEY" with your real API key.
<scriptasynctype="text/javascript"src="//static.klaviyo.com/onsite/js/klaviyo.js?company_id=PUBLIC_API_KEY"
></script><script>var _learnq = _learnq || [];
_learnq.push(['identify', {
// Change the line below to dynamically print the user's email.'$email' : '{{ email }}'
}]);
</script>
Compared to the existing code you’re using, there seems to be some discrepancy - example being the missing type="text/javascript" portion - which you may want to review further and adjust. I would also suggest taking a look at some further resources we offer in our Developer Portal which includes our helpful guides and a list of our API endpoints. In the event you’re really stuck and need some hands on assistance, you can also always reach out to our expansive network of Klaviyo Partners which offer development assistance.
Since you’re using a custom integration with Klaviyo, in order to record those various events such as add to cart, placed order, etc, you’ll need to set up a series of JavaScript Track API calls and server-side Track API depending on the event you’re trying to record. One thing I also noticed was that it doesn’t seem like your onsite/identify call is actually being setup correctly. For example, we suggest using the following JavaScript API to track people on your website:
// Replace "PUBLIC_API_KEY" with your real API key.
<scriptasynctype="text/javascript"src="//static.klaviyo.com/onsite/js/klaviyo.js?company_id=PUBLIC_API_KEY"
></script><script>var _learnq = _learnq || [];
_learnq.push(['identify', {
// Change the line below to dynamically print the user's email.'$email' : '{{ email }}'
}]);
</script>
Compared to the existing code you’re using, there seems to be some discrepancy - example being the missing type="text/javascript" portion - which you may want to review further and adjust. I would also suggest taking a look at some further resources we offer in our Developer Portal which includes our helpful guides and a list of our API endpoints. In the event you’re really stuck and need some hands on assistance, you can also always reach out to our expansive network of Klaviyo Partners which offer development assistance.
By clicking “Accept All Cookies,” you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.
Privacy Preference Center
Your Privacy
Strictly Necessary Cookies
Performance Cookies
Functional Cookies
Targeting Cookies
Site Analytics
Your Privacy
When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
Privacy Notice
Strictly Necessary Cookies
Always Active
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
Performance Cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
Functional Cookies
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
Targeting Cookies
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Site Analytics
These cookies record your visit to our website, and are used to track your visit including information such as: web page interactions (clicks, hovers, focus, mouse movements, browsing, zooms and other interactions), referring web page/source through which you accessed the Sites, heatmaps and scrolls, screen resolution, ISP, and statistics associated with the interaction between device or browser and the Sites. If you are accessing our Services with a European IP address, you have been asked to consent to the use of these cookies (you are free to deny your consent).