This section helps you connect your store with PersonaClick. It is critical for further set up.
This page cover the following:
Insert JS-code Snippet
Insert this JS-code snippet into the <head>
section of all public HTML pages of your website:
<script> (function(r){window.personaclick=window.personaclick||function(){(personaclick.q=personaclick.q||[]).push(arguments)};var s=document.getElementsByTagName(r)[0],rs=document.createElement(r);rs.async=1;rs.src='//cdn.personaclick.com/v3.js';s.parentNode.insertBefore(rs,s);})('script'); // Init everything personaclick('init', '%YOUR_STORE_KEY%'); </script>
IMPORTANT
In this code, replace the STORE_KEY placeholder with the Store Key value of your online store. You can always find your Store Key in your personal account on personaclick.com (Dashboard > Settings > Store Settings).