Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I'm using Google Analytics on a DokuWiki site, which uses a URL parameter to decide what to do with the current page:

/page

is equivalent to:

/page?do=show

1) I want to see some of these "modes", but mostly I'd like them counted as viewing the bare page URL itself. The following are the only ones I want to see separately:

/page?do=login
/page?do=backlinks
/page?do=revisions
/page?do=subscribe

How do I collapse the unwanted modes to the page itself (/page)?

2) Some modes do something that should really not have a page attached, such as:

/page1?do=sitemap
/page2?do=sitemap

How do I get these to show up without the page part (/?do=sitemap)?

3) What do I do with the search mode? Can I remove the page part from this too, and still find out which page people used the search function on?

/page?do=search&id=query+text
share|improve this question
1  
Actually, would this be better asked on Webmasters? – Iain Hallam Jun 11 '12 at 21:47
You can flag to have it moved there if you think it's better serviced/topic on there – Eight Days of Malaise Jun 16 '12 at 15:33

migrated from webapps.stackexchange.com Jun 16 '12 at 23:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.