Track when AI services like ChatGPT, Claude, and Perplexity access your content.
Your Site ID: YOUR_SITE_ID
This method works best with AI bots that only fetch HTML content:
Cast the widest net possible with multiple tracking methods:
Note: This method is less effective for AI bots, but useful for tracking human visitors:
Add the recommended code to your theme's header.php
and footer.php
files, or use a plugin like "Insert Headers and Footers"
// In your _app.js or layout component import Head from 'next/head' <Head> <link rel="icon" href="https://cdn.senso.ai/favicon.ico?s=YOUR_SITE_ID" type="image/x-icon" /> </Head> // At the end of your page/component <img src="https://cdn.senso.ai/p.gif?s=YOUR_SITE_ID" width="1" height="1" style={{display: 'none'}} alt="" /> <img src="https://cdn.senso.ai/t.png?s=YOUR_SITE_ID" width="1" height="1" style={{display: 'none'}} alt="" />
Simply paste the recommended code in your <head>
and before your closing </body>
tag.
After installing, you can verify it's working by:
https://cdn.senso.ai
YOUR_SITE_ID/api/visits?site=https://cdn.senso.ai