Tagged Questions
2
votes
2answers
130 views
How can I obtain click data to sort a list of URLs?
If you had a list of URLs and you wanted to show which of them was more important than the others (by click-through), how would you gain the number of clicks for a given link so that you could sort ...
6
votes
1answer
119 views
Good tools to measure a page’s usefulness?
I'd like to add a "Was this page useful?" part at the end of multiple pages for visitors to rate the page and leave feedback.
I could program this myself, store the data and make the reports that my ...