Output aliases (those that work on the report, not the data) do not group lines together. So even if there were such a command, it would still list a separate line for each phrase.

Your best approach would be to use ref alias to match any search queryies that contain those words. This could be simple if the majority of you referrers are search engines and you do not have those words in any pages in your site:

REFALIAS *mobility* $1mobile$2

However, if you need to match only search engines, this could be a lot of commands. Depending on the number of SEARCHENGINE commands that are in your log file, it might be worth writing a script to parse each of those and emit a corresponding REFALIAS. e.g.

SEARCHENGINE http://*google.com/* q

REFALIAS http://*google.com/*q=*mobility* http://$1google.com/$2q=$3mobile$4


-- Jeremy Wadsack Seven Simple Machines


hpcaenne wrote:

Hi,

using analog, I’m looking for something like SEARCHWORDALIAS. In the searchwordreport, I want to summarize similar searchwords – like mobil, mobile, mobility – in 1 line with 1 set of numbers for requests, pages etc. instead of having the words examined individually.

Does anybody have an idea?

Thanks and regards, Ann


+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

Reply via email to