A step-by-step guide to get Koala set up in under an hour.
<body>
tag
of your site.
That snippet loads the Koala SDK onto the page asynchronously, so it won’t
impact your page load speed.
It’ll look something this:
ko.identify()
calls in your app when users sign up or log in.
Server-side: API calls linking email to Koala profile ID for teams with performance or security constraints.
For detailed setup instructions and code examples, see our Contact Identity Setup Guide.
How do I to check that the pixel properly setup?
Inspect
.
You can then check these two things:console
tab and type ko.version
and hit enter. It should return the pixel integration version.Elements
(Chrome / Safari), Inspector
(Firefox) and search for cdn.getkoala.com
. It should match two <script>
tags.