First time here? Check out the FAQ!
3

Can we track number of searches or questions viewed?
 

In askbot, is it possible to track the following statistics:

  • Number of searches done
  • Number of Questions viewed

Most of activity statistics (questions asked, answered, edits, tags, etc...) can probably be extracted from the activity table but I'm wondering specifically about views and searches...

update Since Askbot supports google analytics, the questions viewed could be tracked on a page basis.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Benoit's avatar
875
Benoit
updated 13 years ago, asked 13 years ago

Comments

see more comments

1 Answer

0

Benoit, I'm thinking that the searches will be quite diverse, with many variants of wording for the same topic or term.

How do you think those could be presented meaningfully? Probably there must be some keyword analsysis... Anything using tags? I think we need some ideas here as simply listing counts for each search query could be quite dilute in information.

Here is an example from my other site - NMR Wiki, collected over 4 years.

It is not tough of course to simply log queries and count their frequencies.

Another thing to consider is that these search logs tend to saturate with time and after a while little new information appears at the top.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 13 years ago
link

Comments

see more comments