# Hotel Zum Senner - SDK snippet https://www.zum-senner.tirol/ Add the following code towards the end of <body> section of your page. ```htmlmixed= <script> ;(function() { var script = document.createElement('script'); script.src = 'https://assets.dialogshift.com/code/pro10c0.js'; document.getElementsByTagName('head')[0].appendChild(script); })() </script> ``` As an alternative you can add the snippet via the GTM as described here: https://support.google.com/tagmanager/answer/6107167?hl=en Bitte stellen Sie auf der Webseite folgende HTML-Seite bereit und senden uns die URL zurück: ```htmlmixed= <!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <script src="https://web5.deskline.net/dwutility.js"></script> <script src="https://assets.dialogshift.com/code/feratelredirect-zumsenner.js" type="text/javascript"></script> </body> </html> ```