# ghotel group - SDK snippet
Add the following code towards the end of <body> section of your page.
As an alternative you can add the snippet via the GTM as described here:
https://support.google.com/tagmanager/answer/6107167?hl=en
```html=
<script>
;(function() {
var script = document.createElement('script');
script.src = 'https://assets.dialogshift.com/code/unified-ghotel.js';
document.getElementsByTagName('head')[0].appendChild(script);
})()
</script>
```