In theory, you should be able to create a profile filter to convert URLs to use a query string. In practice, this is not possible because the site search is processed before the filters are processed.
, , , JavaScript, "" .
- :
if(!location.pathname.match(/^\/search/)){
_gaq.push(["_trackPageview"]);
}
else{
_gaq.push(["_trackPageview", location.pathname.replace("/search/","/search?q=")]);
}
"" q, .