0
votes
1answer
59 views

Website traffic referral from cfauth.com

Google Analytics is reporting several referrals from a site called cfauth.com. I can't seem to find any information on this site other than it's connection to a security firm. It's definitively not a ...
4
votes
1answer
337 views

How does Google Analytics track referring URLs?

When a visitor clicks on a link or is redirected to my site from another site, Google typically includes information about the page the domain and the page the visitor was linked from. How does ...
1
vote
1answer
92 views

Google analytics reporting link as campaign instead of referral

There are several websites which link to my blog posts but are using links from feedburner (similar too http://feedproxy.google.com/~r/AboutMyCode/~3/something ) so when someone visits these links it ...
3
votes
1answer
223 views

How to track specific Referrals with Google Analytics

How do I have to alter a Referral link to my website to specifically track it with Google Analytics? I already discovered the URL Builder but isn't there are shorter way? For example: ...
3
votes
2answers
389 views

Track/View new incoming links with Google Analytics

Is there a way to track new incoming links to my website? When I visit "Traffic Sources -> Referring Sites" in my Google Analytics account I have a list with 5,391 sites so its quiet hard to discover ...
2
votes
1answer
93 views

Analytics referrer forum thread

When I'm in analytics I sometimes get a referral from a forum, something like: http://forums.example.com Then when I click on it, it gives me a page like: /viewTopic.php Is there any way to get ...
0
votes
1answer
283 views

Google Analytics include querystring

I've taken an advert out on a site with instruction to point it to: http://www.example.com/?source=gmb In Analytics, how do I go about analysing it's data? I can't find anywhere to see people who ...
2
votes
2answers
292 views

Google analytics direct traffic report

We launched a blog post which got picked up by a lot of social sites and it's given us a lot of traffic over the last few days. In Google Analytics though, the blog post page has all the hits with ...
3
votes
1answer
445 views

Why is Google showing up as a referral instead of a search engine in Google Analytics?

In Google Analytics, why does Google show up sometimes under an organic medium, and other times as a referral? (They frequently have the same landing page.) As I understand (and I'm just as likely ...
1
vote
1answer
311 views

Can I remove visible referer from link?

I use referer info to track which of my campaigns works the best. So instead of <a href="someweb.com">someweb</a> I have a link like <a ...
1
vote
1answer
168 views

Tracking based on URL referral?

Users on my site are given unique URL's for me to then track how many people they have referred to my site. IE: http://www.example.com/FQ3DL (FQ3DL being the unique code/url) The first thing I'd ...
3
votes
2answers
1k views

How to track subdomains with Google Analytics while having mod_rewrite redirect to a subdomain?

When users come directly to domain.com or www.domain.com, I am redirecting them to shop.domain.com via this .htaccess rewrite: RewriteEngine on RewriteCond %{HTTP_HOST} ^www.domain.com$ [OR] ...