Stefan Czihlar ([EMAIL PROTECTED]):
> Now a new project was deployed and i need a specified analyse of the > page-impressions: I want to create an analyse of the > page-impressions depending on the referer ! To make this analyse > easier i'm including the referer-url (allocated at the start of the > session) into the querystring of the pages (e.g > /home/ubersicht.asp?[referer=http://www.cityweb.de/]). Now i need an > analyse of these page-impressions. You can filter a report by referrer in Analog (without all the stuff above) simply by adding a command like REFINCLUDE http://www.cityweb.de/* > I have taken a look into the whole documentation and the FAQs but i didn't > find a method, to count the page-impressions depending on the > URL-Parameters. I only want to count the url-parameters ( like "... where > parameter=[referer=http://www.abc.com]" ). If you want to filter by request (including query portion thereof) use the FILEINCLUDE command: FILEINCLUDE *[referer=http://www.abc.com]* BTW, I know they never got it right in HTTP headers, and it's been propagated elsewhere, but that word is spelled 'referrer.' :-) -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
