2
votes
2answers
63 views

How to keep track of a unique and an existing visitor

I am creating an app that requires to know if the visitor visiting the app is a unique visitor or an already visited visitor. I know we could persist a cookie on the visitor's computer to know ...
0
votes
0answers
37 views

How to view the landing page of a subscription in Joomla 1.5.22?

I have several landing pages with subscription button, and there is already PHP code on them to show me the landing page and source of the subscriber on the backend of Joomla. I am creating a new ...
4
votes
2answers
180 views

Track visitor use of “Ctrl + F” on a website?

Would it theoretically be possible to detect (e.g. via JavaScript) if a user queries a webpage with the Windows shortcut Ctrl + F, or the Mac-equivalent Command + F in their browser? The first step ...
1
vote
1answer
224 views

Google Analytics: Tracking page time on site

Does anyone know how Google Analytics tracks how long a user has been on the site? When the user leaves the page that has analytic tracking code, won't the sending/receiving link be broken? How are ...
7
votes
1answer
74 views

What are examples of services that track content-driven activity on social networks like Facebook and Twitter?

I'm trying to design the basics for a platform that enables users to access sets of statistics and information related to the way how their publications are handled and shared across social networks ...
1
vote
2answers
389 views

Any free web analytics/tracking services without JavaScript?

Is there any free web analytics/tracking service that can work without JavaScript on client side?
1
vote
5answers
354 views

Is there a good tool or service for tracking and analyzing website response/download time?

I am looking for a simple tool or service to track the server-side performance of a website over time. It would be nice to have the possibility to register a set of URLs for different page types and ...