Analytics: Traffic
Guides website traffic analysis across all channels (organic, paid, social, referral, direct). Covers traffic source attribution, dark traffic identification, and multi-channel reporting.
When invoking: On first use, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.
Scope
- Traffic sources: Organic, paid, social, referral, direct, email
- Dark traffic: Unattributed visits labeled as "Direct / None"
- Attribution: UTM tagging, segmenting, reporting accuracy
Branded vs. Non-Branded Traffic (Organic)
| Type |
Characteristics |
| Branded |
Higher CTR, conversion, purchase intent; users closer to funnel bottom |
| Non-branded |
Touchpoint with future users; most sites get more non-brand traffic; competition fiercer |
Brand traffic grows over time as brand awareness increases.
Bot Traffic
A large share of traffic can be bot traffic—RPA, search crawlers, spiders, scrapers. Exclude or segment when evaluating real user behavior; use GA4 filters or segments to isolate human traffic.
Traffic Channels
| Channel |
Typical Sources |
Attribution |
| Organic |
Google, Bing, other search |
Referrer preserved |
| Paid (web) |
Google Ads, Meta Ads, etc. |
UTM required |
| Paid (app) |
App install ads; Google App Campaigns, Apple Search Ads |
UTM; in-app events |
| Paid (TV/CTV) |
Streaming ads; Hulu, Roku, YouTube TV |
UTM for QR/URL; brand lift |
| Social |
Public posts (Facebook, LinkedIn, etc.) |
Often preserved |
| Referral |
External sites, backlinks |
Referrer preserved |
| Direct |
Typed URL, bookmarks |
No referrer |
| Email |
Newsletters, campaigns |
Often dark without UTM |
Dark Traffic
What It Is
Traffic without clear origin--analytics tools default to "Direct" when referrer is missing. Common causes:
- Private/dark social: WhatsApp, Messenger, Slack, Discord, TikTok shares
- Email clients: Many strip referrer headers
- HTTPS->HTTP: Referrer not passed
- Mobile apps: In-app browsers often omit referrer
- Ad blockers, privacy tools: Block tracking
Misattribution (Research)
When traffic was sent from known sources, analytics often misattributed:
- 100% as direct: TikTok, Slack, Discord, WhatsApp, Mastodon
- 75%: Facebook Messenger
- 30%: Instagram DMs
- 14%: LinkedIn public posts
- 12%: Pinterest
Mitigation
| Action |
Purpose |
| UTM parameters |
Tag links in emails, social, campaigns: ?utm_source=X&utm_medium=Y&utm_campaign=Z |
| Block internal IPs |
Exclude company visits from reports |
| Segment direct traffic |
Split by page type to estimate dark vs. genuine direct |
Segmenting Direct Traffic
- Expected direct: Homepage, short URLs, brand pages--likely real direct
- Unexpected direct: Long URLs, deep pages, product pages--likely dark traffic
- Report separately: Use segments in GA4/analytics to avoid overcounting direct
Attribution for Channel Optimization
Ads, growth channels, and medium can be optimized by viewing attribution data. Clean UTM + conversion tracking feeds attribution models; reliable attribution drives budget allocation and channel decisions.
| Use |
Action |
| Optimize ads |
Compare paid channels (Google, Meta, LinkedIn) by attributed conversions; reallocate budget to winners |
| Optimize growth channels |
Identify which medium (cpc, email, social, referral) drives conversions; scale what works |
| Multi-touch attribution |
Requires clean UTM data; inconsistent tagging (e.g., facebook vs Facebook) fragments reports and misattributes |
GA4 Default Channel Grouping: Align utm_medium and utm_source with GA4's rules to avoid "Unassigned" traffic. ~30% of campaigns lack proper UTM markup, leading to wasted ad spend; teams standardizing UTM see 29% improvement in attribution accuracy.
Reference: UTM.io – utm_medium, utm_campaign & utm_source Optimization, UTMs for Marketing Attribution
UTM Best Practices
| Parameter |
Use |
Example |
utm_source |
Origin |
newsletter, facebook, google |
utm_medium |
Channel type |
email, cpc, social |
utm_campaign |
Campaign name |
summer_sale, product_launch |
utm_content |
Variant (optional) |
banner_a, cta_button |
utm_term |
Paid keyword (optional) |
running_shoes |
GA4 alignment (avoid Unassigned):
| Channel |
utm_medium |
utm_source |
| Paid Search |
cpc |
google, bing |
| Paid Social |
paid-social, cpc |
facebook, instagram |
| Email |
email |
newsletter, mailchimp |
| Organic Social |
social |
twitter, linkedin |
| App install |
cpc, app |
google, facebook, apple |
| CTV / Streaming |
video, ctv |
hulu, roku, youtube |
| Display / Banner |
display, cpc |
Publisher or network name |
| Directory ads |
paid, cpc |
taaft, shopify, g2, capterra |
- Consistent naming: Lowercase, hyphens; document conventions; never tag internal links (overwrites session attribution)
- Apply everywhere: Every link in emails, social posts, ads
- Avoid: Typos, inconsistent values; causes fragmentation
Traffic Diversification
| Principle |
Guideline |
| Search share |
Keep organic search below ~75% of total traffic |
| Health |
Higher direct + referral share = healthier profile |
| Brand sites |
Diversified traffic is common for strong brands |
| Engagement |
Content, email, social, free tools drive return visits |
See seo-monitoring for full SEO data analysis framework.
Natural Traffic Benchmark
Location: GA4 > Reports > Acquisition > Traffic acquisition
- Review organic traffic trend
- Record baseline (e.g., monthly total)
- Compare periodically to detect growth or decline
Output Format
- Traffic source breakdown
- Dark traffic estimate and actions
- UTM tagging recommendations
- Segmentation approach for reporting
Related Skills
- analytics-tracking: Implement UTM, events, conversions; attribution models
- google-ads, paid-ads-strategy: Paid channels; attribution informs budget allocation
- ai-traffic-tracking: AI search traffic
- google-search-console: GSC performance and indexing analysis
- seo-monitoring: Full SEO data analysis system, benchmark, article database
- email-marketing: Email strategy; UTM for email links
1---2name: traffic-analysis3description: When the user wants to analyze website traffic sources, attribution, or dark traffic. Also use when the user mentions "traffic sources," "dark traffic," "direct traffic," "UTM parameters," "traffic attribution," "channel attribution," "attribution optimization," "channel analysis," "traffic analysis," "traffic diversification," "natural traffic benchmark," or "organic vs paid traffic." For GA4 setup, use analytics-tracking.4---5
6# Analytics: Traffic
7
8Guides website traffic analysis across all channels (organic, paid, social, referral, direct). Covers traffic source attribution, dark traffic identification, and multi-channel reporting.
9
10**When invoking**: On **first use**, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output.
11
12## Scope
13
14- **Traffic sources**: Organic, paid, social, referral, direct, email
15- **Dark traffic**: Unattributed visits labeled as "Direct / None"
16- **Attribution**: UTM tagging, segmenting, reporting accuracy
17
18## Branded vs. Non-Branded Traffic (Organic)
19
20| Type | Characteristics |
21|------|-----------------|
22| **Branded** | Higher CTR, conversion, purchase intent; users closer to funnel bottom |
23| **Non-branded** | Touchpoint with future users; most sites get more non-brand traffic; competition fiercer |
24
25Brand traffic grows over time as brand awareness increases.
26
27## Bot Traffic
28
29A large share of traffic can be **bot traffic**—RPA, search crawlers, spiders, scrapers. Exclude or segment when evaluating real user behavior; use GA4 filters or segments to isolate human traffic.
30
31## Traffic Channels
32
33| Channel | Typical Sources | Attribution |
34|---------|-----------------|-------------|
35| **Organic** | Google, Bing, other search | Referrer preserved |
36| **Paid (web)** | Google Ads, Meta Ads, etc. | UTM required |
37| **Paid (app)** | App install ads; Google App Campaigns, Apple Search Ads | UTM; in-app events |
38| **Paid (TV/CTV)** | Streaming ads; Hulu, Roku, YouTube TV | UTM for QR/URL; brand lift |
39| **Social** | Public posts (Facebook, LinkedIn, etc.) | Often preserved |
40| **Referral** | External sites, backlinks | Referrer preserved |
41| **Direct** | Typed URL, bookmarks | No referrer |
42| **Email** | Newsletters, campaigns | Often dark without UTM |
43
44## Dark Traffic
45
46### What It Is
47
48Traffic without clear origin--analytics tools default to "Direct" when referrer is missing. Common causes:
49
50- **Private/dark social**: WhatsApp, Messenger, Slack, Discord, TikTok shares
51- **Email clients**: Many strip referrer headers
52- **HTTPS->HTTP**: Referrer not passed
53- **Mobile apps**: In-app browsers often omit referrer
54- **Ad blockers, privacy tools**: Block tracking
55
56### Misattribution (Research)
57
58When traffic was sent from known sources, analytics often misattributed:
59
60- **100% as direct**: TikTok, Slack, Discord, WhatsApp, Mastodon
61- **75%**: Facebook Messenger
62- **30%**: Instagram DMs
63- **14%**: LinkedIn public posts
64- **12%**: Pinterest
65
66### Mitigation
67
68| Action | Purpose |
69|--------|---------|
70| **UTM parameters** | Tag links in emails, social, campaigns: `?utm_source=X&utm_medium=Y&utm_campaign=Z` |
71| **Block internal IPs** | Exclude company visits from reports |
72| **Segment direct traffic** | Split by page type to estimate dark vs. genuine direct |
73
74### Segmenting Direct Traffic
75
761. **Expected direct**: Homepage, short URLs, brand pages--likely real direct
772. **Unexpected direct**: Long URLs, deep pages, product pages--likely dark traffic
783. **Report separately**: Use segments in GA4/analytics to avoid overcounting direct
79
80## Attribution for Channel Optimization
81
82Ads, growth channels, and medium can be optimized by viewing **attribution data**. Clean UTM + conversion tracking feeds attribution models; reliable attribution drives budget allocation and channel decisions.
83
84| Use | Action |
85|-----|--------|
86| **Optimize ads** | Compare paid channels (Google, Meta, LinkedIn) by attributed conversions; reallocate budget to winners |
87| **Optimize growth channels** | Identify which medium (cpc, email, social, referral) drives conversions; scale what works |
88| **Multi-touch attribution** | Requires clean UTM data; inconsistent tagging (e.g., `facebook` vs `Facebook`) fragments reports and misattributes |
89
90**GA4 Default Channel Grouping**: Align `utm_medium` and `utm_source` with [GA4's rules](https://support.google.com/analytics/answer/9756891) to avoid "Unassigned" traffic. ~30% of campaigns lack proper UTM markup, leading to wasted ad spend; teams standardizing UTM see 29% improvement in attribution accuracy.
91
92**Reference**: [UTM.io – utm_medium, utm_campaign & utm_source Optimization](https://web.utm.io/blog/utm_medium-utm_campaign-utm_source/), [UTMs for Marketing Attribution](https://web.utm.io/blog/utms-for-marketing-attribution/)
93
94## UTM Best Practices
95
96| Parameter | Use | Example |
97|-----------|-----|---------|
98| `utm_source` | Origin | `newsletter`, `facebook`, `google` |
99| `utm_medium` | Channel type | `email`, `cpc`, `social` |
100| `utm_campaign` | Campaign name | `summer_sale`, `product_launch` |
101| `utm_content` | Variant (optional) | `banner_a`, `cta_button` |
102| `utm_term` | Paid keyword (optional) | `running_shoes` |
103
104**GA4 alignment** (avoid Unassigned):
105
106| Channel | utm_medium | utm_source |
107|---------|------------|------------|
108| Paid Search | `cpc` | `google`, `bing` |
109| Paid Social | `paid-social`, `cpc` | `facebook`, `instagram` |
110| Email | `email` | `newsletter`, `mailchimp` |
111| Organic Social | `social` | `twitter`, `linkedin` |
112| App install | `cpc`, `app` | `google`, `facebook`, `apple` |
113| CTV / Streaming | `video`, `ctv` | `hulu`, `roku`, `youtube` |
114| Display / Banner | `display`, `cpc` | Publisher or network name |
115| Directory ads | `paid`, `cpc` | `taaft`, `shopify`, `g2`, `capterra` |
116
117- **Consistent naming**: Lowercase, hyphens; document conventions; never tag internal links (overwrites session attribution)
118- **Apply everywhere**: Every link in emails, social posts, ads
119- **Avoid**: Typos, inconsistent values; causes fragmentation
120
121## Traffic Diversification
122
123| Principle | Guideline |
124|-----------|-----------|
125| **Search share** | Keep organic search below ~75% of total traffic |
126| **Health** | Higher direct + referral share = healthier profile |
127| **Brand sites** | Diversified traffic is common for strong brands |
128| **Engagement** | Content, email, social, free tools drive return visits |
129
130See **seo-monitoring** for full SEO data analysis framework.
131
132## Natural Traffic Benchmark
133
134**Location**: GA4 > Reports > Acquisition > Traffic acquisition
135
1361. Review organic traffic trend
1372. Record baseline (e.g., monthly total)
1383. Compare periodically to detect growth or decline
139
140## Output Format
141
142- **Traffic source** breakdown
143- **Dark traffic** estimate and actions
144- **UTM** tagging recommendations
145- **Segmentation** approach for reporting
146
147## Related Skills
148
149- **analytics-tracking**: Implement UTM, events, conversions; attribution models
150- **google-ads, paid-ads-strategy**: Paid channels; attribution informs budget allocation
151- **ai-traffic-tracking**: AI search traffic
152- **google-search-console**: GSC performance and indexing analysis
153- **seo-monitoring**: Full SEO data analysis system, benchmark, article database
154- **email-marketing**: Email strategy; UTM for email links