Isolating AI Assistant Referrals
Assistant referrals arrive with inconsistent referrer values, some carry no referrer at all, and default channel groupings drop them into direct, referral or other. A saved segment matching two or three known hostnames goes stale quietly, and it counts none of the visits where somebody read an answer and then typed your brand into a browser. Measure what can be attributed, size what cannot, and label the difference rather than reporting one number as though it were complete.
KATEGORIE
Analytics & Reporting
FORMAT
ai-referral-session-isolation.md
PREIS
Kostenlos – ohne Konto
WANN SIE DAZU GREIFEN
Use when someone asks how much traffic comes from AI assistants and the channel grouping has scattered it across direct and referral.
Die Skill-Datei
ai-referral-session-isolation.md
---
name: ai-referral-session-isolation
description: Use when someone asks how much traffic comes from AI assistants and the channel grouping has scattered it across direct and referral.
---
# Isolating AI Assistant Referrals
Assistant referrals arrive with inconsistent referrer values, some carry no referrer at all, and default channel groupings drop them into direct, referral or other. A saved segment matching two or three known hostnames goes stale quietly, and it counts none of the visits where somebody read an answer and then typed your brand into a browser. Measure what can be attributed, size what cannot, and label the difference rather than reporting one number as though it were complete.
## Was Sie vorher brauchen
- referrer-level session data, not the channel grouping report
- server access logs for the same period, which retain referrers analytics loses
- a maintained list of assistant referrer hostnames and their URL parameters
- branded search and direct traffic baselines from before the period in question
## Methode
1. Pull raw referrer values rather than the channel report, because assistants land in whatever bucket the default grouping guessed. Read the long tail by hand once so you learn what these referrers actually look like on your site.
2. Build a match rule from hostnames and, where present, query parameters, and keep it in the same versioned file as your other segment definitions so it is reviewed rather than forgotten.
3. Create a new channel or segment instead of editing an existing one, so historic reports do not change retroactively and last quarter still reconciles.
4. Cross-check one week against server logs. Analytics loses referrers through redirect chains and privacy settings, and the log is what tells you how large that loss is.
5. Separate assistant referrals from assistant crawlers in the log analysis. They often share infrastructure, and mixing them turns a bot fetch into a reported visit.
6. Size the invisible portion rather than ignoring it: track branded search and direct traffic to the pages assistants cite, and report any movement there as indicative and clearly labelled as such.
7. Report volume next to behaviour, and say plainly when the base is too small. At most sites these session counts are still low enough that a conversion rate on them is not yet a reliable number.
## Was dabei herauskommt
An AI referral segment with a versioned match rule, a log-based coverage estimate, and a short statement of what the segment cannot attribute.
## Wo es schiefgeht
- Reporting a percentage change on a base of a few dozen sessions, which reverses next month and costs credibility for the rest of the report
- Letting the referrer list go stale, so a flat line reads as a plateau when it is really a rule that stopped matching
- Counting crawler fetches as referral sessions, which on some sites inflates the figure by an order of magnitude
- Attributing every rise in direct traffic to AI, when direct also absorbs app clicks, untagged email and dark social
---
Aus der QuQi-Skill-Bibliothek - https://www.quqi.io/de/skills/ai-referral-session-isolation
Kostenlos herunterladen · kein Konto, keine E-Mail
Was Sie vorher brauchen
-
referrer-level session data, not the channel grouping report
-
server access logs for the same period, which retain referrers analytics loses
-
a maintained list of assistant referrer hostnames and their URL parameters
-
branded search and direct traffic baselines from before the period in question
Methode
-
01
Pull raw referrer values rather than the channel report, because assistants land in whatever bucket the default grouping guessed. Read the long tail by hand once so you learn what these referrers actually look like on your site.
-
02
Build a match rule from hostnames and, where present, query parameters, and keep it in the same versioned file as your other segment definitions so it is reviewed rather than forgotten.
-
03
Create a new channel or segment instead of editing an existing one, so historic reports do not change retroactively and last quarter still reconciles.
-
04
Cross-check one week against server logs. Analytics loses referrers through redirect chains and privacy settings, and the log is what tells you how large that loss is.
-
05
Separate assistant referrals from assistant crawlers in the log analysis. They often share infrastructure, and mixing them turns a bot fetch into a reported visit.
-
06
Size the invisible portion rather than ignoring it: track branded search and direct traffic to the pages assistants cite, and report any movement there as indicative and clearly labelled as such.
-
07
Report volume next to behaviour, and say plainly when the base is too small. At most sites these session counts are still low enough that a conversion rate on them is not yet a reliable number.
Was dabei herauskommt
An AI referral segment with a versioned match rule, a log-based coverage estimate, and a short statement of what the segment cannot attribute.
Wo es schiefgeht
-
Reporting a percentage change on a base of a few dozen sessions, which reverses next month and costs credibility for the rest of the report
-
Letting the referrer list go stale, so a flat line reads as a plateau when it is really a rule that stopped matching
-
Counting crawler fetches as referral sessions, which on some sites inflates the figure by an order of magnitude
-
Attributing every rise in direct traffic to AI, when direct also absorbs app clicks, untagged email and dark social
Diese Skill in Ihrer eigenen KI nutzen
Die Datei ist einfaches Markdown, mit Name und Auslöser im Frontmatter. Wo ein Assistent Skills selbst laden kann, liest er genau dieses Frontmatter, um zu entscheiden, dass diese hier passt.
Claude Code
Speichern Sie sie als ~/.claude/skills/ai-referral-session-isolation/SKILL.md, dann lädt Claude sie von selbst, sobald Ihre Arbeit zum Auslöser passt. Legen Sie sie stattdessen in .claude/skills im Projekt ab, wenn das ganze Team sie haben soll.
Claude
Laden Sie die Datei im Skills-Bereich Ihrer Einstellungen hoch. Danach greift sie in jedem Gespräch, in dem der Auslöser passt, ohne dass Sie daran denken müssen.
ChatGPT
Es gibt kein Skills-Format zum Installieren, fügen Sie den Dateiinhalt also stattdessen in die Anweisungen eines Projekts oder eines Custom GPT ein. Dann gilt er für jeden Chat in diesem Projekt und nicht nur für den einen.
Alles andere
Fügen Sie das Markdown vor Ihrer Frage in den Chat ein. Das funktioniert in jedem Assistenten, muss aber jedes Mal neu eingefügt werden.
Mehr in Analytics & Reporting