I have installed the basic snippet that is provided by Customer.io and am now struggling to identify my users and track custom events like button clicks and page views. I was hoping someone here has had some experience with this and could offer me support?
Hey Matt,
are you using GTM? I would recommend you using it if it is already implemented. I assume you followed these instructions and created your custom events as described here?
What exactly is not working?
I have followed the instructions you linked and am receiving page view data however, I have tried adding _cio.identify to the checkout of our website and nothing comes across.
<script type="text/javascript">
_cio.identify({
id: document.getElementById('form-field-input-3208810e-3ba7-495a-8bb9-d3c567e2119f').value,
first_name: document.getElementById('form-field-input-f845502f-b248-4c86-c784-9a7e5111c9fb').value,
last_name: document.getElementById('form-field-input-d7a77011-2501-4b61-2141-5ba30e8a3b1e').value
})
</script>
Each element is the input for the customers information.
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.