Tagged Questions
7
votes
4answers
3k views
Will Google Analytics track urls that just redirect?
I have a link on my site. That links goes to another URL on my site. The code on the server sees that resource being requested and redirects the browser to another website. Will Google Analytics be ...
0
votes
1answer
647 views
Most efficient and SEO & Google Analyitics Friendly way to redirect
I am looking for the most efficient way to redirect users to different web pages on my server using a keyword off of the main domain.
So http://www.example.com/keyword might take you to a longer URL ...
1
vote
2answers
1k views
Side effects of using redirect pages to track external links?
I have been part of a push to implement better analytics on our company's web site over the last few months using Google Analytics. One request that has come in is for the ability to see clicks to ...
1
vote
1answer
169 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 ...
2
votes
1answer
541 views
Setting google analytics cross-domain tracking without the javascript
I sell a windows software through a third party company (FastSpring) and would like to track those sales with GA.
The problem is that all my "buy links" on my site (www.easyjob.net) don't point ...
2
votes
3answers
900 views
Proper way to move Google Analytics code from one site to another one
Currently, I use Google Analytics for www.example.com. example.com is also added to GA and shows "Tracking not installed".
Recently I added rewrite rule (301 redirect) to redirect all requests from ...
2
votes
2answers
560 views
Google analytics and 301 redirects
We have a multilingual website and the first page redirects to specific language page using 301 redirect based on some logic.
For example: http://mysite.com/ redirects to http://mysite.com/en/
The ...