Installation of the widget on the website
Install AskVio from the Installation section. You can deploy with custom code or via a tag manager.
Method 1: Direct code embed
<script src="https://askvio.web.app/widget.js" async></script>
<script>
window.AskVioWidget.init({ clientId: "YOUR_CLIENT_ID" });
</script>
Place this code before the closing </body> tag on all pages where you want the assistant.
Method 2: Google Tag Manager
- Create a new Custom HTML tag in GTM.
- Paste the same snippet.
- Trigger on all pages (or selected routes).
- Publish the GTM container and validate.
