Search Results

1
vote

What is the most stable, least intrusive way to track web traffic between two sites?

Do you have access to the logs on all of the sites in question? If so, you should be able to extract that data from the log files (Referer header). …