Proudly built with love by UR Digital

Dashboard

Ingressy tracks traffic from all AI platforms like ChatGPT, Claude, Gemini, Perplexity, Copilot, Grok and more. If your site has received no traffic, it will be empty.

Dashboard filters

AI Traffic by Source

Click an AI platform to see which pages received traffic from selected LLM.

Top Pages

Click a page to see which AI platforms sent traffic to selected page.

Recent Visits

fetch("https://api.ingressy.com/sites") credentials: "include" .then(res => res.json()) .then(data => { if (!data.ok || !data.sites || !data.sites.length) { currentSiteEl.innerText = "No website connected"; return; } const site = data.sites[0]; currentSiteEl.innerText = `Viewing: ${site.domain}`; if (!siteId) { window.location.href = `/?siteId=${site.site_id}`; } });