In general you will want to add your tracking script, which you can find on the Getting Started in your dashboard. Then you will want to add in the <head>
for best results.
It is also recommended to pass some user information to The Armadillo too. For best results pass in at least a user_id. For instance:
<script>
let armadilloDataLayer = {
user: {
'id' : '12345',
'name' : 'My User Name',
'email' : 'email@example.com',
'phone' : '555-555-5555',
},
}
</script>
<script async src="https://example.cannyarmadillo.com/a/canny-armadillo.js"></script>
It is also recommended to not load the script while you are user impersonating to not confuse The Armadillo as to who the user is.