Version 2 is coming up
For the complete documentation index, see llms.txt. This page is also available as Markdown.

GTM pixel

Quick Start

Get up and running with Limy Analytics in few minutes. Track LLM and AI agent visits and users page views.Adding Limy.ai to your website

Installation

Add this script to the <head> section of your website:

<script>
(function(l,i,m,y,g,e,o){
    l[m] = l[m] || function () { 
        (l[m].q = l[m].q || []).push(arguments) 
    };
    e = i.createElement(y);
    e.async = 1;
    e.id = 'limy-analytics';
    e.src = "https://sdk.getlimy.ai/p/limy-analytics.min.js";
    e.setAttribute(m, g);
    o = i.getElementsByTagName(y)[0];
    o.parentNode.insertBefore(e, o);
})(window, document, "limy", "script", "YOUR_TOKEN_HERE");
</script>

Replace YOUR_TOKEN_HERE with your actual Limy Analytics token.

For any questions please contact answers@limy.ai .

Last updated