INSTALLATION
To install Webyn with GTM, simply follow these steps.
01.
Open Google Tag Manager and select your account.
02.
Click on "Add a tag".
03.
In the Tag Configuration panel, choose Custom HTML and copy/paste your tag below ⬇️
<script>
var webynTag = document.createElement('script');
webynTag.src = 'https://files.webyn.ai/webyn.min.js?apiKey={{CLIENT_ID}}';
webynTag.async = 1;
document.getElementsByTagName('head')[0].appendChild(webynTag);
</script>
04.
Replace <YOUR_CLIENT_ID> with your client id.
05.
In the Triggering section, choose All Pages.
06.
Click the "Save" button in the top right corner.
07.
Click the "Save" button in the top right corner.
08.
Name the version as you wish, for example "Adding the Webyn tag" and confirm the tag by clicking the "Publish" button again in the top right corner.


